.text-media-v2 {
    padding: 1rem 0;
}

.text-media-v2 .container {
    padding: 0;
}

.text-media-v2__content_wrapper {
    display: flex;
    padding: 0rem 1.5rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
}

.text-media-v2__image {
    height: 12.375rem;
}

.text-media-v2__image img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}

.text-media-v2__image_wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
    align-self: stretch;
}

.text-media-v2__title {
    color: #141414;
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 3rem;
}

.text-media-v2__summary {
    color: #444;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.5;
}

.text-media-v2__content {
    color: #141414;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5rem;
}

.text-media-v2__link {
    display: inline-flex;
    justify-content: start;
    align-items: center;
    gap: 2rem;
    align-self: stretch;
}

.text-media-v2__link span {
    color: #004282;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

@media screen and (min-width: 768px) {
    .text-media-v2 {
        padding: 4rem 0;
    }

    .text-media-v2__title {
        font-weight: 700;
        font-size: 3.063rem;
        line-height: 6rem;
    }

    .text-media-v2__summary {
        font-size: 1.2rem;
        font-weight: 400;
        line-height: 1.5rem;
    }

    .text-media-v2__image {
        height: 36.6875rem;
    }

    .text-media-v2__content {
        font-size: 1.5625rem;
        font-weight: 400;
        line-height: 2.5rem;
    }

    .text-media-v2__link span {
        font-size: 1.5625rem;
        line-height: normal;
    }

}