/* Keep the shared callback block in the same compact section rhythm as portfolio cases. */
.main:not(.one-case) > .callback-form:not(.callback-form--modal) {
    margin-top: calc(60px - var(--main-gap));
    margin-bottom: calc(60px - var(--main-gap));
}

@media only screen and (max-width: 767px) {
    .main:not(.one-case) > .callback-form:not(.callback-form--modal) {
        margin-top: 0;
        margin-bottom: 0;
    }
}
