.owl-carousel.owl-theme.page-banner-slider.owl-loaded.owl-drag {
    margin-top: 120px !important;
}
.home-introduction {
    background-color: #ffffff;
}
.home-masonary-grid {
    background-color: #ffffff;
}
.home-feature-text {
    background-color: #ffffff;
}
main {
    margin-top: 0;
}
.brand-logos {
    background-color: white;
}
footer.container-fluid {
    background: #ffffff;
}
.navigation-block .nav-main a, #navbarNavMobile a {
    margin-left: 20px;
    margin-right: 20px;
}
.feature-text {
    margin-top: 0;
    width: 60%;
}
.photo-gallery {
    display: grid;    
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-height: calc(2*(desired-item-height + 20px));
    overflow: hidden;
}
.intro-article p {
    font-size: 20px;
    font-weight: 300;
    line-height: 34px;
    margin-top: 12px;
    width: 100%;
    margin: auto;
}
.introduction-text {
    margin-bottom: 70px;
}
h1 {
    font-family: 'Raleway';
}
h2 {
    font-family: 'Raleway';
}
@media only screen and (max-width: 992px) {
    .photo-gallery {
        display: grid;
        grid-template-columns: none;
        gap: 20px;
        max-height: calc(2*(desired-item-height + 20px));
        overflow: hidden;
    }
}