section {
    padding-top: 4rem;
    padding-bottom: 5rem;
    /*background-color: #f1f4fa;*/
}
.wrap {
    display: flex;
    background: white;
    padding: 1rem 1rem 1rem 1rem;
    border-radius: 0.5rem;
    box-shadow: 7px 7px 30px -5px rgba(0,0,0,0.1);
    margin-bottom: 2rem;
    height: 170px;
}

.wrap:hover {
    background: linear-gradient(135deg,#6394ff 0%,#0a193b 100%);
    color: white;
}

.ico-wrap {
    margin: auto;
}

.mbr-iconfont {
    font-size: 4.5rem !important;
    color: #313131;
    margin: 1rem;
    padding-right: 1rem;
}
.vcenter {
    margin: auto;
}

.mbr-section-title3 {
    text-align: left;
}
h2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.display-5 {
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 1.4rem;
}
.mbr-bold {
    font-weight: 500;
    font-size: 14px;
    padding: 15px;
    line-height: 1.7;
}

 p {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    line-height: 25px;
}
.display-6 {
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 1re}

    .container {
        position: relative;
        width: 100%;
        max-width: 1200px; /* Adjust the max-width as needed */
        margin: 0 auto;
      }
      
      .left-image,
      .right-image {
        position: absolute;
        top: 0;
        height: 100px; /* Adjust the height as needed */
        width: auto;
      }
      
      .left-image {
        left: 0;
      }
      
      .right-image {
        right: 0;
        padding-top: 5px;
      }
      
      .content {
        padding: 20px; /* Adjust padding as needed */
        /* Add styles to position content properly */
      }
      
    .mb-60 {
        margin-bottom: 60px;
    }
    
    p {
        font-size: 14px;
        font-weight: 400;
        line-height: 26px;
        color: #666;
        margin-bottom: 15px;
        
    }
    
    h2{
        text-align: center;
    }
    
    li{
        padding-top: 8px;
    }
    
    .container-fluid .row {
        display: flex;
        align-items: center; /* Aligns items vertically */
    }
    
    .container-fluid .col-xs-12.col-sm-6.col-md-6.col-lg-6 {
        padding: 0; /* Removes default padding */
    }
    
    .mt-60{
        margin-top:60px;
    }
    
    .section-block-grey {
        padding: 0px 0px 50px 0px;
       /* background-color: #f9f9f9;*/
    }
    
    .serv-section-2 {
        position: relative;
        border: 1px solid #eee;
        background: #fff;
        box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
        border-radius: 10px;
        overflow: hidden;
        padding: 30px;
        height: 250px;
        margin-bottom: 30px;
    }
    
    .serv-section-2:before {
        position: absolute;
        top: 0;
        right: 0px;
        z-index: 0;
        content: " ";
        width: 120px;
        height: 120px;
        background: #f5f5f5;
        border-bottom-left-radius: 136px;
        transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
    }
    
    .serv-section-2-icon {
        position: absolute;
        top: 18px;
        right: 22px;
        max-width: 100px;
        z-index: 1;
        text-align: center;
    }
    
    .serv-section-2-icon i {
        color: #001c48;
        font-size: 48px;
        line-height: 65px;
        transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
    }
    
    .serv-section-desc {
        position: relative;
    }
    
    .serv-section-2 h4 {
        color: #333;
        font-size: 20px;
        font-weight: 500;
        line-height: 1.5;
        padding-right: 55px;
    }
    
    .serv-section-2 h5 {
        color: #333;
        font-size: 14px;
        /* font-weight: 400; */
        line-height: 1.5;
        margin-top: 5px;
        padding-right: 50px;
    }
    
    .section-heading-line-left {
        content: '';
        display: block;
        width: 100px;
        height: 3px;
        background: #001c48;
        border-radius: 25%;
        margin-top: 15px;
        margin-bottom: 5px;
    }
    
    .serv-section-2 p {
        margin-top: 25px;
        padding-right: 50px;
    }
    
    .serv-section-2:hover .serv-section-2-icon i {
        color: #fff;
    }
    
    .serv-section-2:hover:before {
       transform: scale(1.5);
		background: #001c48;
    }
      
      .centered-content {
        text-align: center;
        margin: 50px 0px 50px 0px;
        /* Other styles for the centered content */
      }
      
      button {
        padding: 10px 20px;
        /* Other styles for the button */
      }
      
      .btn {
        padding: 10px 20px;
        background-color: #3498db;
        color: #ffffff;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        transition: background-color 0.3s ease-in-out; /* Adding transition for smooth hover effect */
      
        /* Other button styles */
      }
      
      /* Hover effect */
      .btn:hover {
        background-color: #2980b9;
        /* Adjust hover styles as desired */
      }
      
      .column {
        float: left;
        width: 33.33%;
        padding: 5px;
      }
      
      /* Clearfix (clear floats) */
      .row::after {
        content: "";
        clear: both;
        display: table;
      }