.top-right-cta {
    background: #ececec;
    color: #010102;
    padding: 10px 15px;
    border: 1px solid #fe5500;
    transition: 0.3s ease-in-out;
}

.top-right-cta:hover {
    background: #fe5500;
    color: #efefef;
}