#pe_education img.w-100p {
    height:auto !important;
}
.section .list p {
    font-size: 16px;
}

#section-1,
#section-5 {
    background: var(--pe_light_bluegray);
}
.section-list .list h3 {
    text-align: left;
}
#section-3 {
    background: transparent linear-gradient(181deg, #004AAA26 0%, #FFFFFF0D 120%) 0% 0% no-repeat padding-box;
}

#section-3 .list {
    background: #fff;
    padding: 4em 3em;
}

#section-6 .list {
    background: var(--pe_light_bluegray);
    padding: 4em 3em;
    border-radius: 12px;
}

#section-6 .list p,
.success_stories .user-name {
    font-size: var(--fs-18);
}
#section-3 h3 {
    color: var(--pe_deep_blue);
}

#section-3 .section-list {
    row-gap: 3.5em;
}

#section-3 .list {
    /* width: 31%; */
    background: #fff;
    padding: 3.5em;
}

#section-4 p {
    margin-bottom: 2em;
}

#section-5 .btn {
    margin-top: 1em;
}

#section-6 .section-list h3 strong {
    letter-spacing: -0.21px;
    color: #0079E2;
    font-size: var(--fs-30);
    border-bottom: 1px solid;
    display: inline-block;
    margin-bottom: 0.65em;
    text-decoration: none;
}

#section-6 .section-list h3 a:hover {
    border-color: transparent;
}

#section-footer * {
    color: var(--pe_white);
}

#section-footer p {
    font-size: 22px;
}
.success_stories .list {
    background: var(--pe_light_blue);
    padding: 3em;
    border-radius: var(--border_radius_10);
    min-height: 100%;
}
.success_stories .section-list {
    margin-top: 8em;
}

p.testi-text {
    font-size: var(--fs-18);
    color: var(--pe_deep_blue);
}
.user-info {
    margin-top: 2.5em;
}
.user-info * {
    margin-bottom: 0;
}
.success_stories .list img {
    width: 125px !important;
    height: auto;
    border-radius: 60em;
    margin: -7.5em 0 2.5em;
    background-color:var(--pe_sky_blue);
}
.success_stories .list.logo {
  position: relative;
  padding-top: 80px;
}
.success_stories .list.logo img {
  margin: 0 !important;
  position: absolute;
  top: 30px;
  left: 30px;
  background: none;
  border-radius: 0;
  width: auto !important;
  min-height: 25px;
  max-height: 40px;
}
.testimonial-btns {
    margin-top: 2em;
}

.testimonial-btns * {
    font-size: 14px;
}

.testimonial-btns .btn {
    padding: 10px 13px;
    border-radius: 2px;
}

.testimonial-btns {
    margin-top: 2em;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}
.testimonial-btns .video-btn {
    color: var(--pe_blue);
    font-weight: var(--fw-bold);
    cursor: pointer;
    display: flex;
    align-items: center;
}
.testimonial-btns .video-btn:hover {
    filter: brightness(0.8);
}
.testimonial-btns .video-btn i {
    border-radius: 60em;
    height: 30px;
    width: 30px;
    text-align: center;
    margin-right: 15px;
    position: relative;
    background: var(--pe_blue);
    align-items: center;
    display: flex;
    justify-content: center;
}
.testimonial-btns .video-btn i:before {
    content: "\f20d";
    font-family:var(--icomoon);
    color:#fff;
    font-size: 13px;
    font-style: normal;
    margin-left: 3px;
}
.testimonial-btns .video-btn i:after {
    content:'';
    position: absolute;
    top: -5px;
    bottom: -5px;
    left: -5px;
    right: -5px;
    background-color:var(--pe_deep_blue);
    opacity: 0.2;
    z-index: -10;
    border-radius: 60em;
}
.testimonial-btns .video_wrap {
    display: none;
}

.testimonial-btns .wistia_embed div {
    width: auto !important;
}

#section-1 .row {
    row-gap: 3em;
}

#section-5 .row {
    row-gap: 5em;
}

.container.social-proof img {
    max-width: 100%;
    height: auto;
}
#section-5 *,
#section-6 .list *,
.success_stories .list {
    text-align: center;
}
@media(min-width: 992px) and (max-width: 1199.33px) {
    .testimonial-btns *,
    #section-testimonials .testimonial-btns * {
      font-size: 11px;
    }
}
@media(max-width: 991px) {
    .social-proof {
        margin-top: 5em;
    }

    #section-footer {
        padding: 5em 0 !important;
    }

    #section-footer * {
        text-align: center;
    }

    .success_stories .list img {
        margin: -7.5em auto 2.5em !important;
        width: 100px !important;
    }
    .success_stories .list {
        min-height: unset;
    }
}

@media(max-width: 768px) {
    #pe_education .list {
        width: 100%;
    }
    #section-6 .list {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .success_stories .list:not(last-of-type) {
        margin-bottom: 8em;
    }
}
@media (min-width: 576px) {
    #section-5 *,
    #section-6 .list *,
    .success_stories .list {
        text-align: left;
    }
}

#section-ferpa .btn_ferpa.hollow:active,
#section-ferpa .btn_ferpa.hollow:focus,
#section-ferpa .btn_ferpa.hollow {
    background: transparent;
    border: 2px solid var(--pe_blue);
    color: var(--pe_blue);
}
#section-ferpa .btn_ferpa.hollow:hover {
  background: var(--pe_blue);
  color: var(--pe_white);
}
