.home-quote-con {
    width: 81%;
    margin: 5.83vw auto 8.270833333333333vw auto;
    display: flex;
    justify-content: flex-end;
}

.home-quote-con-desktop {
    display: flex;
}

.home-quote-con-mobile {
    display: none;
}

.home-media-con {
   width: 80%;  
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 0 0 0 0;
}

.home-media {
    max-width: 100%;
    min-height: 100%;
   /* width: 20.885416666666668vw; */ 
    width: 33.5%; 
    height: 100%;
    margin: 0 auto;
    
}

.media-border {
    border-top: 0.3125vw solid #FF9E1B;
    border-bottom: 0.3125vw solid #FF9E1B;
}

.quote {
    text-align: center;
    font-weight: 400;
    letter-spacing: 0px;
    color: #000000;
    font-size: 3vw;
    line-height: 3.884375vw;
    margin: 4.161458333333334vw 0 1.666vw 0;
}

.quote-con {
    width: 94%;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}

.author-con {
    width: 100%; 
    display: flex;
    justify-content: center;
}

.author {
    color: black;
    letter-spacing: 0px;
    font-size: 1.3vw;
    line-height: 1.3vw;  
    font-weight: 400;
}

@media ( max-width: 768px) {
    .media-border {
        border-top: 1.5px solid #FF9E1B;
        border-bottom: 1.5px solid #FF9E1B;
    }
    .home-quote-con-desktop {
        display: none;
    }
    
    .home-quote-con-mobile {
        display: flex;
    }
}