.contact-info {
  text-align: center;
  margin-top: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
}
@media screen and (max-width: 850px) {
 .contact-info{
  flex-direction: column;
 }
}
.contact_head{
  color: black;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  font-size: 2rem !important;
  color: black;
  font-family: 'Montserrat', sans-serif;
  text-shadow: 2px 3px 0px #898999;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
}
.contact-card {
  border: 1px solid black;
  border-radius: 10px;
  padding: 20px;
  margin: 20px;
  margin-bottom: 0;
}

.contact-details h3 {
  color: black;
  font-size: 24px;
  margin-bottom: 10px;
}

.contact-details p {
  color: black;
  margin-bottom: 5px;
}

.h2 {
  margin-top: 0px; 
}
