/* Lekovita svojstva - content spacing fix */
.healing-split-copy .btn {
    margin-top: 22px;
}

.healing-section.soft + .villa-reservation-section {
    margin-top: 72px;
}

.healing-section .healing-split {
    row-gap: 34px;
}

@media (max-width: 768px) {
    .healing-split-copy .btn {
        margin-top: 18px;
    }

    .healing-section.soft + .villa-reservation-section {
        margin-top: 48px;
    }
}
