.blog-ol-section.quote-section .ol-container-new-width {
    max-width: 1480px;
}

.blog-ol-section.quote-section .text-block {
    padding: 30px 0;
    border-top: 1px solid var(--brand-color-black);
    border-bottom: 1px solid var(--brand-color-black);
}

@media (min-width: 768px) {

    .blog-ol-section.quote-section .text-block {
        padding: 30px;
    }

    .blog-ol-section.quote-section .ol-container-new-width {
        width: 100%;
    }
}

.blog-ol-section.quote-section .text-block p {
    font-family: Termina, sans-serif;
    font-size: 28px;
    line-height: 32px;
    font-weight: 500;
    letter-spacing: -.015em;
    text-align: left;
}

.blog-ol-section.quote-section .text-block p:before {
    content: "“";
    font-size: 40px;
}

.blog-ol-section.quote-section .text-block p:after {
    content: "”";
    font-size: 40px;
}

@media (min-width: 960px) {

    .blog-ol-section.quote-section .text-block {
        padding: 30px 80px;
    }

    .blog-ol-section.quote-section .text-block p {
        font-size: 40px;
        line-height: 57px;
    }
}



main.ol-single-blog-main .blog-ol-section.other-blogs-section {
    padding: 60px 0;
}

.blog-ol-section.other-blogs-section .ol-section-heading {
    text-align: center;
    font-family: var(--brand-heading-font);
    font-weight: 500;
    letter-spacing: -.015em;
    margin-bottom: 30px;
}

.blog-ol-section.other-blogs-section .other-blogs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.blog-ol-section.other-blogs-section .blog {
    text-align: center;
    margin: 20px 0;
}

.blog-ol-section.other-blogs-section .blog h3 {
    font-family: var(--brand-heading-font);
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -.015em;
    text-align: center;
    margin-top: 20px;
    text-transform: uppercase;
}

.blog-ol-section.other-blogs-section .blog h3 a {
    text-decoration: none;
}

.blog-ol-section.other-blogs-section .blog img {
    transition: transform 0.3s ease;
}

.blog-ol-section.other-blogs-section .blog img:hover {
    transform: scale(1.03);
}

.blog-ol-section.other-blogs-section .blog h3 a:hover {
    text-decoration: underline;
}

@media (min-width: 768px) {

    .blog-ol-section.other-blogs-section .ol-section-heading {
        font-size: 40px;
    }

    .blog-ol-section.other-blogs-section .other-blogs {
        /* margin: 0 -60px; */
    }

    .blog-ol-section.other-blogs-section .blog {
        flex: 0 1 calc(50% - 40px);
        margin: 20px;
    }
}

@media (min-width: 1024px) {

    .blog-ol-section.other-blogs-section .blog {
        flex: 1 1 calc(33.333% - 40px);
    }
}

@media (min-width: 1300px) {

    .blog-ol-section.other-blogs-section .blog h3 {
        font-size: 24px;
        line-height: 36px;
    }
}

@media (min-width: 1400px) {

    .blog-ol-section.other-blogs-section .other-blogs {
        margin: 0;
    }
}

@media (min-width: 1600px) {
    
    .blog-ol-section.other-blogs-section .ol-container-new-width {
        padding-left: 0;
        padding-right: 0;
    }
}