{% import "../_variables.css" as var %}

.two-pack-about-group-card-wrapper{
display:flex;
max-height: 400px;
justify-content:center;
 margin:10rem 0;
  
  
    @media screen and (max-width: 768px) {
            flex-direction:column;
      
        }

}

.two-pack-about-card-wrapper{
display:flex;
flex-direction:column;
box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.45);
width:350px;
 margin:1rem;
 background-color:#fff

}

.two-pack-about-card-image{
  width:100%;
  object-fit:contain;
  padding-top:3rem;
  height:100px;
 
}


.two-pack-about-card-text{
  margin:1.5rem;
}

