p {
  margin-bottom: 10px;
  font-family: Quicksand, sans-serif;
  color: #4a4b59;
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
}

.l-container {
  display: block;
  max-width: 1152px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

.l-container.c-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1rem;
  padding-bottom: 1rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-container.l-container__hero {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.l-container.l-container__footer {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.c-btn {
  padding: 0px 2rem;
  border-radius: 50px;
  background-color: #4b57e2;
  -webkit-transition: background-color 350ms ease;
  transition: background-color 350ms ease;
  font-family: Ubuntu, Helvetica, sans-serif;
  line-height: 40px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.c-btn:hover {
  background-color: #3844cf;
}

.l-row {
  margin-right: -8px;
  margin-left: -8px;
}

.c-hero__heading {
  margin-top: 0px;
  margin-bottom: 1rem;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #4b57e2;
  font-size: 48px;
  line-height: 56px;
}

.c-hero__subheading {
  margin-bottom: 1.5rem;
  font-family: Quicksand, sans-serif;
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
}

.l-row__col {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.l-row__col.img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.c-contact-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #4b57e2;
  text-decoration: none;
}

.c-contact-block__icon {
  margin-right: 16px;
}

.c-contact-block__text {
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  font-family: Quicksand, sans-serif;
  color: #4a4b59;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  text-decoration: none;
}

.c-contact-block__text:hover {
  color: #3844cf;
}

.c-footer {
  border-top: 1px solid #cecece;
}

.c-nav__logo-img {
  display: block;
  height: 40px;
}

.c-nav-menu__social {
  display: none;
  height: 32px;
  margin-right: 2rem;
}

@media (max-width: 991px) {
  .l-container.l-container__hero {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .l-row__col.img {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .c-contact-block {
    margin-bottom: 16px;
  }
}

@media (max-width: 767px) {
  p {
    font-size: 16px;
    line-height: 24px;
  }
  .l-container.l-container__footer {
    padding-bottom: 1rem;
  }
  .c-btn {
    padding-right: 1rem;
    padding-left: 1rem;
    font-size: 12px;
    line-height: 32px;
    letter-spacing: 1px;
  }
  .c-hero__heading {
    font-size: 32px;
    line-height: 40px;
  }
  .c-hero__subheading {
    font-size: 18px;
    line-height: 24px;
  }
  .c-nav__logo-img {
    height: 32px;
  }
}

@media (max-width: 479px) {
  .l-container.l-container__hero {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .l-row__col.img {
    padding-top: 24px;
    padding-bottom: 24px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

