/* .ap-contact-card--secondary header h2  {
    font-size: 1.5rem;
    font-family: "Rubik-medium", sans-serif;
    margin: 0 0 24px 0;
    color: #fff;
}
.ap-contact-card--secondary header h2::after {
    content: '';
    display: block;
    width: 114px;
    height: 2px;
    background: hsla(0, 0%, 100%, .96);
    margin-bottom: 0;
}

.ap-contact-card--secondary p {
    color: #fffcfc;
    font-size: 1.125rem;
    line-height: 1.625rem;
    margin-bottom: 24px;
}
.ap-text-media__content h3 {
    font-size: 1.25rem;
    font-family: "Rubik-medium", sans-serif;
    color: #030303;
    margin: 0 0 16px 0;
    line-height: normal;
}
.ap-text-media__content--video h3 {
    font-size: 2.5rem;
    font-family: "Rubik-medium", sans-serif;
    color: #003255;
    margin: 0 0 40px 0;
    line-height: normal;
}
.ap-text-media__content--video p {
    font-size: 1.5rem;
    margin-bottom: 40px;
    line-height: normal;
    font-family: "Rubik-regular", sans-serif;
}


.ap-text-media__content p {
    font-size: 1.125rem;
    color: #1a1a1a;
    margin-bottom: 24px;
    line-height: normal;
    font-family: "Rubik-regular", sans-serif;
}

.ap-video-section__grid .ap-video-card .ap-video-card__content p {
    font-size: 1.125rem;
    color: #000;
    line-height: 1.625rem;
    margin: 0;
}

@media screen and (min-width: 992px) {
    .ap-video-section__grid .ap-video-card .ap-video-card__content p {
        font-size: 1.125rem;
        line-height: 1.625rem;
    }
} */