.two-column-hero-card {
    padding: 4rem 0;
    background: #FBFBFB;
}
.two-column-hero-card .customer-care-details-text h4 {
    color: #E20177;
    font-weight: 600;
    margin-bottom: 1.6rem;
}
.two-column-hero-card .customer-care-details-text p:last-child {
    margin-bottom: 0;
}
.two-column-hero-card .customer-care-contact-details {
    padding: 2.4rem 2rem;
    box-shadow: 0 1rem 1.4rem 0 rgba(0, 0, 0, 0.05);
    border-radius: 2rem;
    text-align: center;
    height : 100%;
    display: flex;
    align-items: center;
}
.two-column-hero-card .customer-care-contact-details img {
    height: 7rem;
    margin-bottom: 1.6rem;
}
.two-column-hero-card .customer-care-contact-details hr {
    background-color: #e5e5e5;
    opacity: 1;
    margin: 1.6rem 0;
}
.two-column-hero-card .customer-care-contact-details p a.descriptive-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    font-size: 1.4rem;
}
.two-column-hero-card .customer-care-contact-details p a.descriptive-link ion-icon {
    top: 0;
}
.two-column-hero-card .customer-care-contact-details p:last-child {
    margin-bottom: 0;
}
@media screen and (min-width: 320px) and (max-width: 759px) {
    .two-column-hero-card .customer-care-contact-details {
        padding: 1.4rem;
    }
    .two-column-hero-card .customer-care-details-text {
        margin-bottom: 2.4rem;
    }
}
@media screen and (min-width: 760px) and (max-width: 939px) {
    .two-column-hero-card .customer-care-contact-details {
        padding: 1.4rem;
    }
}

/* p .two-split-block-anchor {
    color: inherit;
} */