.wp-block-bighuman-cotulla-two-column-product-spotlight__header {
    background: var(--gradient-horizontal);
    text-align: center;
    margin: 0 20px;
    padding: 64px 20px 64px 32px;
}

.wp-block-bighuman-cotulla-two-column-product-spotlight__container {
    background: var(--gradient-horizontal);
    display: grid;
    gap: 12px;
    grid-template-columns: 1fr;
    margin: 0 20px;
    padding: 0 20px 32px 20px;
}

.wp-block-bighuman-cotulla-two-column-product-spotlight__column {
    display: flex;
    flex-direction: column;
}

.wp-block-bighuman-cotulla-two-column-product-spotlight__column img {
    width: 100%;
    height: auto;
    min-height: 225px;
}

.wp-block-bighuman-cotulla-two-column-product-spotlight__link {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: var(--neutral-10-black);
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 155%;
    letter-spacing: 0.18px;
    text-decoration: none;
    position: relative;
    margin-bottom: 2px;
}

.wp-block-bighuman-cotulla-two-column-product-spotlight__link span {
    display: inline-block;
    background-image: linear-gradient(var(--neutral-10-black), var(--neutral-10-black));
    background-size: 100% 1px;
    background-position: 0 100%;
    background-repeat: no-repeat;
    transition: background-size 0.3s;
}

.wp-block-bighuman-cotulla-two-column-product-spotlight__link:hover span {
    background-size: 0 1px;
}

.wp-block-bighuman-cotulla-two-column-product-spotlight__link::after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    transform: rotate(-45deg);
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 10H16M16 10L10 4M16 10L10 16' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.wp-block-bighuman-cotulla-two-column-product-spotlight__heading {
    color: var(--neutral-10-black);
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    margin: 0;
}

.wp-block-bighuman-cotulla-two-column-product-spotlight__subheading {
    color: var(--neutral-10-black);
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 23px;
    font-style: normal;
    font-weight: 450;
    line-height: 125%;
    margin-top: 24px;
}

.wp-block-bighuman-cotulla-two-column-product-spotlight__title {
    color: var(--neutral-10-black);
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 450;
    line-height: 130%;
    margin-bottom: 0;
    margin-top: 12px;
}

.wp-block-bighuman-cotulla-two-column-product-spotlight__description {
    color: var(--neutral-10-black);
    margin: 12px 0;
    font-family: "neue-haas-grotesk-text", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%; /* 27.9px */
}

@media (min-width: 768px) {
    .wp-block-bighuman-cotulla-two-column-product-spotlight__title {
        font-size: 22px;
        margin-top: 14px;
    }
    .wp-block-bighuman-cotulla-two-column-product-spotlight__description {
        font-size: 15px;
    }
    .wp-block-bighuman-cotulla-two-column-product-spotlight__heading {
        font-size: 28px;
    }
    .wp-block-bighuman-cotulla-two-column-product-spotlight__subheading {
        font-size: 33px;
    }
    .wp-block-bighuman-cotulla-two-column-product-spotlight__container {
        gap: 16px;
        grid-template-columns: 1fr 1fr;
        margin: 0 32px;
    }
    .wp-block-bighuman-cotulla-two-column-product-spotlight__header {
        margin: 0 32px;
    }
} 

@media (min-width: 1024px) {
    .wp-block-bighuman-cotulla-two-column-product-spotlight__title {
        font-size: 30px;
        margin-top: 16px;
    }
    .wp-block-bighuman-cotulla-two-column-product-spotlight__description {
        font-size: 18px;
    }
    .wp-block-bighuman-cotulla-two-column-product-spotlight__heading {
        font-size: 40px;
    }
    .wp-block-bighuman-cotulla-two-column-product-spotlight__subheading {
        font-size: 54px;
    }
    .wp-block-bighuman-cotulla-two-column-product-spotlight__container {
        gap: 24px;
    }
    .wp-block-bighuman-cotulla-two-column-product-spotlight__header {
        padding: 128px 32px;
    }
    .wp-block-bighuman-cotulla-two-column-product-spotlight__column img {
        min-height: 325px;
    }
}

@media (min-width: 1440px) {
    .wp-block-bighuman-cotulla-two-column-product-spotlight__header, 
    .wp-block-bighuman-cotulla-two-column-product-spotlight__container {
        margin: 0 64px;
    }
    .wp-block-bighuman-cotulla-two-column-product-spotlight__column img {
        min-height: 495px;
    }
}

@media (min-width: 1920px) {
    .wp-block-bighuman-cotulla-two-column-product-spotlight__container {
        max-width: calc(1920px - 128px); /* 1920px - (64px * 2) padding */
        margin: 0 auto;
        padding: 0 32px 0 32px;
    }
    .wp-block-bighuman-cotulla-two-column-product-spotlight__header {
        max-width: calc(1920px - 128px); /* 1920px - (64px * 2) padding */
        margin: 0 auto;
        margin-top: 48px;
    }
    .wp-block-bighuman-cotulla-two-column-product-spotlight__link {
        margin-bottom: 64px;
    }
    .wp-block-bighuman-cotulla-two-column-product-spotlight__column img {
        min-height: 600px;
    }
    .wp-block-bighuman-cotulla-two-column-product-spotlight__subheading {
        margin: 0 auto;
        margin-top: 32px;
        max-width: 1244px;
    }
    .wp-block-bighuman-cotulla-two-column-product-spotlight__description {
        margin: 32px 0;
    }
}

@media (min-width: 2024px) {
    .wp-block-bighuman-cotulla-two-column-product-spotlight__container {
        max-width: calc(1920px - 64px); /* 1920px - (32px * 2) padding */
    }
    .wp-block-bighuman-cotulla-two-column-product-spotlight__header {
        max-width: calc(1920px - 64px); /* 1920px - (32px * 2) padding */
    }
}


