.accreditation {
    font-family: "Roboto", sans-serif;
    font-weight: 350;
}

.home-wrapper {
    background-color: #0D6BAA;
    padding: 96px 0;
}

.py-section {
    padding: 48px 0;
}

.mw-content {
    max-width: 650px;
}

.mw-content1 {
    max-width: 600px;
}

.mw-content2 {
    max-width: 660px;
}

.text-black-80 {
    color: #000000DE;
}

.text-black-60 {
    color: #00000099;
}

.text-blue {
    color: #0D6BAA;
}

.text-lg {
    font-size: 18px;
}

.text-base {
    font-size: 16px;
}

.text-sm {
    font-size: 14px;
}

.approval-wrapper {
    background-color: #80A1CE;
    padding: 104px 0;
}

.img-wr {
    flex-shrink: 0;
    padding: 40px;
    border: 1px solid #0000000F;
    overflow: hidden;
    max-width: 250px;
    max-height: 250px;
}

.img-wr.no-border {
    border: none;
}

@media screen and (max-width: 992px) {
    .text-lg-sm {
        font-size: 14px;
    }
}

@media screen and (max-width: 768px) {
    .mw-content {
        max-width: 100%;
    }

    .mw-content1 {
        max-width: 100%;
    }

    .mw-content2 {
        max-width: 100%;
    }

    .img-wr {
        max-width: 312px;
    }

    .py-64 {
        padding: 24px 0;
    }

    .home-wrapper {
        padding: 48px 0;
    }

    .mt-md-40 {
        margin-top: 40px;
    }

    .order-c-1 {
        order: 1;
    }

    .order-c-2 {
        order: 2;
    }

    .approval-wrapper {
        padding: 40px 0;
    }
}

@media screen and (max-width: 575px) {
    .container {
        --mdb-gutter-x: 1rem;
    }
}
