@media(min-width: 1366px) {
    .home-first {
        background-color: var(--accent-color);
        z-index: 1;
        margin: 170px 0 0 0;
        padding: 0;
        width: 100%;
        height: 800px;
        position: relative;
    }

    .home-text {
        position: absolute;
        z-index: 1;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
        padding: 20px 5%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .home-text img {
        width: 70%;
        max-width: 400px;
        height: auto;
    }

    .home-text h1 {
        position: relative;
        font-size: 70px;
        font-weight: 600;
        letter-spacing: 10px;
        text-transform: uppercase;
        margin: 20px auto;
        color: var(--secondary-color);
        text-shadow: 0 0 4px rgba(255, 255, 255, 0.4), 0 0 8px rgba(255, 255, 255, 0.2), 0 0 16px rgba(255, 255, 255, 0.1);
        text-align: center;
    }

    .home-text h2 {
        position: relative;
        font-size: 35px;
        font-weight: 700;
        font-style: italic;
        letter-spacing: 0.5px;
        margin: 20px auto;
        color: var(--secondary-color);
        text-align: center;
    }

    .home-text h3 {
        position: relative;
        font-family: avenir-lt-pro, sans-serif;
        font-size: 25px;
        font-weight: 600;
        letter-spacing: 0.5px;
        margin: 20px auto;
        color: var(--secondary-color);
        text-align: center;
    }

    .home-buttons {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .home-text a {
        position: relative;
        display: inline-block;
        margin: 20px;
        border-radius: 3px;
        width: auto;
        text-align: center;
        font-family: minion-pro, serif;
        font-size: 25px;
        font-weight: 700;
        color: var(--secondary-color);
        text-decoration: none;
        padding: 15px 40px;
        box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.48), -1px -1px 2px rgba(0, 0, 0, 0.36);
        transition: 0.2s all ease-in-out;
    }

    #splide-slideshow {
        position: absolute;
        z-index: 0;
        width: 100%;
        height: 800px;
        margin: 0;
        padding: 0;
    }

    .splide__arrow {
        bottom: 50px !important;
        top: auto !important;
    }

    .splide__pagination {
        bottom: 75px !important;
    }

    .slideshow-item {
        box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.6);
        width: 100%;
        height: 800px;
        padding: 0 50px;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .behavior-card {
        position: relative;
        margin: 50px auto;
        padding: 50px 50px;
        width: 100%;
        max-width: 600px;
        border-radius: 3px;
        background-color: var(--primary-color);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .behavior-card h2 {
        margin: 0;
        font-size: 30px;
        font-weight: 600;
        letter-spacing: 1px;
        color: var(--secondary-color);
        text-align: center;
    }

    .behavior-card h3 {
        margin: 0;
        font-style: italic;
        font-size: 30px;
        font-weight: 700;
        color: var(--secondary-color);
        text-align: center;
    }

    .behavior-card ul {
        margin: 12.5px auto;
        padding: 0;
    }

    .behavior-card li {
        margin: 12.5px auto;
        padding: 0;
        font-family: avenir-lt-pro, sans-serif;
        font-size: 18px;
        font-weight: 400;
        color: var(--secondary-color);
    }

    .behavior-card li img {
        height: 18px;
        margin: 0 5px 0 0;
    }

    .behavior-card h4 {
        font-family: avenir-lt-pro, sans-serif;
        margin: 0;
        font-size: 18px;
        font-weight: 500;
        color: var(--secondary-color);
        text-align: center;
    }

    .green-ribbon {
        position: absolute;
        height: 105px;
        left: -18px;
        top: -7px;
    }
}

@media(max-width: 1366px) and (min-width: 1024px) {
    .home-first {
        background-color: var(--accent-color);
        z-index: 1;
        margin: 170px 0 0 0;
        padding: 0;
        width: 100%;
        height: 800px;
        position: relative;
    }

    .home-text {
        position: absolute;
        z-index: 1;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
        padding: 20px 5%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .home-text img {
        width: 70%;
        max-width: 400px;
        height: auto;
    }

    .home-text h1 {
        position: relative;
        font-size: 60px;
        font-weight: 600;
        letter-spacing: 10px;
        text-transform: uppercase;
        margin: 20px auto;
        color: var(--secondary-color);
        text-shadow: 0 0 4px rgba(255, 255, 255, 0.4), 0 0 8px rgba(255, 255, 255, 0.2), 0 0 16px rgba(255, 255, 255, 0.1);
        text-align: center;
    }

    .home-text h2 {
        position: relative;
        font-size: 30px;
        font-weight: 700;
        font-style: italic;
        letter-spacing: 0.5px;
        margin: 20px auto;
        color: var(--secondary-color);
        text-align: center;
    }

    .home-text h3 {
        position: relative;
        font-family: avenir-lt-pro, sans-serif;
        font-size: 25px;
        font-weight: 600;
        letter-spacing: 0.5px;
        margin: 20px auto;
        color: var(--secondary-color);
        text-align: center;
    }

    .home-buttons {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .home-text a {
        position: relative;
        display: inline-block;
        margin: 20px;
        border-radius: 3px;
        width: auto;
        text-align: center;
        font-family: minion-pro, serif;
        font-size: 25px;
        font-weight: 700;
        color: var(--secondary-color);
        text-decoration: none;
        padding: 15px 40px;
        box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.48), -1px -1px 2px rgba(0, 0, 0, 0.36);
        transition: 0.2s all ease-in-out;
    }

    #splide-slideshow {
        position: absolute;
        z-index: 0;
        width: 100%;
        height: 800px;
        margin: 0;
        padding: 0;
    }

    .splide__arrow {
        bottom: 50px !important;
        top: auto !important;
    }

    .splide__pagination {
        bottom: 75px !important;
    }

    .slideshow-item {
        box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.6);
        width: 100%;
        height: 800px;
        padding: 0 50px;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .behavior-card {
        position: relative;
        margin: 50px auto;
        padding: 50px 50px;
        width: 100%;
        max-width: 600px;
        border-radius: 3px;
        background-color: var(--primary-color);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .behavior-card h2 {
        margin: 0;
        font-size: 30px;
        font-weight: 600;
        letter-spacing: 1px;
        color: var(--secondary-color);
        text-align: center;
    }

    .behavior-card h3 {
        margin: 0;
        font-style: italic;
        font-size: 30px;
        font-weight: 700;
        color: var(--secondary-color);
        text-align: center;
    }

    .behavior-card ul {
        margin: 12.5px auto;
        padding: 0;
    }

    .behavior-card li {
        margin: 12.5px auto;
        padding: 0;
        font-family: avenir-lt-pro, sans-serif;
        font-size: 18px;
        font-weight: 400;
        color: var(--secondary-color);
    }

    .behavior-card li img {
        height: 18px;
        margin: 0 5px 0 0;
    }

    .behavior-card h4 {
        font-family: avenir-lt-pro, sans-serif;
        margin: 0;
        font-size: 18px;
        font-weight: 500;
        color: var(--secondary-color);
        text-align: center;
    }

    .green-ribbon {
        position: absolute;
        height: 105px;
        left: -18px;
        top: -7px;
    }
}

@media(max-width: 1024px) and (min-width: 769px) {
    .home-first {
        background-color: var(--accent-color);
        z-index: 1;
        margin: 95px 0 0 0;
        padding: 0;
        width: 100%;
        height: 800px;
        position: relative;
    }

    .home-text {
        position: absolute;
        z-index: 1;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
        padding: 20px 5%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .home-text img {
        width: 70%;
        max-width: 400px;
        height: auto;
    }

    .home-text h1 {
        position: relative;
        font-size: 50px;
        font-weight: 600;
        letter-spacing: 10px;
        text-transform: uppercase;
        margin: 20px auto;
        color: var(--secondary-color);
        text-shadow: 0 0 4px rgba(255, 255, 255, 0.4), 0 0 8px rgba(255, 255, 255, 0.2), 0 0 16px rgba(255, 255, 255, 0.1);
        text-align: center;
    }

    .home-text h2 {
        position: relative;
        font-size: 30px;
        font-weight: 700;
        font-style: italic;
        letter-spacing: 0.5px;
        margin: 20px auto;
        color: var(--secondary-color);
        text-align: center;
    }

    .home-text h3 {
        position: relative;
        font-family: avenir-lt-pro, sans-serif;
        font-size: 25px;
        font-weight: 600;
        letter-spacing: 0.5px;
        margin: 20px auto;
        color: var(--secondary-color);
        text-align: center;
    }

    .home-buttons {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .home-text a {
        position: relative;
        display: inline-block;
        margin: 20px;
        border-radius: 3px;
        width: auto;
        text-align: center;
        font-family: minion-pro, serif;
        font-size: 20px;
        font-weight: 700;
        color: var(--secondary-color);
        text-decoration: none;
        padding: 15px 40px;
        box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.48), -1px -1px 2px rgba(0, 0, 0, 0.36);
        transition: 0.2s all ease-in-out;
    }

    #splide-slideshow {
        position: absolute;
        z-index: 0;
        width: 100%;
        height: 800px;
        margin: 0;
        padding: 0;
    }

    .splide__arrow {
        bottom: 50px !important;
        top: auto !important;
    }

    .splide__pagination {
        bottom: 75px !important;
    }

    .slideshow-item {
        box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.6);
        width: 100%;
        height: 800px;
        padding: 0 50px;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .behavior-card {
        position: relative;
        margin: 50px auto;
        padding: 50px 50px;
        width: 100%;
        max-width: 600px;
        border-radius: 3px;
        background-color: var(--primary-color);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .behavior-card h2 {
        margin: 0;
        font-size: 30px;
        font-weight: 600;
        letter-spacing: 1px;
        color: var(--secondary-color);
        text-align: center;
    }

    .behavior-card h3 {
        margin: 0;
        font-style: italic;
        font-size: 30px;
        font-weight: 700;
        color: var(--secondary-color);
        text-align: center;
    }

    .behavior-card ul {
        margin: 12.5px auto;
        padding: 0;
    }

    .behavior-card li {
        margin: 12.5px auto;
        padding: 0;
        font-family: avenir-lt-pro, sans-serif;
        font-size: 18px;
        font-weight: 400;
        color: var(--secondary-color);
    }

    .behavior-card li img {
        height: 18px;
        margin: 0 5px 0 0;
    }

    .behavior-card h4 {
        font-family: avenir-lt-pro, sans-serif;
        margin: 0;
        font-size: 18px;
        font-weight: 500;
        color: var(--secondary-color);
        text-align: center;
    }

    .green-ribbon {
        position: absolute;
        height: 105px;
        left: -18px;
        top: -7px;
    }
}

@media(max-width: 769px) {
    .home-first {
        background-color: var(--accent-color);
        z-index: 1;
        margin: 95px 0 0 0;
        padding: 0;
        width: 100%;
        height: 800px;
        position: relative;
    }

    .home-text {
        position: absolute;
        z-index: 1;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
        padding: 20px 5%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .home-text img {
        width: 60%;
        max-width: 290px;
        height: auto;
    }

    .home-text h1 {
        position: relative;
        font-size: 40px;
        font-weight: 600;
        letter-spacing: 10px;
        text-transform: uppercase;
        margin: 10px auto;
        color: var(--secondary-color);
        text-shadow: 0 0 4px rgba(255, 255, 255, 0.4), 0 0 8px rgba(255, 255, 255, 0.2), 0 0 16px rgba(255, 255, 255, 0.1);
        text-align: center;
    }

    .home-text h2 {
        position: relative;
        font-size: 25px;
        font-weight: 700;
        font-style: italic;
        letter-spacing: 0.5px;
        margin: 10px auto;
        color: var(--secondary-color);
        text-align: center;
    }

    .home-text h3 {
        position: relative;
        font-family: avenir-lt-pro, sans-serif;
        font-size: 20px;
        font-weight: 600;
        letter-spacing: 0.5px;
        margin: 10px auto;
        color: var(--secondary-color);
        text-align: center;
    }

    .home-buttons {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .home-text a {
        position: relative;
        display: inline-block;
        margin: 10px;
        border-radius: 3px;
        width: 240px;
        text-align: center;
        font-family: minion-pro, serif;
        font-size: 18px;
        font-weight: 700;
        color: var(--secondary-color);
        text-decoration: none;
        padding: 10px 20px;
        box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.48), -1px -1px 2px rgba(0, 0, 0, 0.36);
        transition: 0.2s all ease-in-out;
    }

    #splide-slideshow {
        position: absolute;
        z-index: 0;
        width: 100%;
        height: 800px;
        margin: 0;
        padding: 0;
    }

    .splide__arrow {
        bottom: 25px !important;
        top: auto !important;
    }

    .splide__pagination {
        bottom: 50px !important;
    }

    .slideshow-item {
        box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.6);
        width: 100%;
        height: 800px;
        padding: 0 25px;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .behavior-card {
        position: relative;
        margin: 50px auto;
        padding: 50px 50px;
        width: 100%;
        max-width: 600px;
        border-radius: 3px;
        background-color: var(--primary-color);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .behavior-card h2 {
        margin: 0;
        font-size: 30px;
        font-weight: 600;
        letter-spacing: 1px;
        color: var(--secondary-color);
        text-align: center;
    }

    .behavior-card h3 {
        margin: 0;
        font-style: italic;
        font-size: 25px;
        font-weight: 700;
        color: var(--secondary-color);
        text-align: center;
    }

    .behavior-card ul {
        margin: 12.5px auto;
        padding: 0;
    }

    .behavior-card li {
        margin: 12.5px auto;
        padding: 0;
        font-family: avenir-lt-pro, sans-serif;
        font-size: 17px;
        font-weight: 400;
        color: var(--secondary-color);
    }

    .behavior-card li img {
        height: 18px;
        margin: 0 5px 0 0;
    }

    .behavior-card h4 {
        font-family: avenir-lt-pro, sans-serif;
        margin: 0;
        font-size: 18px;
        font-weight: 500;
        color: var(--secondary-color);
        text-align: center;
    }

    .green-ribbon {
        position: absolute;
        height: 100px;
        left: -18px;
        top: -7px;
    }
}
