.location .cards-container .card-wrapper::after,
.card-wrapper::after {
    display: none;
}

.location .default-content-wrapper,
.default-content-wrapper img {
    width: 100%;
    max-width: 100%;
    padding-inline: 0;
}

.location .center-text:first-of-type h2 {
    font-size: 3rem;
    color: #003087;
    max-width: 1110px;
    margin-inline: auto;
}

.location .center-text:first-of-type p {
    margin-bottom: 0;
}

.location .center-text:not(:first-of-type) h2 {
    font-size: 2rem;
    color: #003087;
    max-width: 1110px;
    margin-inline: auto;
}

.location .bg-color-dark-blue.center-text.white-text .default-content-wrapper p,
.location .center-text:not(:first-of-type) p {
    max-width: 1110px;
    margin-inline: auto;
    text-align: center;
}

.location .center-text.bg-color-teal {
    max-width: 1110px;
    margin-bottom: 3rem;
}

.location .embed-youtube-wrapper {
    max-width: 1110px;
    margin: 0 auto;
}

.location .embed-youtube {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.location .embed-youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.location .grey-wave-bottom::after {
    display: block;
}

.location .center-text.bg-color-teal h2 {
    font-size: 1.5rem;
    margin: 0;
}

.location .center-text.bg-color-teal p:first-of-type {
    font-size: 20px;
    margin-top: .5rem;
}

.location .center-text.bg-color-teal a.button {
    background-color: #003087;
    color: #fff;
}

@media (width<=982px){
    .location .center-text:first-of-type h2 {
        font-size: 28px;
        padding: 1.25rem;
    }

    .location .bg-color-dark-blue.center-text.white-text .default-content-wrapper p {
        padding: 1.25rem;
    }

    .location .center-text.bg-color-teal {
        max-width: 83%;
    }

    .location .center-text.bg-color-teal .default-content-wrapper{
        padding-left: 10px;
        padding-right: 10px;
        width: 90%;
    }

    .location .center-text.bg-color-teal a.button {
        white-space: unset;
        margin-bottom: 20px;
        max-width: 100%;
        letter-spacing: 0;
    }

    .location .embed-youtube-wrapper {
        width: 90%;
    }

    .location .embed-youtube-container .default-content-wrapper{
        padding: 1.25rem;
        width: auto !important;
    }
}