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

.body {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.image {
  flex: none;
}

.container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  width: 940px;
  display: flex;
}

.heading {
  margin-top: 0;
  font-family: Inter, sans-serif;
  font-size: 52px;
  font-weight: 400;
  line-height: 60px;
}

.paragraph {
  font-family: Inter, sans-serif;
  font-size: 28px;
  line-height: 37px;
}

.image-2 {
  border-radius: 220px;
  width: 80px;
  height: 80px;
}

.paragraph-copy {
  margin-bottom: 0;
  padding-left: 30px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
}

.section {
  flex-flow: row;
  display: flex;
}

.div-block {
  flex-flow: column;
  display: flex;
}

.div-block-2 {
  background-image: url('../images/hero-image.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto 397px;
  width: 100%;
  height: 350px;
}

.link-block {
  color: #000;
  background-color: #e0effb;
  border-radius: 0 15px 15px;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 110px;
  text-decoration: none;
  display: flex;
}

.link-block:hover {
  color: #000;
}

.paragraph-2 {
  width: 400px;
  font-size: 16px;
  font-style: italic;
  line-height: 23px;
}

.text-span, .text-span-2, .text-span-3 {
  text-decoration: underline;
}

@media screen and (max-width: 991px) {
  .heading {
    font-size: 44px;
    line-height: 51px;
  }

  .paragraph {
    font-size: 23px;
    line-height: 30px;
  }

  .div-block-2 {
    background-size: auto 307px;
    height: 300px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    width: 480px;
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .paragraph {
    font-size: 19px;
    line-height: 27px;
  }

  .div-block-2 {
    background-size: auto 190px;
    height: 190px;
  }

  .paragraph-2 {
    width: 340px;
  }
}

@media screen and (max-width: 479px) {
  .body {
    justify-content: flex-end;
    align-items: center;
  }

  .container {
    width: 100%;
  }

  .heading {
    margin-top: 20px;
    font-size: 32px;
  }

  .paragraph {
    font-size: 16px;
    line-height: 25px;
  }

  .paragraph-copy {
    margin-top: 10px;
    padding-bottom: 0;
    padding-left: 0;
  }

  .section {
    flex-flow: column;
    margin-top: 20px;
  }

  .div-block-2 {
    background-size: auto 38vw;
    height: 37vw;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .link-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-2 {
    width: 100%;
  }

  .list {
    padding-left: 15px;
  }
}


