.general_cta_section{
    background: url(../assets/images/form-bg.png);
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
}
.general_cta_section .content_wrapper{
    background: linear-gradient(107deg, rgba(255, 255, 255, 0.93) 0%, rgba(255, 255, 255, 0.85) 100%);
    backdrop-filter: blur(10px);
}


.general_cta_section .icon_wrapper{
    border: 2px solid rgba(0, 0, 0, 0.05);
    width: fit-content;
    padding: 20px;
    border-radius: 999px;
}