﻿.about-us-section {
    background: white;
}

    .about-us-section .simple-banner-container .banner-header {
        font-size: 48px;
    }

    .about-us-section .simple-banner-container .banner-image {
        background: linear-gradient(to right, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0)), url("../images/rings-bigger.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }
