.cta-floating-card-spirule {
    .image-section {
        min-height: 550px;
    }

    .content-section {
        margin-top: -100px;
    }

    .buttons {
        .buttons__button+.buttons__button {
            @apply mt-2;
        }
    }

    .content-wrapper {
        box-shadow: 0 2px 50px 0 rgba(0, 0, 0, 0.1);
    }
}