.homepage-intro {
    max-width: var(--width-comfortable);
    margin: 0 auto;
}

.homepage-intro .contentRender_name_plugins_core_textbox {
    padding: 15px 25px 20px;
}

.homepage-intro section {
    display: grid;
    justify-items: center;
}

.homepage-intro p {
    font-family: var(--font-cabin) !important;
    font-weight: 400;
    font-size: 1rem !important;
    line-height: calc(24 / 16) !important;
    text-align: center;
}

.homepage-intro p:first-child {
    font-size: 1.125rem !important;
    line-height: calc(24 / 18) !important;
}

@media (min-width: 40em) {
    .homepage-intro p {
        max-width: 950px;
        margin-bottom: 30px !important;
        line-height: calc(28 / 16) !important;
    }

    .homepage-intro p:first-child {
        max-width: 536px;
        line-height: calc(32 / 18) !important;
    }
}