.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;
    background: #f3f7ff;
    padding: 43px 60px;
    text-align: center;
}

.aboutus-third-innr {
    background: #ffffff;
    padding: 28px 159px;
    width: 69%;
}


.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;
}

.aboutus-box h3 {
    margin: 15px 0;
    color: #014e98;
}

.aboutus ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 31px 0 0 0;
    padding: 0;
    justify-content: flex-end;
}

.aboutus ul li {
    width: calc((6/12)*100%);
    margin-bottom: 10px;
    color: #455565;
}

.aboutus ul li:before {
    content: "\2605";
    color: #FF8E3C;
    margin-left: 11px;
}

.aboutus-boxs .section-title p {
    width: 50%;
    margin: auto;
}

@media (min-width: 992px) {
    .aboutus-content {
        width: 50%;
    }
    .aboutus-img {
        width: 40%;
    }
    .aboutus-box {
        width: 45%;
    }
    .col-2 {
        width: 48%;
    }
}