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

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

p.paragraph-text.blue-text {
    color: #0095d9;
    font-weight: bold;
}

div.richard-webb-img-col {
    display: flex;
    justify-content: center;
}

div.richard-webb-img-col img.richard-webb-image {
    height: 200px;
}

div.section-image img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 12px;
}

@media (max-width: 767px) {
    div.richard-webb-img-col img.richard-webb-image {
        margin-bottom: 20px;
    }

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

    div.why-hml-works-container {
        margin-bottom: 30px;
    }
}

@media (min-width: 768px) {
    div.richard-webb-img-col {
        justify-content: right;
        float: right;
        margin-top: 20px;
    }

    div.section {
        margin-bottom: 30px;
    }
}

@media (min-width: 992px) {
    div.richard-webb-img-col img.richard-webb-image {
        height: 280px;
    }

    p.paragraph-text, h2.section-title {
        margin-bottom: 24px;
    }

    p.paragraph-text, li.bullet-point {
        font-size: 16px;
    }

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

    div.section {
        margin-bottom: 40px;
    }

    div.section.first-section {
        margin-bottom: 30px;
    }
}