.section-padding {
    padding: 80px 0;
}

.d-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.features-boxs {
    width: 68%;
}

.features-img {
    width: 32%;
}


    .features-box {
    margin: 50px 5px;
    padding: 15px;
    border-radius: 6px;
}

.features-box h3 {
    margin: 0;
    padding: 20px 0;
    color: #4478ff;
}

.aboutusbox-content {
    margin-right: 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;
}
.aboutusbox-content h2 {
    color: #4478ff;
}
.aboutus-box {
    width: 100%;
    margin: 12px;
    padding: 18px;
    display: flex;
}
.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: 48%;
    }
    .col-2 {
    width: 48%;
}
.features-box {
    }
}
