
.spokesperson2022 section.spotLight img {width: 100%;}

.spokesperson-wrap {
    margin-top: -50px;
    z-index: 999;
    position: relative;
    margin-left: 20px;
    margin-right: 20px;
    
}

.spokesperson-wrap .spokespersons {
    border: 14px solid #fff; 
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    margin-bottom: 20px;
    text-align: center;
    background-color: #f8f8f8;
}

.spokesperson-wrap .spokespersons img {
    background-color: #f8f8f8;
}

.spokesperson-wrap .spokespersons h4 {
    font-family: 'ToyotaType-SemiBold';
    margin-top: 15px;
    margin-bottom: 5px;
}

.spokesperson-wrap .spokespersons p {
    font-size: 12px;
    color: #898989;
}

.spokesperson2022 .read-more-cta {
    margin: 15px auto;
    display: block;
    padding: 5px 15px;
    border-top: 1px solid #eb0a1e;
    border-right: 1px solid #eb0a1e;
    color: #eb0a1e;
    font-size: 12px;
    height: 20px;
    width: fit-content;
    font-family: 'ToyotaType-SemiBold';
    text-decoration: none !important;
}

@media screen and (min-width: 768px) {
    .spokesperson-wrap {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        margin-top: -100px;
    }

    .spokesperson-wrap .spokespersons {
        margin: 15px;
        max-width: 360px;
    }
}


.p-1{
    padding:0 5px;
}
.W-auto{
    width: unset !important;
}
.d-none{
    display: none;
}
.row {
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px;
}
  
.spokespersons {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
@media screen and (max-width:1024px) {
    .col-md-6{
        width: 50%;
    }
}
@media screen and (max-width:767px) {
    .col-12{
        width: 100%;
    }
}