section.content-box-block-style-2 {
    padding: 100px 0;
    position: relative;
    background-size: 100%;
    background-position: center;
}
section.content-box-block-style-2 h3 {
    margin-bottom: 40px;
    color: #fff;
}
section.content-box-block-style-2 span {
    color: #71E5D2;
}
.content-box-right-style-2 {
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
    width: 45%;
}
.content-box-each-style-2 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    min-height: 135px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    color: #fff;
    position: relative;
    width: calc(50% - 16px);
    padding: 40px;
    flex-grow: 1;
}
.content-box-each-style-2::after {
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.content-box-each-style-2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-image: url(../../images/rectangle-left-2.svg);
    background-repeat: no-repeat;
    background-position: left top;
}
.content-box-each-bg-style-2{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-image: url(../../images/rectangle-right-2.svg);
    background-repeat: no-repeat;
    background-position: right bottom;
}
.content-box-each-style-2 h5 {
    font-size: 20px;
    line-height: 24px;
    color: #71E5D2;
    font-weight: 500;
    font-family: 'Roboto';
    margin-bottom: 10px;
    position: relative;
    z-index: 2;
}
.content-box-each-style-2 p {
    font-size: 14px;
    line-height: 16px;
    position: relative;
    z-index: 2;
    color: #fff;
}


.content-box-certificate {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #71E5D2;
    width: 45%;
    text-align: center;
    padding: 0 30px 50px;
}
.content-box-certificate img {
    border: 10px solid #171717;
    margin-top: -15%;
}
.content-box-certificate h6 {
    font-family: 'Roboto';
    margin-top: 30px;
}
@media (max-width:1566px) {
}

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

@media (max-width:1380px) {
    .content-box-each-style-2 {
        padding: 30px 30px;
    }
    .content-box-right-style-2 {
        width: 48%;
    }
}

@media (max-width:1366px) {
}

@media only screen and ( max-width: 1199px) {
    .content-box-each-style-2 {
        padding: 20px 30px;
    }
}

@media only screen and ( max-width: 961px) {
    section.content-box-block-style-2 {
        padding: 60px 0;
    }
    
    .content-box-right-style-2 {
        display: flex;
        gap: 25px;
        width: 55%;
    }
    .content-box-certificate {
        width: 40%;
        padding: 0 20px 40px;
    }
    .content-box-certificate img {
        max-width: 60%;
    }
    .content-box-certificate h6 {
        margin-top: 20px;
    }
    section.content-box-block-style-2 h3 {
        margin-bottom: 30px;
    }
}

@media only screen and ( max-width: 768px) {
    .content-box-right-style-2 {
        width: 100%;
    }
    .content-box-certificate {
        width: 100%;
        position: static;
        margin-top: 100px;
    }
    .content-box-certificate img {
        max-width: 35%;
        margin-top: -80px;
    }
    .content-box-each-style-2 {
        background-position: 9%;
    }
}

@media only screen and ( max-width: 560px) {
    .content-box-certificate img {
        max-width: 60%;
    }
}   