@font-face {
    font-family: "Forum"; 
    src: url("font/Forum/Forum-Regular.ttf") format("truetype"); 
    font-style: normal; 
    font-weight: normal; 
} 

@font-face {
    font-family: "Inter"; 
    src: url("font/Inter/Inter-VariableFont_slnt,wght.ttf") format("truetype"); 
    font-style: normal; 
    font-weight: normal; 
} 


main {
    padding-bottom: 4vw;
}

.sertif-wrapper{
    width: 100%;
    display: flex;
    margin-top: 3.3vw;
}

.sertif-block1{
    width: 25%;
    display: flex;
    flex-direction: column;
    gap: 3vw;
    align-items: center;
}

.serf-img {
    width: 80%;
    box-shadow: 4px 5px 10px #268391;
}

.sertif-block2{
    width: 75%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.serf-text {
    width: 80%;
    text-align: center;
    font-size: 2vw;
    margin-top: 2.5vw;
}

.aboutH2 {
    font-size: 2.65vw; 
    font-weight: 300;
    margin-bottom: 3vw;
    font-family: Inter;
    color: rgb(18, 17, 17);
    text-shadow: 0.05em 0.04em 1px rgb(142, 141, 141);
    text-align: center;
}



.video-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

video {
    width: 65%;
    border-radius: 2vw;
    border: 2px solid black;
    box-shadow: 0 3px 20px 5px rgba(0, 0, 0, 0.6);
    background-color: black;
    transition: 0.333s;
}

video:hover {
    border: 2px solid rgb(78, 107, 176);
    box-shadow: 0 3px 20px 2px rgb(78, 107, 176);
}


.label-wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 3vw;
    background-color: #ffffff;
    box-shadow: 0 0 12px #268391;
    border-radius: 7px;
    padding: 2vw 1vw;
}

.label-wrapper div {
    width: 10vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1vw;
    overflow: hidden;
}

.label-wrapper div img {
    width: 100%;
}


@media screen and (max-width: 700px) {
.sertif-wrapper{
    margin-top: 3.3vw;
}

.sertif-block1{
    width: 30%;
    gap: 5vw;
}

.serf-img {
    width: 100%;
}

.sertif-block2{
    width: 70%;
}

.serf-text {
    width: 90%;
    margin-top: 2.5vw;
    font-size: 2.9vw;
}

.label-wrapper {
    gap: 5vw 3vw;
    box-shadow: 0 0 6px #268391;
}

.label-wrapper div {
    width: 15vw;
    border-radius: 1.5vw;
}

.aboutH2 {
    font-size: 3.8vw;
    text-shadow: 0.07em 0.07em 1px rgb(142, 141, 141);
}

video {
    width: 90%;
    box-shadow: 0 2px 8px 3px #268391;
}
}