body {
  color: #2a2a2a;
  font-family: Abhaya Libre, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.section {
  width: 100%;
  height: 100vh;
}

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

.col-2 {
  background-color: #b3cde0;
  flex-direction: column;
  align-items: flex-start;
  padding: 36px 46px;
  display: flex;
}

.body {
  background-color: #b3cde0;
}

.image {
  width: 156px;
}

.heading {
  max-width: 472px;
  margin-top: 30px;
  font-family: Abhaya Libre, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 47px;
}

.bold-text {
  font-weight: 800;
}

.text-block {
  color: #707070;
  margin-top: 24px;
  margin-bottom: 56px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
}

.text-block-2 {
  color: #707070;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 600;
  line-height: 18px;
}

.heading-2 {
  color: #2a2a2a;
  font-family: Abhaya Libre, sans-serif;
  font-size: 36px;
  font-weight: 600;
}

.text-block-3 {
  color: #707070;
  font-family: Montserrat, sans-serif;
  line-height: 23px;
}

.html-embed-2 {
  width: 100%;
  margin-top: 36px;
  margin-left: auto;
  margin-right: auto;
}

.stylesheet-2 {
  display: none;
}

.image-2 {
  object-fit: cover;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 991px) {
  .section {
    height: 100%;
  }

  .grid {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .col-2 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .heading {
    font-size: 36px;
    line-height: 41px;
  }
}

@media screen and (max-width: 479px) {
  .col-2 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .image {
    width: 130px;
  }

  .heading {
    font-size: 28px;
  }

  .text-block {
    margin-top: 0;
    margin-bottom: 42px;
  }

  .heading-2 {
    margin-top: 10px;
    font-size: 28px;
  }
}

#w-node-_61568be1-131c-4366-749d-b8a68da84670-84709d4f, #w-node-ed709ac1-9bea-3871-a90a-1a4fda273dd8-84709d4f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-ed709ac1-9bea-3871-a90a-1a4fda273dd8-84709d4f {
    order: -9999;
  }
}


