.component-cta.bg-blue .section-title .title {
    color: var(--aqua);
}
.section-content h1, .section-content h2, .section-content h3, .section-content h4 {
    font-size: 32px;
    line-height: 37px;
    margin-top: 25px;
    margin-bottom: 15px;
}
.section-content p {
    font-size: 18px;
    line-height: 24px;
}
.section-content {
    max-width: 990px;
}
.component-cta .btn.btn-aqua.btn-transparent {
    border: 2px solid var(--aqua);
}
.mod-stil-2.component-cta.bg-blue .section-title .title {
    color: #fff;
    font-size: 22px !important;
    line-height: 24px;
    margin-right: 15px;
}
.mod-stil-2.component-cta.bg-aqua .section-title .title {
    color: var(--black);
    font-size: 22px !important;
    line-height: 24px;
    margin-right: 15px;
}
.mod-stil-2 .section-content p {
    margin: 0;
}
.mod-stil-2.component-cta .btn.btn-transparent {
    width: auto !important;
    min-width: 148px;
}

.mod-stil-4.component-cta.bg-blue .section-title .title {
    color: #fff;
}

.mod-stil-4 .section-content p {
    margin-bottom: 15px;
    line-height: 1.5;
}
.mod-stil-4 .title.text-left {
    margin-bottom: 29px;
}
.no-margin, p.no-margin {
    margin-bottom: 2px;
    margin-top: 2px;
}
.no-margin-headings p:not(.no-margin)  {
    font-size: 18px;
}

@media(max-width: 991px) {
    .wp-block-columns.container.is-layout-flex {
        flex-direction: column;
    }
}

@media(max-width: 575px) {
    .component-cta .stil-2 .section-content {
        text-align: center;
    }
}