.t750__descr a {
    margin-top: 10px;
    margin-right: 12px;
    margin-bottom: 10px;
    display: inline-block;
    padding: 12px 24px;
    color: #ffffff !important;
    font-size: 13px;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 600;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    border-width: 2px;
    border-radius: 0px;
    background-color: #000000;
    background-position: center center;
    border-color: #000000;
    border-style: solid;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

.t750__descr a:hover {
    background-color: #ffffff;
    background-color: #ffffff;
    color: #000000 !important;

}
