/*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*/

.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;
}
.hero__title{
    max-width:15em;
}
.hero__body{
    max-width:30em;
}

.columnFlex{
    flex-direction:column;
}
.wideCard2{
    gap:2em;
}
.wideCard2Img{
    max-width:450px;
}
.wideCard2Txt .feature__title {
    margin-top: 2em;
}
.feature__text p{
    max-width:59ch;
}
#blueBackground{
    background:#C4DCDF;
}
.info__cardTitle p{
    color: var(--maxwell-pink);
    font-size:28px;
}
.info__cardTxt p{
    color: #24374a;
}
.card__flex{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-evenly;
    flex-direction:row;
    gap:30px;
}
.info__card{
    background:#F8F7F7;
    border-radius:30px;
    max-width: 645px;
    padding: 1.5em;
}
.mod-safe-area:has(> #blueBackground){
    padding:0 !important;
    width:100% !important;
}

@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;
    }
}

@media screen and (max-width:320px){
    .section{
        padding-inline:.5em;
    }
}