.showcase {
  background-image: url('/assets/contact-showcase.jpg');
  background-size: cover;
  height: 60vh;
  background-position: center;
}

.contact-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.contact-block-content {
  display: flex;
  min-height: 440px;
}
.contact-content {
  margin: auto;
  text-align: center;
}
.contact-line {
  margin-top: 20px;
  margin-bottom: 20px;
}

#map {
  height: 440px;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.contact-link {
  color: #000;
  font-size: 18px;
  font-family: Abel;
  text-decoration: none;
}

.contact-link:hover {
  color: #114133;
  text-decoration: none;
}

.contact-address {
  padding: 10px 0;
  font-size: 20px;
}

.working-hours {
  font-size: 18px;
}

.contact-icons {
  margin-top: 65px;
}

@media (max-width: 600px) {
  .contact-block {
    grid-template-columns: 1fr;
  }
  .contact-content {
    margin: 50px auto;
    text-align: center;
  }
}
