/* CTA 1 */
.cta-1 {
    width: 100%;
    cursor: pointer;
    transition: opacity 0.3s ease;
    margin-top: 55px;
}

.cta-1:hover {
    opacity: 0.9;
}

.cta-1 img {
    width: 100%;
    height: auto;
}