#contact-banner {
  height: 100vh;
  background: url('../img/home/hero-back.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.contact_info_content h5{
  font-size: 1rem;
  font-weight: var(--bold);
}
.contact_info_content p{
  color: #131314B2;
  font-size: 1rem;
}
/* .contact_info_content a{
color: var(--black);
    opacity: 0.5;
    font-size: 1rem;
} */
.contact_info_content a:hover{
  color:var(--primary);
  opacity: 1;
}