.sertificate .container{
    display: flex;
    flex-direction: row;
    align-items:center;
    gap: 15px;
    justify-content: flex-start;
}
.sertificate a{
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    display: flex;
    align-items:center;
    gap: 15px;
    line-height: 140%;
}
.sertificate a{
    transition: all .3s ease;
}
.sertificate a:hover{
    transition: all .3s ease;
    padding: 0 0 0 10px;
}
.sertificate{
    background: #536a56;
    padding: 20px 0;
    margin: 75px  0 0 0;
}

.menu-container {
    background: rgba(37, 37, 37, 0.9);
}
.privacy-page {
    margin: 150px 0 0 0;
}
.privacy-page h2{
    font-weight: 700;
font-size: 24px;
color: #111;
margin: 20px 0 ;
}
.privacy-page p strong{
    font-family: "Inter", sans-serif;
    font-weight: 500;
}
.privacy-page p{
    margin: 15px 0;
    font-weight: 400;
font-size: 16px;
color: #111;
}
.privacy-page ul{
    margin: 15px 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.privacy-page ul li{
    padding-left: 15px;
    font-weight: 400;
font-size: 16px;
color: #111;
position: relative;
}
.privacy-page ul li::after{
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 6px;
    height: 6px;
    border-radius:100%;
    background:#536a56;
}
.privacy-page h1 {
    font-weight: 800;
    font-size: 40px;
    color: #33363f;
    margin-bottom: 30px;
}
@media screen and (max-width: 992px) {
    .privacy-page{
        margin: 120px 0 0 0;
    }
    .sertificate{
        margin: 50px 0 0 0;
    }
}
@media screen and (max-width: 576px) {
    .privacy-page{
        margin: 100px 0 0 0;
    }
    .sertificate{
        margin: 50px 0 0 0;
    }
    .privacy-page h1{
        margin-bottom: 20px;
    }
    .privacy-page p{
        margin: 10px 0;
    }
    .privacy-page h2{
        margin: 15px 0;
    }
    .privacy-page ul{
        margin: 10px 0;
        gap: 10px;
    }
}
@media screen and (max-width: 375px){
    .privacy-page h1{
       font-size: 32px;
    }
    .privacy-page h2{
        font-size: 22px;
    }
}