.w100-sec{
    position: relative;
    margin-top: 80px;
}
.w100-sec h1{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;

    box-shadow: none;
    color: rgb(255, 255, 255);
    font-family: wfont_79ea19_1ec267f5aeda4136b9357c6a396ac7b2, wf_1ec267f5aeda4136b9357c6a3, orig_lato_regular;
    font-size: 36px;
    font-weight: 400;
    line-height: 36px;
    text-shadow: rgba(0, 0, 0, 0) 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px;
    z-index: 2;
}
.w100-sec img{
    width: 100%;
    position: relative;
}
.w100-sec::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.33);
    pointer-events: none;
    z-index: 1;
}


.w3{
    width: 30%;
    display: flex;
    align-items: center;justify-content: center;
}
.w3 img{
    width: 100%;
}
.sertificates-sec{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
@media (max-width: 1000px) {
    .w100-sec h1{
        font-size: 18px;
        line-height: 21px;
    }
    .w3 {
        width: 100%;
        margin-bottom: 16px;
    }
    .sertificates-sec {
        flex-direction: column;
        padding: 30px 80px 80px 80px;
        gap: 0px;
    }
    .w100-sec img{
        height: 50px;
        object-fit: cover;
    }
}

@media (max-width: 480px) {
    .sertificates-sec {
        padding: 30px 12px 12px 12px;
    }
    #certificate-modal-img{
        zoom:1 !important;
    }
}