.contacts {
  padding-bottom: 30px;
}
.contacts h2 {
  margin: 30px 0 30px 0;
  text-align: center;
}

.contacts-flex {
  display: flex;
  justify-content: space-evenly;
}

.contacts-info {
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.7);
  box-shadow: 5px 5px 10px #c8c8c8;
  border-bottom: 4px solid #2b64c5;
}

#map {
  height: 400px;
  width: 40%;
  border-bottom: 4px solid #2b64c5;
  box-shadow: 5px 5px 10px #c8c8c8;
}

@media only screen and (max-width: 996px) {
  .contacts-info {
    width: 36%;
    padding: 0 2% 0 2%;
  }
}
@media only screen and (max-width: 768px) {
  .contacts-flex {
    flex-direction: column;
    align-items: center;
  }

  .contacts-info {
    width: 70%;
    padding: 30px 5% 30px 5%;
    margin-bottom: 40px;
  }

  #map {
    width: 80%;
  }
}
@media only screen and (max-width: 600px) {
  .contacts-info {
    width: 80%;
    padding: 30px 5% 30px 5%;
    margin-bottom: 30px;
  }

  #map {
    width: 90%;
    height: 300px;
  }
}

/*# sourceMappingURL=contacts.css.map */
