.cta-btn{
    width: fit-content;
    background-image: linear-gradient(to right, #3a98e3, #155385);
    padding: 12px 25px;
    margin: 20px 0;
    border-radius: 4px;
    font-size: 20px;
    font-weight: 500;
    transition: transform 0.6s ease;
}
.cta-btn a{
    text-decoration: none;
    color: white;
}