/*
 * About style for gallura template.
 */
.swiper {
    height: 80vh!important;
}

div#companyProfile {
    margin-bottom: 4em;
    margin-top: 2em;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .swiper {
        height: 40vh!important;
    }
}

@media screen and (max-width: 576px) {
    .swiper {
        height: 30vh!important;
    }
}