.col-md-3.col-sm-6 {
        flex: 0 0 auto;
        width: 33.33%;
    }

.feature-icon-large i {
    border: 2px solid #FFFFFF;

}

.feature-icon-large {
    display: flex; /* Use flexbox for centering */
    flex-direction: column; /* Arrange items vertically */
    justify-content: center; /* Center content vertically */
    align-items: center; /* Center content horizontally */
    text-align: center; /* Ensure text aligns in the center */
    padding-left: 10px;
    padding-right: 10px;
}


@media (max-width: 767px) {
    .feature-icon-large h5 {
        font-size: 14px; /* Adjust as needed */
    }
}

@media (max-width: 576px) {
  .col-md-3.col-sm-6 {
   /* width: 100% !important; /* Force each icon to take full width */
    margin-bottom: 20px; /* Add spacing between items */
    
    .feature-icon-large i {
						font-size: 26px;
            display: block;
            height: 60px;
            width: 60px;
            padding-top: 16px;


    }
    
    .feature-icon-large icon-text {
        font-size: 13px !important; /* Smaller text */
    }
  }
}
