.main-banner {
    background-image: url('../images/what-is-tob/P1030931.jpg');
    background-position: bottom left;
    padding: 60px 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.main-banner h1 {
    margin-bottom: 0;
}

@media (min-width:1000px) {
    .main-banner {
        padding: 200px 25px;
        background-attachment: fixed;
    }
}

.image-row {
    padding: 25px;
}

.image-container {
    display: flex;
    gap: 25px;
    flex-direction: column;
}

@media (min-width:1000px) {
    .image-container {
        flex-direction: row;
        max-width: 1140px;
        margin: 0 auto;
    }
}

@media (min-width:1000px) {
    .image-container img {
        max-width: 18.25%;
    }
}

.copy-content {
    background-color: #f9f9f9;
    padding: 25px;
}

@media (min-width:1000px) {
    .copy-container {
        max-width: 960px;
        margin: 0 auto;
    }
}

.copy-container p:last-of-type {
    margin-bottom: 0;
}

.bottom-quote {
    padding: 25px;
}

.quote-container {
    text-align: center;
}

.quote-container p {
    font-family: 'Ovo', serif;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 600;
    color: #004B68;
}

.quote-container p:last-of-type {
    margin-bottom: 0;
}