.tn-atom__html button {
    padding: 12px 0;
    color: #000000;
    font-size: 17px;
    font-family: 'font', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 600;
    border-radius: 3px;
    background-color: #fff500;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    cursor: pointer;
    width: 100%;
    text-transform: uppercase;
}

@media screen and (max-width: 1199px){
    .tn-atom__html button {
        font-size: 16px;
    }    
}


@media screen and (max-width: 479px){
    .tn-atom__html button {
        font-size: 14px;
    }    
}

