﻿

/*--- SERVICES CATEGORY PAGE 
Services Category certificate
Full Width Certifications Section---*/

.certifications-row.certifications-row {
    width: 70%;
    margin: 3rem 10%;
    margin-top:1.5rem;
    margin-bottom:0.5rem;
}

.certifications-content {
    height: 260px;
    width: 70%;
    position: relative;
    background-color: #175291;
}

.certifications-content::before {
    content: "";
    background-image: url("/-/media/Feature/Page Content/images/banner-bg-webp.webp");
    background-size: cover;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0.25;
}

.certifications-image {
    width: 30%;
    position: relative;
}

.certifications-image img {
    width: 100%;
    height: 200px;
    position: absolute;
    right: -50%;
    top: 30px;
    z-index: 1;
    object-fit: cover;
}

.certifications-content {
    padding-left: 20%;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.certifications-content img {
    position: absolute;
    right: 10px;
    top: 15px;
    height: 50px;
}

.certification-title {
    font-weight: 600;
    font-size: 25px;
    top: 30px;
    position: absolute;
}

.certification-description {
    width: 80%;
    font-size: 18px;
    margin: 5% 0px 0 0px;
}

@media (max-width: 1366px) {
    .certifications-row {
        width: 80%;
        margin: 3rem 3%;
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }
        .certifications-row.certifications-row {
            margin-top: 4rem;
        }
}

@media (max-width: 1199.98px) {
    .certifications-row {
        width: 85%;
        margin: 3rem 5%;
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }
}

@media (max-width: 1024px) {
    .certifications-row {
        width: 100%;
        margin: 3rem -7%;
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }
}

@media (max-width: 991.98px) {
    .certification-title {
        font-size: 22px;
    }
}

@media (max-width: 767.98px) {
    .certifications-content {
        /*height: 150px;*/
        height: auto;
        width: 90%;
        margin: auto;
        padding: 2rem;
    }

    .certifications-row {
        width: 100%;
        /*   margin: 25px -5%;*/
        margin: 25px 0%;
    }

    .certifications-content img {
        height: 36px;
        width: 30px;
        right: 3px;
        top: 6px;
    }

    .certification-title {
        font-weight: 600;
        font-size: 18px;
        top: 16px;
        margin-right: 40px;
    }

    .certification-description {
        width: 100%;
        font-size: 14px;
        text-align: justify;
        margin: 10% 0px 0 0px;
    }

    .certifications-image {
        width: 30%;
        display: none;
    }

    .certifications-image img {
        width: 100%;
        height: 120px;
        position: absolute;
        right: -50%;
        top: 15px;
        z-index: 1;
        object-fit: cover;
    }
}

@media (max-width: 500px) {
    .certification-description {
        text-align: left;
    }
}

@media (max-width: 369.98px) {
    .certification-description {
        margin-top: 54px;
    }
}
