.two-column-marketing-tiles-desktop {
    display: flex;
    gap: 32px;
    height: 100%;
    justify-content: space-between;
    max-width: 1440px;
}

.two-column-marketing-tiles .content-column-left,
.two-column-marketing-tiles .content-column-right {
    background-repeat: no-repeat;
    position: relative;
}

.two-column-marketing-tiles-desktop .content-column-left,
.two-column-marketing-tiles-desktop .content-column-right {
    aspect-ratio: 4/5;
    height: 100%;
    max-height: 408px;
    max-width: 704px;
    min-height: 300px;
    width: 100%;
}

.two-column-marketing-tiles .content-wrapper {
    max-width: 240px;
    position: absolute;
    top: 61px;
}

.two-column-marketing-tiles .content-wrapper .title {
    font-family: 'The Seasons', serif;
    font-size: 61px;
    font-weight: 300;
    line-height: 91.5px;
}

.two-column-marketing-tiles .content-wrapper .content {
    color: #fff;
    font-size: 16px;
    font-weight: 100;
    line-height: 24px;
    max-width: 100%;
}

.two-column-marketing-tiles .content-wrapper .buttons-collection button {
    line-height: 24px;
    padding: 12px 32px;
}

/* Left */
.two-column-marketing-tiles .content-column-left {
    background-position: center;
    background-size: cover;
}

.two-column-marketing-tiles .content-column-left .row .content-wrapper {
    right: 32px;
}

.two-column-marketing-tiles .content-column-left .content-wrapper .title {
    color: #BB1018;
}

/* Right */
.two-column-marketing-tiles .content-column-right {
    background-position: right;
    background-size: cover;
}

.two-column-marketing-tiles .content-column-right .content-wrapper {
    left: 32px;
}

    .two-column-marketing-tiles .content-column-right .content-wrapper .title {
        color: #BB1018;
    }

    .two-column-marketing-tiles .content-column-left .content-wrapper .buttons-collection button:hover {
        background-image: linear-gradient(rgb(0 0 0/12%) 0 0);
    }

    .two-column-marketing-tiles .content-column-right .content-wrapper .buttons-collection button:hover {
        background-image: linear-gradient(rgb(0 0 0/12%) 0 0);
    }

/* Desktop */
.two-column-marketing-tiles-tablet,
.two-column-marketing-tiles-mobile {
    display: none;
    visibility: hidden;
}

@media screen and (max-width: 1440px) {
    .two-column-marketing-tiles-desktop {
        margin: 0 48px;
        max-width: 100%;
    }
}

@media screen and (max-width: 1300px) {
    .two-column-marketing-tiles-desktop {
        max-height: 339px;
    }

    .two-column-marketing-tiles-desktop .content-wrapper {
        top: 56px !important;
        transform: scale(0.9);
    }

    .two-column-marketing-tiles-desktop .content-column-left .content-wrapper {
        right: 28px !important;
    }

    .two-column-marketing-tiles-desktop .content-column-right .content-wrapper {
        left: 28px !important;
    }
}

@media screen and (max-width: 1190px) {
    .two-column-marketing-tiles-desktop {
        max-height: 308px;
    }

    .two-column-marketing-tiles-desktop .content-wrapper {
        top: 46px !important;
        transform: scale(0.8);
    }

    .two-column-marketing-tiles-desktop .content-column-left .content-wrapper {
        right: 18px !important;
    }

    .two-column-marketing-tiles-desktop .content-column-right .content-wrapper {
        left: 18px !important;
    }
}

@media screen and (max-width: 1100px) {
    .two-column-marketing-tiles-desktop {
        max-height: 281px;
    }

    .two-column-marketing-tiles-desktop .content-column-left .content-wrapper {
        right: -15px !important;
        top: 16px !important;
    }

    .two-column-marketing-tiles-desktop .content-column-right .content-wrapper {
        left: 10px !important;
        top: -4px !important;
    }

    .two-column-marketing-tiles-desktop .content-wrapper .content {
        max-width: 90%;
    }
}

/* Tablet */
@media screen and (max-width: 1024px) {
    .two-column-marketing-tiles-desktop {
        display: none;
        visibility: hidden;
    }
    
    .two-column-marketing-tiles-tablet {
        display: flex;
        flex-direction: column;
        gap: 32px;
        visibility: visible;
    }

   .two-column-marketing-tiles-tablet .content-column-left,
   .two-column-marketing-tiles-tablet .content-column-right {
        margin: 0 48px;
        min-height: 350px;
        max-width: 100%;
   }

   @media screen and (max-width: 660px) {
    .two-column-marketing-tiles-tablet .content-column-left,
    .two-column-marketing-tiles-tablet .content-column-right {
         min-height: 265px;
         max-width: 100%;
    }

    .two-column-marketing-tiles-tablet .content-wrapper {
        transform: scale(0.85);
        top: 11px;
    }

    .two-column-marketing-tiles-tablet .content-column-left .content-wrapper {
        right: 12px !important;
    }
    .two-column-marketing-tiles-tablet .content-column-right .content-wrapper {
        left: 12px !important;
    }
   }
}

/* Mobile */
@media screen and (max-width: 575px) {
    .two-column-marketing-tiles-tablet {
        display: none;
        visibility: hidden;
    }  
    .two-column-marketing-tiles-mobile {
        display: flex;
        flex-direction: column;
        gap: 24px;
        visibility: visible;
    }

    .two-column-marketing-tiles-mobile .content-column-left,
    .two-column-marketing-tiles-mobile .content-column-right {
        max-width: 100%;
        margin: 0 24px;
        height: 250px;
    }

    .two-column-marketing-tiles-mobile .mobile-link-wrapper {
        display: block;
        height: 100%;
    }

    .two-column-marketing-tiles-mobile .content-wrapper {
        top: 63px;
        max-width: 183px;
    }

    .two-column-marketing-tiles-mobile .content-column-left .content-wrapper {
        right: 18px !important;
    }

    .two-column-marketing-tiles-mobile .content-column-right .content-wrapper {
        left: 18px !important;
    }

    .two-column-marketing-tiles-mobile .content-wrapper .title {
        font-size: 31.25px;
        line-height: 46.875px;
    }

    .two-column-marketing-tiles-mobile .content-wrapper .content {
        font-size: 12.8px;
        line-height: 19.2px;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 480px) {
    .two-column-marketing-tiles-mobile .content-column-left,
    .two-column-marketing-tiles-mobile .content-column-right {
        height: 172px;
    }

    .two-column-marketing-tiles-mobile .content-wrapper {
        max-width: 153px;
        top: 13px;
    }
}

@media screen and (max-width: 390px) {
    .two-column-marketing-tiles-mobile .content-column-left,
    .two-column-marketing-tiles-mobile .content-column-right {
        height: 136px;
    }

    .two-column-marketing-tiles-mobile .content-wrapper {
        transform: scale(0.9);
    }
}

@media screen and (max-width: 375px) {
    .two-column-marketing-tiles-mobile .content-wrapper {
        top: 5px;
        transform: scale(0.85);
    }
    .two-column-marketing-tiles-mobile .content-column-left .content-wrapper {
        right: 5px !important;
    }
    
    .two-column-marketing-tiles-mobile .content-column-right .content-wrapper {
        left: 10px !important;
    }
}

@media screen and (max-width: 360px) {
    .two-column-marketing-tiles-mobile .content-column-left,
    .two-column-marketing-tiles-mobile .content-column-right {
        height: 124.8px;
    }
}

@media screen and (max-width: 340px) {
    .two-column-marketing-tiles-mobile .content-column-left,
    .two-column-marketing-tiles-mobile .content-column-right {
        height: 116.8px;
    }

    .two-column-marketing-tiles-mobile .content-wrapper {
        transform: scale(0.8);
    }

    .two-column-marketing-tiles-mobile .content-column-left .content-wrapper {
        right: 0px !important;
    }

    .two-column-marketing-tiles-mobile .content-column-right .content-wrapper {
        left: 5px !important;
    }
}