body div#container {
    position: relative;
    top: 11rem;
}

#container section:nth-child(2) {
    margin-top: 1rem;
}
#container div.content-header h2,
#container div.content-header p {
    margin: 0;
    text-align: center;
}
section h4 {
    text-transform: capitalize;
    margin: 0;
}

swiper-container {
    width: 100%;
    padding: 2rem 0;
}

swiper-slide {
    background-position: center;
    background-size: cover;
    width: 19rem;
    height: 19rem;
}

swiper-container.mySwiper swiper-slide img {
    display: block;
    width: 100%;
    filter: none;
}

#fh5co-footer {
    bottom: -17px;
    top: 14rem;
}

#container div.content-header h2 {
    text-transform: uppercase;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    body div#container {
        top: 3rem;
    }   
    .section-first {
        margin-top: 0;
    }
    #fh5co-footer {
        top: 6rem;
    }
}

@media screen and (max-width: 767px) {
    body div#container {
        top: 3rem;
    }
    .section-first {
        margin-top: 0rem;
    }
    #fh5co-footer {
        top: 6rem;
    }
}