/* for home page three */
.navigate-section-spacing {
    margin-top: -30px;
    padding-top: 120px;
    padding-bottom: 100px;
}
.flex1 {
    flex: 1;
}
.agile-border {
    @apply relative top-2;
}
.agile-border-bottom {
    @apply relative bottom-2;
}
/* Add this to your CSS file */

@media only screen and (max-width: 767px) {
    .navigate-section-spacing {
        margin-top: -16px;
    }
}