.section-page-banner-lp-30 {
    width: 100%;
    background: #042D5A;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    margin-bottom: 33px;
    position: relative;
}

.section-page-banner-lp-30:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    border-top: 34px solid #042D5A;
    border-left: 32px solid transparent;
    border-right: 32px solid transparent;
}

.section-page-banner-lp-30 .wrap {
    padding: 140px 200px 80px 200px;
    width: 100%;
    max-width: 1440px;
}

.section-page-banner-lp-30 .wrap .columns {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
}

.section-page-banner-lp-30 .wrap .columns .column {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    gap: 10px;
}

.section-page-banner-lp-30 .wrap .columns .column h1 {
    color: #FFF;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: 68px;
}

.section-page-banner-lp-30 .wrap .columns .column .wysiwyg-content *:only-child,
.section-page-banner-lp-30 .wrap .columns .column .wysiwyg-content *:first-child {
    margin-top: 0;
}

.section-page-banner-lp-30 .wrap .columns .column .wysiwyg-content * {
    color: #FFF;
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 42px;
}

.section-page-banner-lp-30 .wrap .columns .column .wysiwyg-content.wysiwyg-breadcrumb-content * {
    color: #FFF;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}

.section-page-banner-lp-30 .wrap .columns .column .wysiwyg-content.wysiwyg-breadcrumb-content .manual_sep {
    padding-left: 10px;
    padding-right: 10px;
}

@media only screen and (max-width: 1279px) {
    .section-page-banner-lp-30 .wrap .columns .column {
        gap: 12px;
    }

    .section-page-banner-lp-30 .wrap .columns .column h1 {
        font-size: 40px;
        line-height: 48px;
    }

    .section-page-banner-lp-30 .wrap .columns .column .wysiwyg-content * {
        font-size: 12px;
        line-height: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .section-page-banner-lp-30 {
        margin-bottom: 18px;
    }

    .section-page-banner-lp-30:before {
        border-top-width: 18px;
        border-left-width: 17px;
        border-right-width: 17px;
    }

    .section-page-banner-lp-30 .wrap {
        padding: 40px 20px;
    }
}