p {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.cover {
  margin-top: 61px;
}

.blue {
  margin-top: 50px;
  padding: 7px 18px;
  border-radius: 46px;
  background-color: #0775ff;
  font-family: Montserrat, sans-serif;
  color: white;
  line-height: 23px;
  text-align: center;
}

.directions {
  top: 24px;
  bottom: 24px;
  padding-bottom: 0px;
  border-radius: 171px;
}

.map {
  margin-top: 49px;
}

.link {
  color: #ffc0f7;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}

.logo {
  display: block;
  margin: 44px auto 50px;
  float: right;
}

.logo.nomore {
  margin-top: -15px;
  cursor: pointer;
}

.keyif {
  display: block;
  max-width: 56%;
  margin-top: 28px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 11px;
  float: left;
}

@media (max-width: 991px) {
  .map {
    left: 13px;
    right: 13px;
    overflow-x: hidden;
    overflow-y: hidden;
    max-width: 697px;
  }
}

@media (max-width: 767px) {
  .map {
    display: block;
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 479px) {
  .map {
    max-width: 290px;
    margin-left: -1px;
  }
  .keyif {
    max-width: 84%;
  }
}