
/* Homepage */
.image-text-box {
    position: relative;
}

.image-text-box__img_wrap {
    width: 100%;
    height: 160px;
    position: relative;
}

.post-category {
    font-size: 14px;
    color: #FFFFFF;
    font-family: 'Jost', sans-serif;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 6px 15px;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(45deg,  rgba(119,173,92,1) 0%,rgba(161,219,128,1) 100%); 
}

.image-text-box__text_wrap {
    padding: 30px;
    color: #525252;
}

.image-text-box--home .image-text-box__text_wrap {
    background: #F0F0F0;
    border: 2px dashed #BDE3A0;
    max-width: 496px;
    margin: 0 auto;
}

.image-text-box--home .subheading {
    font-size: 10px;
}

.image-text-box--home .image-text-box__text h3 {
    font-size: 20px;
}

.save-col {
    background: #FFFFFF;
    padding: 20px;
    margin: 4px 0 10px 0;
}

.save-col h5 {
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Jost', sans-serif;
    letter-spacing: 0.1em;
    color: #090A05;
    padding-bottom: 15px;
}

.save-col h2 {
    font-size: 32px;
    font-weight: 600;
    color: #F26924;
    padding-bottom: 6px;
}

.image-text-box--home .image-text-box__text p {
    font-size: 13px;
}

.note {
    font-size: 9px;
    font-weight: 400;
    color: #9A9A9A;
    padding-top: 23px;
    display: block;
}

.image-text-box--home {
    padding-top: 30px;
}

.image-text-box__img {
    position: relative;
}

.image-text-box--home {
    padding-bottom: 60px;
}

.image-text-box__text_wrap {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.image-text-box-inner .subheading {
    color: #9A9A9A;
}

.image-text-box--home .image-text-box__text {
    padding-left: 0;
    padding-right: 0;
}

@media (min-width: 768px) {
    .image-text-box--home {
        padding-top: 60px;
    }

    .image-text-box__text_wrap {
        padding: 50px 52px;
    }
    
    .image-text-box--home .image-text-box__text_wrap {
        padding: 50px 54px;
    }

    .image-text-box--home .subheading {
        font-size: 12px;
    }
    
    .image-text-box--home .image-text-box__text h3 {
        font-size: 26px;
    }
    
    .save-col {
        padding: 20px 39px;
        margin: 7px auto 15px;
        max-width: 312px;
    }
    
    .save-col h5 {
        font-size: 12px;
    }
    
    .save-col h2 {
        font-size: 36px;
    }
    
    .image-text-box--home .image-text-box__text p {
        font-size: 14px;
    }
    
    .note {
        font-size: 10px;
    }

    .image-text-box--home {
        padding-bottom: 70px;
    }

    .image-text-box__img_wrap {
        height: 400px;
    }

}

@media (min-width: 1200px) {
    .image-text-box--home {
        padding-top: 0;
    }

    .text-box-flex-row {
        flex-wrap: wrap;
    }

    .image-text-box__img_wrap {
        width: 100%;
        height: 100%;
        position: relative;
    }

    .image-text-box__img_wrap img {
        position: absolute;
        left: 0;
        top: 0;
    }

    .image-text-box__img {
        padding-right: 0;
    }

    .image-text-box__text_wrap {
        padding: 60px 70px 70px;
    }

    .image-text-box--home .image-text-box__text_wrap {
        padding: 50px 52px;
        width: 100%;
        background: transparent;
        border: none;
        max-width: 100%;
    }

    .image-text-box--home .image-text-box__text {
        background: #F0F0F0;
        border: 2px dashed #BDE3A0;
        border-left: none;
    }

    .image-text-box__text .subheading {
        font-size: 14px;
    }
    
    .image-text-box--home .image-text-box__text h3 {
        font-size: 28px;
    }
    
    .save-col {
        padding: 20px 40px;
        margin: 7px auto 15px;
        max-width: 346px;
    }
    
    .save-col h5 {
        font-size: 14px;
    }
    
    .save-col h2 {
        font-size: 46px;
    }
    
    .image-text-box--home .image-text-box__text p {
        font-size: 16px;
    }
    
    .note {
        font-size: 11px;
    }

    .image-text-box--home {
        padding-bottom: 100px;
    }

    .image-text-box-inner .image-text-box__text_wrap {
        margin-left: -20px;
        padding-left: 75px;
    }

}


/* Special Offers page */
.special-offers {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 40px; 
    background-color: #F0F0F0;
}

.special-offers .half-and-half-image {
    flex: 0 0 50%;
    max-width: 50%;
    height: auto;
    position: relative;
    padding: 0; 
    margin: 0;
    overflow: hidden;
}

.special-offers .half-and-half-text {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 100px 142px;
    height: auto;
}

.special-offers .half-and-half-text__wrapper {
    float: right;
}

.special-offers .subheading::before {
   content: '';
   height: 1px;
   background-color: #77AD5C;
   position: absolute;
}

.special-offers .half-and-half-text {
    padding: 100px 142px;
}


@media (min-width: 1440px) {
    .special-offers .subheading::before {
        width: 122px;
        left: -142px;
        top: 12px;
    }
    
    .special-offers .half-and-half-text {
    padding: 100px 50px 100px 142px;
    }
}

@media (max-width: 1200px) {
     .special-offers .half-and-half-image {
         order: -1;
         flex: 0 0 100%;
         max-width: 100%;
         height: auto;
    }
    
    .special-offers .half-and-half-image,
    .special-offers .half-and-half-text {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .special-offers {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
}


@media (max-width: 768px) {
    .special-offers {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    
    .special-offers .subheading::before {
        content: '';
        width: 40px;
        height: 1px;
        background-color: #77AD5C;
        position: absolute;
        top: 11px;
        left: -52px;
    }

    .special-offers .half-and-half-image,
    .special-offers .half-and-half-text {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .special-offers .half-and-half-image {
         order: -1;
         flex: 0 0 100%;
         max-width: 100%;
         margin-bottom: 20px;
         height: auto;
    }
    
    .half-and-half-text {
        padding: 40px 22px 60px !important;
    }
}

@media (min-width: 768px) {
    .special-offers .subheading::before {
        content: '';
        width: 40px;
        height: 1px;
        background-color: #77AD5C;
        position: absolute;
        top: 11px;
        left: -52px;
    }
    
    .half-and-half-image {
        height: auto;
    }
}