.section.image-copy-card {
    margin: 0;
    padding: 48px 0 56px;
    background: #fff;
}

@media (min-width: 1025px) {
    .section.image-copy-card.has-component-title {
        margin-top: 77px;
    }
}

.section.image-copy-card > .wrap {
    max-width: 1540px;
    padding: 0 16px;
}

.image-copy-card__component-title-wrap {
    display: flex;
    justify-content: center;
    max-width: none;
    position: relative;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-top: 0;
    margin-right: 0;
    margin-bottom: -110px;
    padding: 60px 32px 22px;
    padding-bottom: 130px;
    background: linear-gradient(90deg, #323e48 0%, #323e48 34%, #802246 100%);
    z-index: -1;
}

.image-copy-card__component-title {
    margin: 0;
    max-width: 1260px;
    color: #fff;
    font-family: "bison-bold", sans-serif;
    text-align: center;
    line-height: 0.95;
    text-transform: uppercase;
}

.image-copy-card__cards {
    display: flex;
    flex-direction: column;
    gap: 56px;
}

.image-copy-card__panel {
    display: flex;
    align-items: stretch;
    background: transparent;
    gap: 0;
    width: 100%;
    max-width: 1260px;
    margin: 0 auto;
}

.image-copy-card__media {
    flex: 0 0 700px;
    min-width: 0;
    width: 700px;
    height: 500px;
    min-height: 500px;
    background: #d9d9d9;
}

.image-copy-card__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-copy-card__content {
    flex: 1 1 0;
    min-width: 0;
    width: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px 64px;
    color: #364653;
    background: #fff;
}

.image-copy-card__panel--image-left .image-copy-card__content {
    border-left: 5px solid #7d2147;
}

.image-copy-card__panel--image-right {
    flex-direction: row-reverse;
}

.image-copy-card__panel--image-right .image-copy-card__content {
    border-right: 5px solid #7d2147;
}

.image-copy-card__title {
    margin: 0 0 1.5rem;
    color: #364653;
    font-family: "bison-bold", sans-serif;
    font-size: 26px;
    line-height: 1.2;
    text-transform: uppercase;
}

.image-copy-card__description,
.image-copy-card__description p {
    color: #364653;
    font-family: "niveau-grotesk", sans-serif;
    font-size: 14px;
    line-height: 1.8;
    font-weight: 400;
}

.image-copy-card__description p {
    margin: 0 0 1.9rem;
}

.image-copy-card__description p:last-child {
    margin-bottom: 0;
}

.image-copy-card__ctas {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 1.5rem;
    margin-top: 0.5rem;
}

.image-copy-card__cta {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: #364653;
    font-family: "niveau-grotesk", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    padding-bottom: 4px;
    transition: color 0.25s ease, border-color 0.25s ease;
}

.image-copy-card__cta:hover,
.image-copy-card__cta:focus {
    color: #7d2147;
    border-bottom-color: currentColor;
}

.image-copy-card__cta-icon {
    position: relative;
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    border: 1px solid currentColor;
    border-radius: 50%;
    transition: background-color 0.25s ease, border-color 0.25s ease;
}

.image-copy-card__cta-icon::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10.105px;
    height: 10.526px;
    display: block;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg version='1.2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 44 29' width='44' height='29'%3E%3Cpath fill='%23323e48' d='m41.4 13.8c0-0.4-0.3-1.1-0.7-1.5l-11-10.9c-0.7-0.7-1.8-0.7-2.6 0-0.7 0.8-0.7 1.9 0 2.6l8.1 8.3h-33.4c-1.1-0.3-1.8 0.4-1.8 1.5 0 1.1 0.7 1.8 1.8 1.8h33.4l-8.1 8.3c-0.7 0.7-0.7 1.8 0 2.6 0.4 0.3 0.8 0.3 1.5 0.3 0.7 0 1.1 0 1.5-0.3l11.3-11.3c0-0.3 0-0.7 0-1.4z'/%3E%3C/svg%3E");
    mask: url("data:image/svg+xml,%3Csvg version='1.2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 44 29' width='44' height='29'%3E%3Cpath fill='%23323e48' d='m41.4 13.8c0-0.4-0.3-1.1-0.7-1.5l-11-10.9c-0.7-0.7-1.8-0.7-2.6 0-0.7 0.8-0.7 1.9 0 2.6l8.1 8.3h-33.4c-1.1-0.3-1.8 0.4-1.8 1.5 0 1.1 0.7 1.8 1.8 1.8h33.4l-8.1 8.3c-0.7 0.7-0.7 1.8 0 2.6 0.4 0.3 0.8 0.3 1.5 0.3 0.7 0 1.1 0 1.5-0.3l11.3-11.3c0-0.3 0-0.7 0-1.4z'/%3E%3C/svg%3E");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100%;
    mask-size: 100%;
    -webkit-mask-position: center;
    mask-position: center;
    transform: translate(-50%, -50%) rotate(0deg);
    transition: background-color 0.25s ease;
}

.image-copy-card__cta:hover .image-copy-card__cta-icon,
.image-copy-card__cta:focus .image-copy-card__cta-icon {
    background-color: #7d2147;
    border-color: #7d2147;
}

.image-copy-card__cta:hover .image-copy-card__cta-icon::before,
.image-copy-card__cta:focus .image-copy-card__cta-icon::before {
    background-color: #fff;
}

@media (max-width: 1200px) {
    .image-copy-card__panel {
        max-width: 100%;
    }

    .image-copy-card__component-title-wrap {
        width: 100vw;
    }

    .image-copy-card__content {
        padding: 32px 40px;
    }

    .image-copy-card__media {
        flex-basis: 58%;
        width: auto;
        height: auto;
        min-height: 27rem;
    }
}

@media (max-width: 860px) {
    .section.image-copy-card {
        padding: 24px 0 0;
    }

    .image-copy-card__panel {
        flex-direction: column;
    }

    .image-copy-card__media {
        flex: 0 0 auto;
        min-height: 0;
        width: 100%;
        height: auto;
        aspect-ratio: 7 / 5;
    }

    .image-copy-card__content {
        flex: 0 0 auto;
        min-width: 0;
        padding: 1.9rem 1.75rem 0;
    }

    .image-copy-card__panel--image-right,
    .image-copy-card__panel--image-left {
        flex-direction: column;
    }

    .image-copy-card__panel--image-left .image-copy-card__content,
    .image-copy-card__panel--image-right .image-copy-card__content {
        border-right: 0;
        border-left: 0;
        border-top: 5px solid #7d2147;
    }

    .image-copy-card__component-title-wrap {
        margin-bottom: -72px;
        padding: 40px 20px 16px;
        padding-bottom: 88px;
    }

    .image-copy-card__title {
        margin-bottom: 1.35rem;
    }

    .image-copy-card__description,
    .image-copy-card__description p {
        line-height: 1.8;
    }

    .image-copy-card__description p {
        margin-bottom: 1.2rem;
    }

    .image-copy-card__ctas {
        margin-top: 1rem;
    }
}

@media (max-width: 640px) {
    .section.image-copy-card > .wrap {
        width: calc(100% - 2rem);
        padding: 0;
    }
}
