body {
/*  background: #f5f6fa url('/images/map_bg.svg') 50% 50% no-repeat;
  background-size: 50%;
*/
  font-family: 'Poppins', sans-serif;
}

a {
  color: #00B7FF;
}

.main {
  height: 100vh;
}

.content {
  height: 80vh;
}

.title {
  color: #263238;
  font-weight: 500;
  font-size: 2rem;
}

.subtitle {
  color: #455A64;
  font-size: 1.4rem;
  max-width: 500px;
  width: 100%;
}

.text, .copy, .copy a {
  color: #455A64;
  font-size: 1rem;
}

.copy {
  line-height: 1.7;
}


.phone {
  background: url('/images/bg_phone.png') 100% 0 no-repeat, url('/images/bg_phone.png') 0 120% no-repeat;
  background-size: 50%;
}


.btn {
  background: linear-gradient(180deg, rgba(1,200,228,1) 0%, rgba(0,216,221,1) 100%);
  border-radius: 5px;
  border-color: #fff;
  color: #fff;
  display: inline-block;
  font-size: .9rem;
  font-weight: 700;
  letter-spacing: 2px;
  padding: .8rem 0;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}

.btn .arrow {
  position: absolute;
  right: 1.8rem;
  top: 1rem;
  width: 15px;
}