
/* -------------------------  CONTACT WITH LOGO  -------------------------- */

.contact-with-logo {
  align-items: center;
}
.contact-with-logo > *{
  flex:auto !important;
}
.contact-with-logo .img a{
  width: 100%;
  display: block;
  text-align: center;
}
.contact-with-logo .img img{
  width: 60%;
}
.contact-with-logo > div:first-of-type{
  text-align:right;
}
.contact-with-logo > div:last-of-type{
  text-align:left;
}


/* /////////////////////////////   RESPONSIVE   ///////////////////////////// */

@media only screen and (max-width: 768px)  { /*----------  MOBILE  -------------*/
  .contact-with-logo > div{ text-align:left !important; }
  .contact-with-logo .img img{ max-width: 60vw; }
}
