@media(min-width: 1366px) {
    .home-first {
        background-color: var(--accent-color);
        z-index: 1;
        margin: 170px 0 0 0;
        padding: 0;
        width: 100%;
        height: 700px;
        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-style: italic;
        font-size: 70px;
        font-weight: 700;
        letter-spacing: 0.5px;
        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: 20px;
        font-weight: 600;
        letter-spacing: 0.5px;
        margin: 20px auto;
        color: var(--secondary-color);
        text-align: center;
    }

    .home-text a {
        position: relative;
        display: inline-block;
        margin: 20px auto;
        border-radius: 3px;
        font-family: source-serif-4-display, serif;
        font-size: 25px;
        font-weight: 700;
        font-style: italic;
        background-color: var(--primary-color);
        color: var(--secondary-color);
        text-decoration: none;
        padding: 15px 40px;
        transition: 0.2s all ease-in-out;
    }

    #splide-slideshow {
        position: absolute;
        z-index: 0;
        width: 100%;
        height: 700px;
        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 1000px rgba(0, 0, 0, 0.5);
        width: 100%;
        height: 700px;
        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;
    }

    .slideshow-item h2 {
        text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
        font-size: 35px;
        font-weight: 600;
        letter-spacing: 0.5px;
        margin: 0 auto;
        color: var(--secondary-color);
        text-align: center;
    }

    .slideshow-item h3 {
        text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.9);
        font-size: 20px;
        font-weight: 600;
        font-style: italic;
        margin: 20px auto;
        color: var(--secondary-color);
        text-align: center;
    }

    .slideshow-item a {
        position: relative;
        display: inline-block;
        margin: 0 auto;
        border-radius: 40px 2px 40px 2px;
        font-family: richmond-display, sans-serif;
        font-size: 20px;
        font-weight: 600;
        font-style: italic;
        letter-spacing: 0.5px;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        /* background-image: url('../../assets/button-1.svg'); */
        background-color: var(--primary-color);
        color: var(--secondary-color);
        text-decoration: none;
        padding: 20px 30px;
        transition: 0.2s all ease-in-out;
    }
    .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;
        list-style: none;
    }
    .behavior-card li {
        margin: 5px auto;
        padding: 0;
        font-family: avenir-lt-pro, sans-serif;
        font-size: 18px;
        font-weight: 400;
        text-align: center;
        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: 700px;
        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-style: italic;
        font-size: 60px;
        font-weight: 700;
        letter-spacing: 0.5px;
        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: 20px;
        font-weight: 600;
        letter-spacing: 0.5px;
        margin: 20px auto;
        color: var(--secondary-color);
        text-align: center;
    }

    .home-text a {
        position: relative;
        display: inline-block;
        margin: 20px auto;
        border-radius: 3px;
        font-family: source-serif-4-display, serif;
        font-size: 25px;
        font-weight: 700;
        font-style: italic;
        background-color: var(--primary-color);
        color: var(--secondary-color);
        text-decoration: none;
        padding: 15px 40px;
        transition: 0.2s all ease-in-out;
    }

    #splide-slideshow {
        position: absolute;
        z-index: 0;
        width: 100%;
        height: 700px;
        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 1000px rgba(0, 0, 0, 0.5);
        width: 100%;
        height: 700px;
        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;
    }

    .slideshow-item h2 {
        text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
        font-size: 30px;
        font-weight: 600;
        letter-spacing: 0.5px;
        margin: 0 auto;
        color: var(--secondary-color);
        text-align: center;
    }

    .slideshow-item h3 {
        text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.9);
        font-size: 16px;
        font-weight: 600;
        font-style: italic;
        margin: 20px auto;
        color: var(--secondary-color);
        text-align: center;
    }

    .slideshow-item a {
        position: relative;
        display: inline-block;
        margin: 0 auto;
        border-radius: 40px 2px 40px 2px;
        font-family: richmond-display, sans-serif;
        font-size: 20px;
        font-weight: 600;
        font-style: italic;
        letter-spacing: 0.5px;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        /* background-image: url('../../assets/button-1.svg'); */
        background-color: var(--primary-color);
        color: var(--secondary-color);
        text-decoration: none;
        padding: 20px 30px;
        transition: 0.2s all ease-in-out;
    }
    .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;
        list-style: none;
    }
    .behavior-card li {
        margin: 5px auto;
        padding: 0;
        font-family: avenir-lt-pro, sans-serif;
        font-size: 18px;
        font-weight: 400;
        text-align: center;
        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: 700px;
        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-style: italic;
        font-size: 50px;
        font-weight: 700;
        letter-spacing: 0.5px;
        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: 20px;
        font-weight: 600;
        letter-spacing: 0.5px;
        margin: 20px auto;
        color: var(--secondary-color);
        text-align: center;
    }

    .home-text a {
        position: relative;
        display: inline-block;
        margin: 20px auto;
        border-radius: 3px;
        font-family: source-serif-4-display, serif;
        font-size: 25px;
        font-weight: 700;
        font-style: italic;
        background-color: var(--primary-color);
        color: var(--secondary-color);
        text-decoration: none;
        padding: 15px 40px;
        transition: 0.2s all ease-in-out;
    }

    #splide-slideshow {
        position: absolute;
        z-index: 0;
        width: 100%;
        height: 700px;
        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 1000px rgba(0, 0, 0, 0.5);
        width: 100%;
        height: 700px;
        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;
    }

    .slideshow-item h2 {
        text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
        font-size: 25px;
        font-weight: 600;
        letter-spacing: 0.5px;
        margin: 0 auto;
        color: var(--secondary-color);
        text-align: center;
    }

    .slideshow-item h3 {
        text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.9);
        font-size: 16px;
        font-weight: 600;
        font-style: italic;
        margin: 20px auto;
        color: var(--secondary-color);
        text-align: center;
    }

    .slideshow-item a {
        position: relative;
        display: inline-block;
        margin: 0 auto;
        border-radius: 40px 2px 40px 2px;
        font-family: richmond-display, sans-serif;
        font-size: 20px;
        font-weight: 600;
        font-style: italic;
        letter-spacing: 0.5px;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        /* background-image: url('../../assets/button-1.svg'); */
        background-color: var(--primary-color);
        color: var(--secondary-color);
        text-decoration: none;
        padding: 20px 30px;
        transition: 0.2s all ease-in-out;
    }
    .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;
        list-style: none;
    }
    .behavior-card li {
        margin: 5px auto;
        padding: 0;
        font-family: avenir-lt-pro, sans-serif;
        font-size: 18px;
        font-weight: 400;
        text-align: center;
        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: 600px;
        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-style: italic;
        font-size: 40px;
        font-weight: 700;
        letter-spacing: 0.5px;
        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: 15px;
        font-weight: 600;
        letter-spacing: 0.5px;
        margin: 10px auto;
        color: var(--secondary-color);
        text-align: center;
    }

    .home-text a {
        position: relative;
        display: inline-block;
        margin: 10px auto;
        border-radius: 3px;
        font-family: source-serif-4-display, serif;
        font-size: 20px;
        font-weight: 700;
        font-style: italic;
        background-color: var(--primary-color);
        color: var(--secondary-color);
        text-decoration: none;
        padding: 15px 40px;
        transition: 0.2s all ease-in-out;
    }

    #splide-slideshow {
        position: absolute;
        z-index: 0;
        width: 100%;
        height: 600px;
        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 1000px rgba(0, 0, 0, 0.5);
        width: 100%;
        height: 600px;
        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;
    }

    .slideshow-item h2 {
        text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
        font-size: 25px;
        font-weight: 600;
        letter-spacing: 0.5px;
        margin: 0 auto;
        color: var(--secondary-color);
        text-align: center;
    }

    .slideshow-item h3 {
        text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.9);
        font-size: 15px;
        font-weight: 600;
        font-style: italic;
        margin: 20px auto;
        color: var(--secondary-color);
        text-align: center;
    }

    .slideshow-item a {
        position: relative;
        display: inline-block;
        margin: 0 auto;
        border-radius: 40px 2px 40px 2px;
        font-family: richmond-display, sans-serif;
        font-size: 20px;
        font-weight: 600;
        font-style: italic;
        letter-spacing: 0.5px;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        /* background-image: url('../../assets/button-1.svg'); */
        background-color: var(--primary-color);
        color: var(--secondary-color);
        text-decoration: none;
        padding: 20px 30px;
        transition: 0.2s all ease-in-out;
    }
    .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;
        list-style: none;
    }
    .behavior-card li {
        margin: 5px auto;
        padding: 0;
        font-family: avenir-lt-pro, sans-serif;
        font-size: 17px;
        font-weight: 400;
        text-align: center;
        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;
    }
}
