.slide-aboutUs-background {
    background: url('../assets/global/aboutUS.png');
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.aboutUs-slide-text {
    width: 100%;
}

.aboutUs-slide-content {
    height: 200px;
}

.aboutUs-section-bullets {
    width: 80%;
    margin: 0 auto;
    padding-top: 60px;
}


.aboutUs-section-content {
    height: auto;
}

@media ( min-width: 680px ) and ( max-width: 1079px ) {
    .slide-aboutUs-background {
        background-position: bottom;
    }

    .aboutUs-slide-content {
        height: 70px;
    }
}

@media ( min-width: 320px ) and (max-width: 500px ) {
    .slide-aboutUs-background {
        background-size: 150%;
        background-position: bottom;
    }

    .aboutUs-slide-content {
        height: 40px;
    }

    .aboutUs-section-content .section-title {
        font-size: 22px;
    }
}
