<<<<<<< HEAD
.cta-block-section {
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.cta-block-wrapper {
    padding: 40px 50px;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
}

.cta-svg-circle {
    position: absolute;
    width: 50%;
    height: auto;
    top: 50%;
    right: -10%;
    transform: translateY(-50%);
    z-index: 1;
    pointer-events: none;
=======
.cta-block-section {
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.cta-block-wrapper {
    padding: 40px 50px;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
}

.cta-svg-circle {
    position: absolute;
    width: 50%;
    height: auto;
    top: 50%;
    right: -10%;
    transform: translateY(-50%);
    z-index: 1;
    pointer-events: none;
>>>>>>> 85c9ff3 (Further changes to blocks and additions)
}