/* section1 */
.page-template-template-about .section1 {
    position: relative;
    width: 100%;
    min-height: 600px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../images/image8.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    text-align: center;
}

.page-template-template-about .section1 .inner-content h1 {
    font-size: 64px;
    font-weight: 700;
    line-height: 1.2;
    color: #FFFFFF;
    text-transform: uppercase;
}

/* section2 */

.page-template-template-about .section2 {
    position: relative;
    background: #f8f9fa;
}

.page-template-template-about .section2 .about-row {
    align-items: center;
}

.page-template-template-about .section2 .inner-wrap {
    max-width: 648px;
}

/* section3 */
.page-template-template-about .section3 {
    position: relative;
}

.page-template-template-about .card-row .boxCard {
    position: relative;
    background-color: #f8f9fa;
    border-radius: 12px;
    height: 100%;
    padding: 40px;
    text-align: center;
    transition: transform .3s ease, box-shadow .3s ease;
}

.page-template-template-about .card-row .boxCard:hover {
    box-shadow: 0 10px 30px #0000001a;
    transform: translateY(-5px);
}

.page-template-template-about .boxCard .iconbox {
    background: #05539C;
    max-width: 60px;
    width: 100%;
    padding: 13px 0;
    margin: 0 auto 16px;
    align-items: center;
    display: flex;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto 24px;
}

.page-template-template-about .boxCard .cardTitle {
    font-weight: 800;
}

@media screen and (max-width: 1499px) {
    .page-template-template-about .section1 {
        min-height: 500px;
    }
}

@media screen and (max-width: 1199px) {
    .page-template-template-about .section1 {
        min-height: 440px;
    }
}

@media screen and (max-width: 991px) {
    .page-template-template-about .section1 {
        min-height: 340px;
    }

    .page-template-template-about .section2 .about-row {
        gap: 28px 0;
    }
}

@media screen and (max-width: 767px) {
    .page-template-template-about .section1 .inner-content h1 {
        font-size: 42px;
    }

    .section {
        padding: 70px 0;
    }

    .page-template-template-about .card-row .boxCard {
        padding: 32px 16px;
    }
}

@media screen and (max-width: 576px) {
    .page-template-template-about .section1 {
        min-height: 300px;
    }
}