.container.exlence-wrapper .row {
    max-width: 700px;
    margin: 0 auto;
}

.container.exlence-wrapper .col {
    min-width: 30.3%;
    float: none;
    background: #f2f2f2;
    margin: 10px;
    border-radius: 10px;
    box-shadow: 0 1px 5px 2px #cccccc42;
    text-align: center;
}

.container.exlence-wrapper .col figure {
    margin-bottom: 0;
}

.container.exlence-wrapper .col h3 {
    color: #253f4f;
    font-size: 24px;
    padding: 10px;
}

.service-section .service-clm {
    margin-bottom: 30px;
    text-align: center;
    padding: 10px;
    border-radius: 11px;
    min-height: 410px;
    position: relative;
    transform: scale(1);
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.service-section .service-clm {
    margin-bottom: -20px;
    text-align: center;
    padding: 10px;
    border-radius: 11px;
    min-height: 410px;
    position: relative;
    transform: scale(1);
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.introduction-ls .nav-tabs {
    justify-content: center;
}

.service-section .service-clm h4,
.service-section .service-clm h3 {
    font-size: 30px;
    color: #253f4f;
    padding: 15px 0;
    font-weight: 100;
    font-family: poppinsregular, sans-serif;
}

.service-section .service-clm h3 small {
    display: block;
    font-family: poppinsregular,sans-serif;
}

.small,
small {
    font-size: 80%;
    font-weight: 400;
}

.service-section .service-clm p {
    overflow: auto;
    margin-bottom: 20px;
}

.service-section .service-clm p+a {
    color: #11559b;
}

.service-section .service-clm p+a {
    bottom: 0;
    left: 0;
    right: 0;
    padding: 11px;
    background: #fff;
    border-top: 1px solid #ccc;
    font-size: 16px;
    color: #11559b;
}

.service-section .service-clm p+a {
    position: relative !important;
    width: 100% !important;
    display: block !important;
}

.service-section .service-clm:hover a {
    background: #263f4e;
    color: #fff;
    border-radius: 0 0 10px 10px;
}

.service-section .service-clm p {
    height: 198px;
}

section.board-f-dir {
    background: #fff4d5;
    padding: 40px 0;
}

section.board-f-dir h2 {
    font-weight: 700;
    color: #253f50;
    font-size: 40px;
}

.director-img-ui:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: -29px;
    top: -27px;
    z-index: 0;
    -webkit-animation: help-animation 10s linear infinite;
    animation: help-animation 10s linear infinite;
    border: 11px solid #b69d74;
    background-color: transparent;
}

section.board-f-dir .director-img-ui img {
    width: 100%;
    position: relative;
    z-index: 1;
    height: 432px;
    object-fit: cover;
}

section.board-f-dir .director-txt-ui h3 {
    font-size: 30px;
    font-weight: 600;
    color: #325b73;
    margin: 0;
}

section.board-f-dir .director-txt-ui h3+h5 {
    font-size: 16px;
    padding-bottom: 8px;
}

section.board-f-dir .director-txt-ui .social-link ul {
    display: flex;
    list-style: none;
    padding: 0;
}

section.board-f-dir .director-txt-ui .social-link ul li a {
    padding: 5px 10px;
    color: #253f4f;
    background: #fff;
    margin: 0 5px;
    border-radius: 100px;
}

.director-img-ui {
    position: relative;
    margin: 0 34px;
    height: 485px;
}

.board-f-dir .row {
    margin-bottom: 60px;
    background: #fef4d5;
    border-bottom: 1px solid #b69d745e;
    padding-bottom: 15px;
    border-radius: 4px;
}

div.our-team-sec {
    padding: 40px 0;
}

div.our-team-sec h2 {
    font-weight: 700;
    color: #263f4d;
    font-size: 50px;
    text-align: center;
    padding: 0 0 30px 0;
}

.life-at-ez .life-at-ez-pics {
    float: right;
    margin-top: -85px;
}

.life-at-ez {
    background: #e6f2fe;
    margin-top: 40px;
    color: #243e4f;
}

.life-at-ez {
    padding: 30px;
}

.life-at-ez a.btn.btn-info {
    background: #253f50;
    border-radius: 30px;
    padding: 10px 30px;
    margin: 10px 0;
    color: #fff;
}
.about-image-wrapper {
    position: relative;
    display: inline-block;
    max-width: 100%;
}

.circular-tools-img {
    width: 100%;
    max-width: 400px;
    height: auto;
}

.centered-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: red;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.section-title {
    font-size: 2rem;
    font-weight: 700;
    color: #064c75;
    margin-bottom: 20px;
}

.about-image-wrapper img {
    max-width: 100%;
    height: 400px;
}

.page-about-wrapper p {
    font-size: 1rem;
    line-height: 1.7;
    color: #6c757d !important;;
}

/* Optional: Add some spacing for smaller devices */
@media (max-width: 767.98px) {
    .section-title {
        font-size: 1.5rem;
    }

    .page-about-wrapper p {
        font-size: 0.95rem;
    }
}

