.section_external_links {
    & .external_links_title {
        font-family: var(--headers-font-family);
        font-size: 58px;
        line-height: 50px;
        font-weight: 600;
    }

    & .external_links_subtitle {
        font-family: var(--headers-font-family);
        font-size: 58px;
        line-height: 50px;
        font-weight: 600;
    }

    & .external_links_container .slick-arrow {
        @media screen and (width < 768px) {
            display: none;
        }
    }

    & .external-links-bg-img {
        background-repeat: no-repeat;
        background-size: auto;
    }

    & .external_links_container a:hover {
        color: #00326A !important;
    }

    & .external_links_container {
        & .slick-track {
            display: flex !important;
            padding: 10px 0px;
        }

        & .slick-slide {
            height: inherit !important;
        }
    }

    & .link_wrapper {
        border: 1px solid rgba(0, 50, 106, 0.2);
        border-radius: 10px;
        background-color: #fff;
        height: 100%;

        & img {
            border-radius: 10px 10px 0 0;
        }
    }

    & .link_image {
        height: 12.5vw;
        object-fit: cover;
        object-position: top;

        @media screen and (width < 768px) {
            height: 250px;
        }
    }

    & .link_content {
        color: #00326A;
        font-size: 33px;
        font-family: var(--headers-font-family);
        font-weight: 700;
    }

    & a {
        text-decoration: none;
    }

    & .external_links_subpara {
        font-size: 20px;
        line-height: 28px;
    }
}