.map {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 95%;
  margin: auto;
}

iframe {
  margin-top: 5%;
}

.contact_info {
  margin-top: 50px;
  display: flex;
  width: 100%;
  margin-bottom: 20vh;
  justify-content: space-around;
}

.right_col {
  width: 70%;
  background-color: rgb(240, 240, 240);
  padding: 50px;
  border-radius: 5px;
  background-image: linear-gradient(
      rgba(240, 239, 239, 0.9),
      rgba(240, 239, 239, 0.9)
    ),
    url(../img/AlucoBondFasade.jpg);
  background-position: center;
  background-size: cover;
}
.right_col input,
.right_col textarea {
  width: 100%;
  padding: 1rem;
  margin-bottom: 1.1rem;
  outline: none;
  border: none;
  border-radius: 5px;
}

.input_text:focus {
  border: 2px solid rgb(17, 65, 110);
}

@media (max-width: 991px) {
  iframe {
    margin-top: 12vh;
  }
}

@media (max-width: 767px) {
}
