h1.title-header {
    font-size: 36px;
}

p.paragraph-text {
    font: 14px 'Lato', sans-serif;
    line-height: 1.3;
}

div.image-section {
    margin-top: 20px;
}

img.our-mission-img {
    border-radius: 12px;
    width: 100%;
}

div.richard-webb-img-col {
    text-align: center;
}

div.richard-webb-img-col img.richard-webb-image {
    height: 200px;
    mask-image: linear-gradient(white 68%, transparent);
    margin: 10px 0 15px 0;
}

@media (max-width: 991px) {
    div.title-container {
        margin-bottom: 24px;
    }

    div.image-section {
        margin-bottom: 20px;
    }
}

@media (min-width: 992px) {
    div.title-container {
        margin-top: 24px;
    }

    p.paragraph-text {
        font-size: 16px;
        margin-bottom: 24px;
    }

    h1.title-header {
        font-size: 40px;
        margin-bottom: 24px;
    }

    div.richard-webb-img-col img.richard-webb-image {
        height: 460px;
        margin: -10px 0 0 0;
    }
}