.oto-modal-btn {
    background: #fed941;
    color: #322400;
    border: unset;
}

.oto-modal-btn:hover, .oto-modal-btn:focus {
    background: #fedf36;
    opacity: 0.6;
    transition: 0.5s ease;

    border: unset;
    color: #322400;
}