/* Fix for CTA section in study page */
.apply-visa-cta {
    position: relative;
    z-index: 10;
    margin-top: -100px;
}

.cta-container {
    position: relative;
    z-index: 10;
    margin-top: 100px;
}