.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;
}
section.about-us {
    padding: 80px 0;
}

.aboutus-innr {
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
}

section.our-success {
    background: #f8f8f7;
    padding: 80px 0;
}

.our-success-innr {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}


.our-success-box {
    text-align: center;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
    padding: 24px 15px;
    margin-bottom: 27px;
}

.our-success-box h3 {
    padding: 27px 0;
    margin: 0;
    color: #bb8e48;
   
}
.our-success-box:nth-child(2) h3{
   color: #000;
}
section.our-features {
    padding: 80px 0;
}

.our-features {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


@media (min-width: 992px) {
    .aboutus-content {
        width: 48%;
    }

    .aboutus-img {
        width: 46%;
    }

    .aboutus-box {
        width: 31%;
    }
    .our-features-content {
    width: 57%;
}

.our-features-img {
    width: 36%;
}
    .our-success-box {
    width: 30%;
    }
}
