/* SUPPORT SECTION */
.abbott-support-section {
    background-color: var(--new-color-primary);
    padding: 5rem 3%;
    color: var(--white);
}

.abbott-support-container {
    max-width: 90%;
    margin: 0 auto;
}

.abbott-support-header {
    display: grid;
    grid-template-columns: 45% 1fr;
    gap: 1.5rem;
    align-items: flex-end;
    margin-bottom: 2.5rem;
}

.abbott-support-image {
    width: 100%;
    height: 20rem;
    object-fit: cover;
}

.abbott-support-intro-text {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.abbott-support-heading {
    font-size: 3rem;
    color: var(--white);
    letter-spacing: -.125rem;
    text-transform: uppercase;
    margin: 0;
}

.abbott-support-subheading {
    color: var(--white);
    font-family: var(--primary-font);
    font-size: 2rem;
    text-transform: none;
    line-height: 1.2;
    font-weight: 400;
    margin: 0;
}

.abbott-support-desc {
    color: var(--white);
    font-size: 1rem;
    margin: 0;
}

/* 4 Column Resource Grid */
.abbott-support-grid {
    display: flex;
    gap: 1rem;
    padding: 0 0 1.5rem;
}

.abbott-support-card {
    background-color: var(--abbott-opacity-white);
    padding: 2.25rem;
    height: auto;
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 1rem;
    align-items: flex-start;
}

.abbott-support-card a {
    color: white;
}

.abbott-support-card a > svg {
    display: none;
}

.abbott-support-card-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 4px;
}

.abbott-support-card-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.abbott-support-card-title {
    color: var(--white);
    font-size: 1.5rem;
    line-height: 1.5rem;
    margin: 0;
}

.abbott-support-card p {
    color: white;
    margin-top: 0;
}

.abbott-support-card-text {
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
}

.abbott-support-card-text a {
    color: var(--white);
    text-decoration: underline;
    font-weight: bold;
}

@media only screen and (max-width: 1024px) {
    .abbott-support-section {
        padding: 0;
    }

    .abbott-support-header {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 90%;
        margin: auto auto 2rem auto;
        padding-top: 1.5rem;
    }

    .abbott-support-grid {
        flex-direction: column;
        width: 90%;
        margin: auto;
    }
}
