.lfl-contact-card {
   display: flex;
   flex-direction: row;
   justify-content: space-between;
   min-height: 125px;
   background-color: #000;
   color: #e1e1d7;
   flex-wrap: wrap;
}

.lfl-contact-card__information {
   padding: 20px;
}

.lfl-contact-card__information span {
   display: block;
}

.lfl-contact-card__information span a {
   text-decoration: none;
   color: #e1e1d7;
}

.lfl-contact-card__image-container {
   padding: 20px;
   width: 80px;
   min-width: 80px;
   height: 80px;
   border-radius: 50%;
}
@media screen and (min-width: 768px) and (max-width: 1200px){
   .lfl-contact-card__image-container {
      display: none;
   }
}

.lfl-contact-card__image {
   width: 100%;
   height: 100%;
   border-radius: 50%;
   background-size: cover;
   background-position: center;
}
