.tn-atom__html button {
    padding: 11px 0;
    color: #fff;
    font-size: 13px;
    font-family: 'font', Arial, medium;
    line-height: 1.55;
    font-weight: 700;
    border-radius: 0px;
    background-color: #FB6844;
    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%;
}

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


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