{% import "../_variables.css" as var %}
.txt-img-card-wrapper{
display:flex;
box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.45);
margin:1rem;
height:350px;
}

.txt-img-card-wrapper.text-right{
  flex-direction:row-reverse
}
.txt-img-card-text{
  padding:1rem;
  width:60%;
}

.txt-img-card-image{
 width:40%;
  display: flex;
  align-items: stretch;
  justify-content: center;
  overflow: hidden; 

}
.txt-img-card-image img{
object-fit:cover;}
