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

.div-block {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 100px 60px;
  display: flex;
}

.grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  width: 1440px;
  max-width: 1260px;
}

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

.div-block-3 {
  justify-content: center;
  align-items: center;
  padding-bottom: 100px;
  display: flex;
}

.heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 70px;
  line-height: 70px;
}

.heading-2 {
  color: #369bc4;
  text-align: center;
}

.heading-3 {
  color: #6b6b6b;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  line-height: 26px;
}

.div-block-4 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-5 {
  background-color: #369bc4;
  flex-flow: column;
  height: 10px;
}

.image {
  max-height: 600px;
}

.div-block-6 {
  width: 60%;
  margin-top: 60px;
  margin-bottom: 60px;
}

.div-block-7 {
  margin-bottom: 40px;
}

.link {
  color: #369bc4;
}

@media screen and (min-width: 1280px) {
  .div-block {
    height: 100vh;
  }

  .grid {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    min-height: 700px;
    max-height: 850px;
  }

  .div-block-3 {
    padding-bottom: 0;
  }

  .heading {
    font-size: 75px;
  }

  .image {
    max-height: none;
  }

  .div-block-6 {
    width: auto;
  }
}

@media screen and (max-width: 991px) {
  .grid {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
  }

  .div-block-6 {
    width: 75%;
    margin-bottom: 39px;
  }
}

@media screen and (max-width: 767px) {
  .div-block {
    padding: 60px 40px;
  }

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

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

  .div-block-6 {
    width: 80%;
  }

  .div-block-7 {
    margin-bottom: 18px;
  }
}

@media screen and (max-width: 479px) {
  .div-block {
    padding: 40px 20px;
  }

  .grid {
    grid-column-gap: 44px;
    grid-row-gap: 44px;
  }

  .div-block-3 {
    padding-bottom: 0;
  }

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

  .heading-2 {
    font-size: 24px;
    line-height: 26px;
  }

  .heading-3 {
    font-size: 21px;
    line-height: 24px;
  }

  .div-block-6 {
    width: 85%;
    margin-bottom: 36px;
  }
}

#w-node-_654104ef-5249-953f-2611-c49ff28a4348-2c022cbd, #w-node-b437bb37-649e-1c31-9d53-556c335ec3b3-2c022cbd {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (min-width: 1280px) {
  #w-node-_654104ef-5249-953f-2611-c49ff28a4348-2c022cbd, #w-node-b437bb37-649e-1c31-9d53-556c335ec3b3-2c022cbd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


