.simple_hero .feat_img img.w-100p {
    width: 80% !important;
}
.boxes {
    max-width: 1170px;
}

.box {
    background: var(--pe_light_bluegray);
    padding: 3em;
    border-radius: 12px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    row-gap: 1em;
    height: 100%;
}

.box p {
    font-size: var(--fs-25);
    font-weight: var(--fw-bold) !important;
    line-height: 1.2;
}

.box a:not(.pe_white) {
    color: var(--pe_blue);
}

.box .extra {
    font-weight: 600 !important;
    text-decoration: none;
}

.box img {
    height: 30px;
    object-fit: contain;
    margin-bottom: 1.5em;
}

#section-2 {
    background: #0079e20d;
    padding-bottom: 30px !important;
    padding-top: 50px;
}

#section-2 .container {
    max-width: 1030px;
    background: url('/wp-content/themes/caspio/img/quote.png') no-repeat;
    padding-top: 50px;
}

#section-2 .quote-text {
    color: var(--pe_deep_blue);
    font-weight: var(--fw-bold) !important;
    font-size: var(--fs-30);
    line-height: 1.5;
}

#section-2 .quote-info {
    display: flex;
    column-gap: 2.5em;
    align-items: center;
    margin-top: 2em;
}

#section-2 .quote-info img {
    max-width: 90px;
    height: auto;
}

#section-2 .user-info {
    font-size: var(--fs-18);
}

.user-info * {
    display: block;
}

#section-3 #datapage-form-outer {
    max-width: 800px !important;
    padding-top: 0;
}

#section-3 #datapage-form {
    max-width: 100% !important;
}

.section-boxes {
    row-gap: 3em;
}

#headerContent h1,
.cb-datapage-title-p {
    display: none;
}

@media( max-width: 767px ) {
    #section-2 .container {
        background-position: center top;
    }

    #section-2 .quote-text {
        text-align: center;
    }

    #section-2 .quote-info {
        justify-content: center;
    }
}

@media( max-width: 575px ) {
    #section-2 .quote-info {
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
        align-content: center;
        text-align: center;
    }
}
#datapage-form select:-webkit-autofill,
#datapage-form input:-webkit-autofill,
#datapage-form input:-webkit-autofill:hover,
#datapage-form input:-webkit-autofill:focus,
#datapage-form textarea:-webkit-autofill,
#datapage-form textarea:-webkit-autofill:hover,
#datapage-form textarea:-webkit-autofill:focus,
#datapage-form input:-internal-autofill-selected {
  -webkit-box-shadow: 0 0 0 1000px #ffffff inset !important;
  -webkit-text-fill-color: #484848 !important;
}