.head__container{
    width: 100%;
    height: 75vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    position: relative;
}
.head__block{
    position: relative;
    width: 100%;
}
.head__title_box{
    padding: 0 47px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 22px;
}
#head__button__box{
    padding: 0 15px;
    max-width: 1420px;
    width: 100%;
    margin: 65px auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    grid-gap:10px;
}
#head__button__box button{
    padding: 10px 30px;
    border-radius: 30px;
    font-family: Inter;
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    letter-spacing: 0em;
    text-align: center;
    color: #FFFFFF;
    background: #FFFFFF1A;
    border: 0px;
}
#head__button__box button.active{
    background: #05A65D;
}
.head__title{
    text-transform: uppercase;
    font-family: Inter;
    font-size: 86px;
    font-weight: 300;
    line-height: 104px;
    letter-spacing: 0em;
    color: #FFFFFF;
    margin-bottom: 77px;
}

/*------------------------------------------------------------------------- Privacy policy -----------------------------------------------------------------------------------------*/
.privacy_policy__content{
    margin: 77px auto 110px;
    width: 100%;
    padding: 0 47px;
}
.privacy_policy__content ul{
    margin-left: 25px;
    margin-right: 25px;
    list-style: disc;
}
.privacy_policy__content h2{
    text-transform: uppercase;
    font-family: Inter;
    font-size: 24px;
    font-weight: 700;
    line-height: 31px;
    letter-spacing: 0em;
    margin-top: 40px;
    color: #575756;
}
.privacy_policy__content p{
    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
    line-height: 31px;
    letter-spacing: 0em;
    color: #000000;
    margin: 0px;
}
.privacy_policy__content h3{
    font-family: Inter;
    font-size: 20px;
    font-weight: 700;
    line-height: 31px;
    letter-spacing: 0em;
    color: #575756;
    margin-top: 40px;
}
.privacy_policy__content li{
    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
    line-height: 31px;
    letter-spacing: 0em;
    color: #575756;
}
.privacy_policy__content a{
    font-family: Inter;
    font-size: 18px;
    font-weight: 700;
    line-height: 31px;
    letter-spacing: 0em;
    color: #05A65D;
}
@media (max-width: 800px){
    .privacy_policy__content {
        margin: 31px auto 60px;
        padding: 0 15px;
    }
}
@media (max-width: 410px){
    .head__title{
        font-size: 44px!important;
    }
}


@media (max-width: 600px){
    .page-template-template-privacy_policy .head__title {
        margin-bottom: 55px;
    }
}