.shares{
    background-image: url("../images/bg/bg__shares.png");
    background-size: cover;
    padding: 260px 0 120px 0;
}
.shares__link a{
    padding: 13px 25px;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    background-color: #927446;
    border-radius: 26px;
    color: white !important;
    text-decoration: none;
}

.shares_describe{
    padding: 80px 0;
}
@media (max-width: 991px) {
    .shares{
        padding: 180px 0 80px 0;
    }
    .shares__first-describe .tp-40{
        font-size: 28px;
    }
    .shares__first-describe .shares__link a {
        font-size: 18px;
    }

}
@media (max-width: 768px) {
    .shares_describe{
        padding: 60px 0;
    }

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

    .shares__first-describe .pt-40{
        padding-top: 30px;
    }
     .shares{
        padding: 130px 0 60px 0;
    }
     .shares_describe .tp-36{
         font-size: 28px;
     }
     .shares_describe{
         padding: 40px 0;
     }
     .shares_describe .tp-16{
         font-size: 14px;
     }
     .shares_describe .tp-40{
         padding-top: 30px;
     }
     .shares_describe .mb-50{
         margin-bottom: 20px;
     }
     .shares_describe .tp-18{
         font-size: 16px;
     }
     .shares_describe .tp-30{
         font-size: 28px;
     }


}


