.tmew-quote-container{
    display: flex;
}
.tmew-quote-media-container{
    position: relative;
    display: flex;
    width: 30%;
}

.tmew-quote-image-left{
    order: 1;
}

.tmew-quote-content-left{
    order: 2;
}

.tmew-quote-image-right{
    order: 2;
}

.tmew-quote-content-right{
    order: 1;
}

.tmew-quote-image-frame{
    position: absolute;
    width: 60%;
    height: 100%;
    border-style: solid !important;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.tmew-quote-media-container img{
    height: 80%;
    width: 100%;
    object-fit: cover;
    margin-top: auto;
    margin-bottom: auto;
}

.tmew-quote-content-container{
    position: relative;
    width: 70%;
    margin-top: auto;
    margin-bottom: auto;
}

.tmew-quote-icon-bottom-container,
.tmew-quote-icon-top-container{
    position: absolute;
}

.tmew-quote-icon-top-container{
    top: -8%;
    right: 50px;
    left: auto;
}

.tmew-quote-icon-bottom-container{
    top: auto;
    bottom: -8%;
    left: 50px;
}

.tmew-quote-icon-bottom-container svg,
.tmew-quote-icon-top-container svg{
    height: 100%;
    width: auto;
}

.tmew-quote-content-container-inner{
    display: flex;
}

.tmew-quote-content-items{
    margin-top: auto;
    margin-bottom: auto;
}

@media (max-width: 1024px){

    .tmew-quote-media-container{
        width: 40%;
    }

    .tmew-quote-content-container{
        width: 60%;
    }
}

@media (max-width: 767px){

    .tmew-quote-container{
        flex-wrap: wrap;
    }

    .tmew-quote-media-container{
        width: 100%;
    }

    .tmew-quote-content-container{
        width: 100%;
    }

    .tmew-quote-image-frame{
        display: none;
    }

    .tmew-quote-media-container img{
        height: 35vh;
        width: auto;
    }
}