.body {
  color: #33233a;
  background-color: #fcfcff;
  background-image: url('../images/hero.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 160%;
}

.container {
  max-width: 1140px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: 1;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.hero-section {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  background-size: auto;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.heading-h1 {
  color: #2e1b70;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Prosto One, sans-serif;
  font-size: 52px;
  font-weight: 800;
  line-height: 120%;
}

.hero-content {
  width: 650px;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

.button {
  font-size: 16px;
}

.button-2 {
  width: 250px;
  height: 54px;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  background-color: #0ae8eb;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  display: flex;
}

.header {
  height: 60px;
  flex-direction: column;
  justify-content: center;
  display: flex;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navbar {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.header-content {
  width: 1140px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.brand {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: block;
}

.heading-h2 {
  color: #11041e;
  margin-top: 0;
  font-family: Raleway;
  font-size: 36px;
}

.container-2 {
  max-width: 1140px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.section {
  justify-content: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.section.bg2 {
  background-color: #f6f6ff;
  justify-content: center;
  display: flex;
}

.advantages-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.advantage {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px 20px 20px;
  display: flex;
  box-shadow: 0 -3px 5px rgba(0, 0, 0, .03), 0 3px 5px rgba(0, 0, 0, .03);
}

.heading-2, .heading-2-copy {
  font-size: 20px;
}

.heading-h3 {
  font-size: 20px;
  line-height: 150%;
}

.text-16 {
  font-size: 16px;
  line-height: 140%;
}

.nav-link {
  font-size: 14px;
}

.nav-menu {
  font-size: 16px;
  display: none;
}

.heading-h2s {
  color: #11041e;
  margin-top: 0;
  font-family: Raleway;
  font-size: 24px;
}

.block-text {
  width: 60%;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  display: flex;
}

.links-block {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: flex-start;
  font-size: 16px;
  display: flex;
}

.container-left-text {
  max-width: 1140px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.list {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  display: flex;
}

.image {
  border-radius: 10px;
}

.block-double-text {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: row;
  display: flex;
}

.container-50-50 {
  max-width: 1140px;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.action {
  background-color: #e3e3f3;
  background-image: url('../images/image-9.png');
  background-position: 85%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 60px;
  padding-bottom: 60px;
}

.container-acrion {
  max-width: 1140px;
  flex-direction: column;
  display: flex;
}

.block-action {
  width: 60%;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  display: flex;
}

.image-2 {
  max-width: 530px;
  border-radius: 100px;
}

.nav-link-2 {
  color: #fcfcff;
}

.image-3 {
  max-height: 40px;
  max-width: none;
}

@media screen and (max-width: 991px) {
  .header {
    left: 20px;
    right: 20px;
  }

  .header-content {
    width: auto;
    align-self: stretch;
    padding-left: 0;
    padding-right: 0;
  }

  .menu-button, .icon {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .container {
    max-width: 96%;
  }

  .heading-h1 {
    font-size: 55px;
  }

  .header-content {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-h1 {
    font-size: 33px;
  }

  .hero-content {
    width: 100%;
  }
}


