.page-hero {
    padding: 20px 0;
    position: relative;
    color: #ffffff;
}

section.about-us-boxs {
    background: #eff2f4;
    padding: 58px 0;
}


.about-box {
    width: 30%;
}

.about-boxs-innr {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.about-box h2 {
    margin: 14px 0;
}
.about-box p {
    font-size: 15px;
}

.aboutus-page-innr {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

section.about-us-page {
    padding: 80px 0;
}

section.about-us-box {
    background: #fff;
    padding-bottom: 80px;
}
.section-title .about-us-third {
    text-align: center;
}
.aboutus-third-img {
    padding: 80px 0;
}
section.about-us-third .section-title {
    text-align: center;
    color: #144c5a;
    margin-bottom: 52px;
}
.aboutus-boxs {
    display: flex;
    flex-wrap: wrap;
}

.aboutus-box {
    width: 100%;
    box-shadow: 0 0 25px 0 rgb(0 0 0 / 10%);
    margin: 12px;
    padding: 18px;
    text-align: center;
}
.aboutus-third-innr {
    background: #ffffff;
    padding: 28px 159px;
    width: 69%;
}
.aboutus-box p {
    font-size: 15px;
    padding-top: 23px;
}

.about-us-first-innr,.about-us-second-innr {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

section.about-us-first {
    padding: 80px 0;
}

section.about-us-second {
    padding-bottom: 80px;
}

section.about-us-second .aboutus-content {
    text-align: center;
}

section.about-us-third {
    padding: 46px 0;
    background: #e8ebf2;
    margin-bottom: 100px;
    position: relative;
}

@media (min-width: 992px) {
    .aboutus-content {
        width: 50%;
    }

    .aboutus-img {
        width: 40%;
    }

    .aboutus-box {
        width: 31%;
    }
    .page-hero {
        padding: 80px 0;
    }
    h1{
        font-size: 29px;
    }
}



