.static-text-wrapper a {
    background: #FF6A52;
    box-shadow: 0px 3px 11px rgb(255 106 82 / 57%);
    border-radius: 5px;
    padding: 16px 45px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    transition: 0.5s ease-in;
}
.static-text-wrapper a:hover { 
background-color: #e3432a !important;
    border: 1px solid #e3432a;
}