#about-us-section-1-div,
#about-us-section-2-div {
    display: flex;
    flex-direction: row;
    gap: 2rem;
}

div.n2-ss-slider-controls.n2-ss-slider-controls-absolute-center-bottom {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 20px !important;
    flex-wrap: nowrap !important;
    position: relative !important;
    bottom: 0.5rem !important;
    margin-top: 0.8rem !important;
    margin-bottom: 0.6rem !important;
    -webkit-tap-highlight-color: transparent;
}

.n2-ss-slider .n2-ss-layer-row-inner {
    justify-content: center !important;
    align-items: center !important;
}

.n2-ss-widget.nextend-shadow img.nextend-shadow-image {
    margin-bottom: -1rem
}

@media (max-width: 1420px) {
    #about-us-section-1-div {
        flex-direction: column;
    }
}

@media (max-width: 768px) {
    .n2-ss-widget.nextend-shadow img.nextend-shadow-image {
        margin-bottom: 0.5rem
    }
}

@media (max-width: 700px) {
    #staff-slider-shortcode {
        display: none;
    }

    #staff-slider-shortcode-mobile {
        display: block;
    }
}

@media (max-width: 425px) {
    .n2-ss-widget.nextend-shadow img.nextend-shadow-image {
        margin-bottom: 1.5rem
    }
}

@media (max-width: 319px) {
    header,
    .site-footer,
    #inner_content-10-12 {
        width: 320px;
    }
}