.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;
  }
}

.columns {
  align-items: center;
  display: flex;
}

.paragraph {
  margin-top: 42px;
  margin-bottom: 42px;
  padding-bottom: 0;
}

.heading {
  text-transform: capitalize;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.button {
  text-transform: capitalize;
}

.orange-button {
  text-transform: uppercase;
  background-color: #ee8326;
  border-radius: 20px;
  padding: 12px 18px;
  font-size: 18px;
  line-height: 20px;
}

.orange-button:hover {
  background-color: #ff8a24c9;
}

.orange-button.smaller-button {
  font-size: 15px;
}

.body {
  border-radius: 0;
}

.div-block {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  text-align: left;
  flex-flow: column;
  display: inline-flex;
}

.container {
  max-width: 700px;
}

.columns-2 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.paragraph-2 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.hero-section {
  background-image: linear-gradient(#514fecb8, #fff);
  justify-content: center;
  align-items: center;
  height: 80vh;
  margin-top: 0;
  display: flex;
}

.image {
  margin-top: 30px;
  margin-bottom: 30px;
}

.navbar {
  background-color: #514fecb8;
}

.div-block-2 {
  justify-content: center;
  align-items: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 50px;
  display: flex;
}

.text-field {
  height: 200px;
}

.textarea {
  color: #000;
  background-color: #514fec14;
  border: 1px solid #0000;
  min-height: 200px;
}

.text-field-2 {
  color: #0f0f0f;
  background-color: #514fec14;
  border: 1px solid #0000;
}

.text-field-2:focus {
  background-color: #514fec14;
  border-color: #000;
}

.div-block-3 {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.paragraph-3 {
  max-width: 500px;
}

.div-block-4 {
  max-width: 700px;
  display: block;
}

@media screen and (max-width: 479px) {
  .columns-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    word-break: normal;
    overflow-wrap: normal;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 275px;
    overflow: visible;
  }

  .hero-section {
    height: auto;
    margin-bottom: 50px;
  }

  .section {
    margin-left: 20px;
    margin-right: 20px;
  }

  .container-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: 20px;
    margin-right: 20px;
    display: block;
  }

  .column {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: inline-flex;
  }
}


