.two-cols-content--container {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

@media screen and (min-width: 992px) {
    .two-cols-content--container {
        gap: 56px;
    }
}

.two-cols-content--title {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

@media screen and (min-width: 992px) {
    .two-cols-content--title {
        gap: 24px;
    }
}

.two-cols-content--content img {
    max-height: 155px;
}

@media screen and (min-width: 992px) {
    .two-cols-content--content {
        display: flex;
        gap: clamp(16px, 4.44vw, 64px);
    }
}

.two-cols-content--content>div {
    flex: 1;
}

.two-cols-content--img {
    display: flex;
}

.two-cols-content--img img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    margin-top: 0;
    max-height: 450px;
}

.two-cols-content p+p,
.two-cols-content a+p,
.two-cols-content p+a,
.two-cols-content a+a,
.two-cols-content ul+a,
.two-cols-content img {
    margin-top: 16px;
}

@media screen and (min-width: 992px) {

    .two-cols-content p+p,
    .two-cols-content a+p,
    .two-cols-content p+a,
    .two-cols-content a+a,
    .two-cols-content ul+a,
    .two-cols-content img {
        margin-top: 24px;
    }
}

.two-cols-content ul {
    list-style: square;
    padding-left: 16px;
}

.two-cols-content ul li::marker {
    color: #3EA2F7;
}

.two-cols-content strong {
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    text-decoration-line: underline;
    text-decoration-style: solid;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

@media screen and (min-width: 992px) {
    .two-cols-content strong {
        font-size: 24px;
    }
}

/*# sourceMappingURL=style.css.map */