/**
 * Reliable Transfer Section Styles
 */

.text-section {
    padding: 60px 0;
}

/* Tablet */
@media (max-width: 991px) {
    .text-section {
        padding: 45px 0;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .text-section {
        padding: 30px 0;
    }
}

/* Add spacing between sections */
.text-section .top-section__header + .top-section__header {
    margin-top: 40px;
}

@media (max-width: 767px) {
    .text-section .top-section__header + .top-section__header {
        margin-top: 30px;
    }
}
