.page-template-circular-solutions .block-sub-header h1 {
    color: #ADBF00;
}

.block-sub-header h1 {
    text-transform: uppercase;
    margin-bottom: 2rem !important;
    line-height: 1;
    color: #ADBF00;
}

.block-sub-header h1 small {
    letter-spacing: normal;
    font-size: 60%;
    font-weight: 500;
    color: var(--heading-color, var(--heading-1-color, var(--headings-color)));
    /* text-transform: none; */
}

@media (max-width: 767px) {
    .block-sub-header h1 {
        font-size: 48px !important;
    }

    .block-sub-header {
        height: auto;
        max-height: auto;
        margin-top: 5rem;
        margin-bottom: 200px;
        align-items: center !important;
    }

    .block-sub-header img {
        height: 60vh;
        max-height: 300px;
        width: 100%;
        object-fit: cover;
        border-radius: 1rem;
    }

    .resp-img img {
        aspect-ratio: 1 / 1;
        width: 100% !important;
        height: auto !important;
        object-fit: cover !important;
    }
}

@media (min-width: 768px) and (max-width: 1079px) {
    .block-sub-header {
        height: auto;
        max-height: auto;
        margin-top: 5rem;
        margin-bottom: 200px;
        align-items: center !important;
        display: block !important;
    }

    .block-sub-header img {
        height: 60vh;
        max-height: 300px;
        width: 100%;
        object-fit: cover;
        border-radius: 1rem;
    }

    .resp-img img {
        aspect-ratio: 1 / 1;
        width: 100% !important;
        height: auto !important;
        object-fit: cover !important;
    }
}

@media (min-width: 1080px) {
    .block-sub-header {
        height: 60vh;
        max-height: 800px;
        margin-top: 5rem;
        margin-bottom: 200px;
        align-items: center !important;
    }

    .block-sub-header img {
        height: 60vh;
        max-height: 800px;
        width: 100%;
        object-fit: cover;
        border-radius: 1rem;
    }
}