.contact-details .inner-contact-details .info-wrapper{
  display:flex;
  padding-bottom:8px;
}
.inner-contact-details a{
  color: var(--black);
}
.inner-contact-details a:hover{
  color: var(--green);
}
.body-container--contact textarea, .body-container--contact input[type="tel"], .body-container--contact input[type="text"], .body-container--contact input[type="email"]{
  background: transparent;
  border-radius: 10px;
  border: 2px solid var(--black);
  height: 55px;
}
.body-container--contact textarea{
  height: auto;
  width: 100% !important;
}
.contact-details .inner-contact-details .info-wrapper .icon-section {
  margin-right:15px;
}
.contact-details .inner-contact-details .address{
  margin-left:5px;
}
.contact-details .inner-contact-details {
  font-family:Lato, sans-serif;
/*   font-size:1rem; */
  font-size:18px;
}
.contact-details .icon-section img {
  width: 16px;
}
@media(max-width: 480px){
  .body-container--contact textarea, .body-container--contact input[type="tel"], .body-container--contact input[type="text"], .body-container--contact input[type="email"]{
    width: 100% !important;
  }
  ]