:root {
  --blue: #0071bc;
  --black: black;
  --white: white;
}

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

.section {
  background-color: #000;
}

._95 {
  flex: 0 auto;
  width: 95%;
  max-width: 95%;
}

.main-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.image {
  height: 300px;
}

.body {
  background-color: #000;
}

._700 {
  border: 10px solid var(--blue);
  border-radius: 30px;
  max-width: 700px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 30px;
}

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

.button {
  background-color: var(--blue);
  color: #000;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  padding: 19px;
  font-weight: 700;
  display: flex;
}

.paragraph {
  color: var(--blue);
  margin-top: 39px;
}

.image-2 {
  margin-top: 19px;
  padding-top: 0;
}

.div-block-2 {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  border: 5px solid var(--blue);
  border-radius: 30px;
  margin-top: 28px;
  margin-bottom: 40px;
  padding: 26px;
  display: flex;
}

.div-block-3 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 50%;
  display: flex;
}

.button-2 {
  background-color: var(--blue);
  color: var(--black);
  text-align: center;
  border-radius: 10px;
  margin-top: 20px;
  padding: 20px;
}

.div-block-4 {
  flex-flow: row;
  width: 50%;
  display: flex;
}

.section-2 {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

@media screen and (max-width: 991px) {
  .div-block-2 {
    flex-flow: column;
    margin-bottom: 50px;
  }

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

  .div-block-4 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: auto;
    display: flex;
  }

  .section-2 {
    display: block;
  }
}
