div.t778__wrapper.t778__col_right.t-col.t-col_6.t-align_left > div.t778__btn-wrapper.t1002__btns-wrapper > a {
    display: none;
}
div.t778__wrapper.t778__col_right.t-col.t-col_6.t-align_left > div.t778__descr.t-descr.t-descr_xxs > a {
    color: #fff !important;
    background-color: #9c813e;
    padding: 14px 28px;
    border-style: none !important;
    border-radius: 10px;
    box-shadow: none !important;
    font-family: Manrope;
    font-weight: 600;
    white-space: normal;
    transition-duration: 0.2s;
    transition-property: background-color, color, border-color, box-shadow, opacity, transform;
    transition-timing-function: ease-in-out;
}

div.t778__wrapper.t778__col_right.t-col.t-col_6.t-align_left > div.t778__descr.t-descr.t-descr_xxs > a:hover {
    color: #fff !important;
    background-color: #9c8d7d !important;
    text-decoration: none;
}