.page-large {
    padding-bottom: 190px;
}

.awards {
    margin-top: -25px;
}
.awards .top-row {
    background-color: #F4F6FA;
    padding-bottom: 80px;
}
.awards .top-row .image {
    height: 310px;
    object-fit: cover;
    margin-bottom: 70px;
    mix-blend-mode: multiply;
    margin-top: -230px;
}
.awards .top-row .title {
    font-family: var(--roboto);
    font-size: var(--fs40);
    color: var(--blue);
    font-weight: var(--fwsb);
}
.awards .bottom-row {
    background-image: url('../images/awards/awards_back.png');
    padding-bottom: 100px;
}
.awards .bottom-row .wrap {
    column-count: 2;
    column-gap: 40px;
}
.awards .bottom-row .single {
    width: 100%;
    padding: 0;
    text-align: center;
    padding-bottom: 60px;
    page-break-inside: avoid;
    break-inside: avoid-column;
    display: table;
}
.awards .bottom-row .single .box {
    background-color: var(--white);
    padding: 70px 70px;
}
.awards .bottom-row .single .box .logo {
    padding-bottom: 30px;
    width: 100%;
    object-fit: contain;
    height: 200px;
}
.awards .bottom-row .single .box .description {
    font-family: var(--roboto);
    font-size: var(--fs15);
    color: var(--medium-black);
    line-height: var(--fs28);
}
.awards .bottom-row .single .bars {
    display: flex;
}
.awards .bottom-row .single .first {
    width: 20%;
    background-color: var(--dark-blue);
    height: 8px;
}
.awards .bottom-row .single .second {
    width: 20%;
    background-color: var(--blue);
    height: 8px;
}
.awards .bottom-row .single .third {
    width: 20%;
    background-color: #147CBF;
    height: 8px;
}
.awards .bottom-row .single .fourth {
    width: 15%;
    background-color: #75C4EF;
    height: 8px;
}
.awards .bottom-row .single .fifth {
    width: 3%;
    background-color: var(--yellow);
    height: 8px;
}
.awards .bottom-row .single .sixth {
    width: 12%;
    background-color: var(--purple);
    height: 8px;
}
.awards .bottom-row .single .seventh {
    width: 10%;
    background-color: var(--red);
    height: 8px;
}



.certifications {
    background-image: url('../images/awards/certification_back.png');
    padding-top: 120px;
    padding-bottom: 100px;
}
.certifications .title {
    font-family: var(--roboto);
    font-size: var(--fs40);
    color: var(--white);
    font-weight: var(--fwsb);
    text-align: center;
    padding-bottom: 100px;
}
.certifications .wrap {
    column-count: 2;
    column-gap: 40px;
}
.certifications .single {
    width: 100%;
    padding: 0;
    text-align: center;
    padding-bottom: 60px;
    page-break-inside: avoid;
    break-inside: avoid-column;
    display: table;
}
.certifications .single .box {
    background-color: var(--white);
    padding: 70px 70px;
}
.certifications .single .box .logo {
    padding-bottom: 30px;
    width: 100%;
    object-fit: contain;
    height: 200px;
}
.certifications .single .box .description {
    font-family: var(--roboto);
    font-size: var(--fs15);
    color: var(--medium-black);
    line-height: var(--fs28);
}




/* Responsive */
@media screen and (max-width: 1680px) {
}

@media screen and (max-width: 1600px) {
}

@media screen and (max-width: 1536px) {
    .awards .top-row {
        padding-bottom: 50px;
    }
    .awards .top-row .title {
        font-size: var(--fs35);
    }
    .awards .top-row .image {
        height: 300px;
        margin-bottom: 50px;
    }
    .awards .bottom-row {
        padding-bottom: 20px;
    }
    .awards .bottom-row .single .box {
        padding: 50px 50px;
    }
    .awards .bottom-row .single .box .description {
        font-size: var(--fs14);
    }


    .certifications {
        padding-top: 70px;
        padding-bottom: 20px;
    }
    .certifications .title {
        font-size: var(--fs35);
        padding-bottom: 50px;
    }
    .certifications .single .box {
        padding: 50px 50px;
    }
    .certifications .single .box .description {
        font-size: var(--fs14);
    }
}

@media screen and (max-width: 1440px) {
}

@media screen and (max-width: 1366px) {
    .awards {
        margin-top: -20px;
    }
}

@media screen and (max-width: 1360px) {
}

@media screen and (max-width: 1280px) {
}

@media screen and (max-width: 1024px) {
    .awards {
        margin-top: -10px;
    }
}

@media screen and (max-width: 991px) {
}

@media screen and (max-width: 850px) {
    .awards {
        margin-top: -2px;
    }
}

@media screen and (max-width: 768px) {
    .awards {
        margin-top: -27px;
    }
    .awards .bottom-row .wrap {
        column-count: 1;
        column-gap: 0px;
    }
    .awards .bottom-row .single {
        padding-bottom: 40px;
    }
    .awards .bottom-row .single .box .logo {
        height: 200px;
    }
    .awards .top-row .image {
        height: 250px;
        margin-top: -200px;
    }

    .bars div {
        height: 5px!important;
    }

    .certifications {
        padding-bottom: 30px;
    }  
    .certifications .wrap {
        column-count: 1;
        column-gap: 0px;
    }
    .certifications .single {
        padding-bottom: 40px;
    }
}

@media screen and (max-width: 428px) {
    .page-large {
        padding-bottom: 120px;
    }

    .awards {
        margin-top: -20px;
    }
    .awards .top-row {
        padding-bottom: 25px;
    }
    .awards .top-row .image {
        height: 150px;
        margin-top: -120px;
        margin-bottom: 20px;
    }
    .awards .top-row .title {
        font-size: var(--fs25);
    }

    .awards .bottom-row .single .box {
        padding: 40px 40px;
    }
    .awards .bottom-row .single .box .logo {
        height: 170px;
    }

    .certifications {
        padding-top: 30px;
        padding-bottom: 0px;
    }
    .certifications .title {
        font-size: var(--fs25);
        padding-bottom: 30px;
    }
    .certifications .single .box .logo {
        height: 170px;
    }
    .certifications .single .box {
        padding: 40px 40px;
    }
}

@media screen and (max-width: 414px) {
}

@media screen and (max-width: 395px) {
}

@media screen and (max-width: 375px) {
    .awards .bottom-row .single .box {
        padding: 30px 30px;
    }
    .awards .bottom-row .single .box .logo {
        padding-bottom: 20px;
    }

    .certifications .single .box {
        padding: 30px 30px;
    }
    .certifications .single .box .logo {
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 360px) {
    .awards {
        margin-top: -18px;
    }
}

@media screen and (max-width: 320px) {
    .awards {
        margin-top: -15px;
    }
    .awards .bottom-row .single .box {
        padding: 20px 20px;
    }
    .awards .bottom-row .single .box .logo {
        height: 150px;
    }

    .certifications .single .box {
        padding: 20px 20px;
    }
    .certifications .single .box .logo {
        height: 150px;
    }
}
/* Responsive */