/* -------------------------------------------- */
/* ----------- GALLERY START ----------- */
/* -------------------------------------------- */
@media only screen and (min-width: 1199px) {

    #cms-gallery #g2 {
        .text {
            background: color-mix(in srgb, var(--secondary-color-contrast), transparent 20%);
        }
    }

    #g2 #galleryheading {
        text-transform: uppercase;
        font-weight: 700;
    }

    #g2 .text {
        padding: 30px 0;
    }

    #g2 .text .description {
        font-size: 18px;
        line-height: 1.5;
    }

    #g2 .text .description a {
        display: inline-flex;
        text-decoration: none;
        border: 5px solid var(--secondary-color);
        background-color: #fff;
        padding: 0.25em 2em;
        transition: all 0.25s linear;
    }

    #g2 .text .description a:hover {
        background-color: var(--secondary-color);
        color: #fff;
    }
}

/* -------------------------------------------- */
/* ----------- GALLERY END ----------- */
/* -------------------------------------------- */
