.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.heading {
  color: #fff;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 21px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 30px;
}

.paragraph {
  color: #fff;
  text-align: center;
  margin-right: 10px;
  padding-left: 10px;
  font-size: 10px;
  font-style: italic;
  line-height: 17px;
}

.heading-2 {
  padding-left: 10px;
  padding-right: 10px;
}

.section {
  background-color: #fff;
  background-image: linear-gradient(#000, #fff);
  margin-bottom: 0;
  padding-bottom: 140px;
  display: block;
}

.heading-3 {
  color: #fff;
  text-align: center;
}

.heading-4 {
  color: #fff;
  text-align: center;
  border: 1px solid #fff;
}

.heading-5 {
  color: #000;
  text-align: center;
  -webkit-text-stroke-color: #000;
  margin-bottom: 5px;
  padding-bottom: 60px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Lato, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 57px;
}

.section-2 {
  background-color: rgba(0, 0, 0, 0);
  padding-bottom: 36px;
}

.button {
  text-align: center;
  object-fit: fill;
  object-position: 50% 50%;
  background-color: #fdfdfd;
  border-radius: 20px;
  margin-left: 0;
  margin-right: auto;
  position: static;
}

.body {
  background-color: #fff;
}

.column {
  background-color: #0800ff;
  border-radius: 20px;
  padding-bottom: 10px;
  left: 40px;
  right: 40px;
}

.paragraph-2 {
  font-size: 10px;
}

.paragraph-3, .paragraph-4 {
  color: #fff;
}

.paragraph-5 {
  font-size: 10px;
  line-height: 17px;
}

.column-2 {
  background-color: #eb7f0b;
  border-radius: 20px;
  left: 40px;
  right: 40px;
}

.button-2 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px #4c00ff;
  border-radius: 11px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 700;
  display: inline-block;
  overflow: visible;
}

.container {
  justify-content: center;
  margin-top: -78px;
  display: flex;
}

.section-3 {
  background-color: #fff;
  margin-bottom: 5px;
  padding-bottom: 405px;
}

.image {
  object-fit: fill;
  margin-top: 280px;
  display: block;
  overflow: visible;
}

.container-2 {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

@media screen and (max-width: 479px) {
  .heading {
    font-size: 20px;
  }

  .paragraph {
    color: #7c7c7c;
    text-align: center;
    margin-top: 4px;
    margin-right: 0;
    padding-top: 0;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 8px;
    font-weight: 400;
    line-height: 10px;
  }

  .heading-5 {
    text-align: center;
    font-size: 30px;
    line-height: 30px;
  }

  .column {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
    padding-right: 10px;
    display: block;
    position: relative;
    right: 10px;
  }

  .button-2 {
    margin-top: 39px;
  }
}
