.product_card{
    display: flex;
}


.product_card__left{
    flex: 50%;
}

.product_card__right{
    flex: 50%;
}

.product_card__img_wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}

.product_card__img_container:first-child{
    flex: 100%;
}

.product_card__img_container{
    flex: 50%;
}

.product_card__img_item{
    border:1px solid #ccc;
    padding:0.5em 1em;
}

.product_card__img{
    display:block;
    margin:0 auto;

    max-width:400px;
    width:100%;
}

.related_models__model svg,
.related_models__model img{
    width: auto !important;
    display: block;
    margin: 0 auto;
    max-height: 219px;
}
