﻿

/* site.css */

.c-section--spacing, .c-team-details--content {
    padding-top: 7em !important;
}

/* Desktop view */

    .row > * {
        width: 30% !important; /* only for desktops */
    }


/* Mobile view (optional) */
@media (max-width: 768px) {
    .row > * {
        width: 100% !important; /* full width on small screens */
    }
}

/*@media (max-width: 768px) {
    .c-home-industry-box--wrapper {
        padding-top: 137px !important;
    }
}*/
@media (max-width: 768px) {
    .c-section--spacing, .c-team-details--content {
        padding-top: 6em;
    }
}

