body#mercury .row.first .homepage_text_columns {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #15226e;
  padding: 6.1em 0;
}
body#mercury .row.first .homepage_text_columns .row.btn {
  text-align: center;
}
body#mercury .row.first .homepage_text_columns .row.btn p a {
  background-color: #20bab0;
  border-color: #20bab0;
  color: #001f63;
}
body#mercury .row.first .homepage_text_columns .row.btn p a:hover, body#mercury .row.first .homepage_text_columns .row.btn p a:focus {
  background-color: #4DC8C0;
  color: #001f63;
}
body#mercury .row.first .homepage_text_columns .row .top {
  text-align: center;
}
body#mercury .row.first .homepage_text_columns .row .top h3 {
  text-align: center;
  color: white;
  font-family: "Rajdhani";
  text-transform: uppercase;
  font-weight: 700;
  font-size: 2.5em;
  margin: 0 0 0.5em;
  line-height: 1em;
}
body#mercury .row.first .homepage_text_columns .row .top h4 {
  text-align: center;
  font-weight: 700;
  color: #00b2b1;
  margin: 0 0 0.9em;
  font-size: 1.55em;
}
body#mercury .row.first .homepage_text_columns .row .top p {
  color: white;
  text-align: center;
  max-width: 978px;
  font-size: 1.35em;
  margin: 0 auto;
  line-height: 1.3em;
}
body#mercury .row.first .homepage_text_columns .row .cols {
  margin: 2.8em auto 3.1em;
}
body#mercury .row.first .homepage_text_columns .row .cols .col {
  width: 100%;
  margin-bottom: 3em;
}
body#mercury .row.first .homepage_text_columns .row .cols .col img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 0 1.1em;
}
body#mercury .row.first .homepage_text_columns .row .cols .col h4 {
  color: white;
  font-weight: 700;
  font-size: 1.4em;
  margin: 0 0 0.5em;
}
body#mercury .row.first .homepage_text_columns .row .cols .col p {
  color: white;
  margin: 0;
  font-size: 1.15em;
  line-height: 1.4em;
}
body#mercury .row.first .homepage_text_columns .row .cols .col:last-child {
  margin-right: 0;
}
@media only screen and (min-width: 768px) {
  body#mercury .row.first .homepage_text_columns .row .top h4 {
    font-size: 1.25em;
  }
  body#mercury .row.first .homepage_text_columns .row .top h3 {
    font-size: 3.17em;
  }
  body#mercury .row.first .homepage_text_columns .row .cols {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
  body#mercury .row.first .homepage_text_columns .row .cols .col {
    margin-bottom: 0;
  }
  body#mercury .row.first .homepage_text_columns .row .cols[data-col="2"] .col {
    margin-right: 4%;
    width: 48%;
  }
  body#mercury .row.first .homepage_text_columns .row .cols[data-col="3"] .col {
    margin-right: 4%;
    width: 30.6666666667%;
  }
  body#mercury .row.first .homepage_text_columns .row .cols[data-col="4"] .col {
    margin-right: 4%;
    width: 22%;
  }
}
@media only screen and (max-width: 767px) {
  body#mercury .row.first .homepage_text_columns .row .cols {
    text-align: center;
  }
  body#mercury .row.first .homepage_text_columns .row .cols .col img {
    margin-left: auto;
    margin-right: auto;
  }
  body#mercury .row.first .homepage_text_columns .row.btn p {
    font-size: 1em;
  }
}

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