.bottom-cta-section .bottom-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 72px;
}
.bottom-cta-section .bottom-block .left-block,
.bottom-cta-section .bottom-block .right-block {
    width: 41.4%;
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 12.5%, rgb(0, 0, 0) 87.5%, rgba(0, 0, 0, 0) 100%);
    overflow: hidden;
    pointer-events: none;
}
.bottom-cta-section .bottom-block .left-block {
    transform: rotate(180deg);
}
@media only screen and (max-width: 767px) {
    .bottom-cta-section .bottom-block {
        margin-top: 50px;
    }
}