/*EMPLOYEE QUOTE CARD*/
#grayBackground{
    background: #F8F7F7;
}
.employee__card .feature-card::before{
    display:none;
}
.employee__card .feature-card{
    aspect-ratio:1/.75;
    max-width:310px;
    flex-shrink:0;
}
.employee__card{
    display: flex;
    flex-direction: row;
        justify-content: center;
    gap: 80px;
        padding: 4em 1em;
    margin:0 auto;
    align-items:flex-start;
    max-width:1200px;
}
.smallSpace{
    display:none;
}
.employee__txt{
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1 1 auto;
    min-width: 0;
    margin:auto;
}
.employee__txt p{
    padding:0 0 .2em 0;
}
.employee__name{
    padding:0 !important;
    color: var(--maxwell-lb75);
    font-size:25px;
        margin-bottom: -.4em;
}
.mod-safe-area:has(> #grayBackground) {
    padding: 0 !important;
    width: 100% !important;
}

@media screen and (max-width:905px){
    .employee__card{
        flex-wrap:wrap;
            width: 300px;
    gap: 20px;
    text-align: center;
    }
}
@media screen and (max-width:305px){
    .employee__card{
        width:265px;
    }
}

/*END EMPLOYEE QUOTE CARD*/
.htmlModuleWrap{
    padding:0;
}
.section__cards{
    flex-direction:row;
}
.pictureCard{
    max-width:600px;
    width:100%;
    max-height:400px;
    height:auto;
    background-image: url("https://plotmarketing.co/wp-content/uploads/2025/08/placeholder-image.png");
    background-repeat:no-repeat;
    background-size:cover;
    overflow:hidden;
    border-radius:30px;
    margin:auto;
    aspect-ratio:16/9;
}
.feature-list{
    gap:0;
}
#blueBackground{
    background:#C4DCDF;
}

.blueSpacing{
    margin: 0 auto;
    padding: 2em 1em 0 5%;
    width: 100%;
    max-width: 85em;
    box-sizing: border-box;
}
.indent{
    width:100%;
    max-width:48em;
    font-size:20px;
    color:#434343;
}
.blueTitle{
    font-size:26px;
}
.mod-safe-area:has(> #blueBackground){
    padding:0 !important;
    width:100% !important;
}

.hero__title{
    max-width:11em;
}

.columnFlex{
    flex-direction:column;
}
.columnFlex .wideCard2{
    width:100%;
}

.middleTextArea.padding{
    padding-bottom:100px;
}

@media screen and (max-width: 1130px) {
    .wideCard2.thinCard {
        height: auto;
        max-width: 400px;
        flex-direction: column;
        gap: 0;
    }
}

@media screen and (max-width:475px){
    .container-parent{
        padding-inline:0;
    }
}

@media screen and (max-width:400px){
    .mod-safe-area{
        padding:0 .5em;
    }
        .hero__content {
        padding: 30px 15px;
    }
}
@media screen and (max-width:350px){
        .hero__title {
        font-size: 30px;
    }
    .hero__content {
        padding: 30px .25px;
    }
}