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

.heading {
  text-align: center;
  text-transform: uppercase;
  font-size: 48px;
  line-height: 52px;
}

.text-span {
  display: inline-block;
}

.image {
  width: 40%;
  margin: 1rem auto;
  display: block;
}

.text-block {
  margin-top: 1rem;
  font-size: 20px;
  line-height: 24px;
}

.button {
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
}

.div-block {
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.history {
  flex-flow: column;
  display: flex;
}

.history-item {
  flex: none;
  width: 100%;
  min-height: 20px;
  margin-top: 1rem;
  display: flex;
}

.image-2 {
  flex: none;
  width: 25%;
}

.text-block-2 {
  align-self: center;
  width: 75%;
  padding: 15px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.text-span-2 {
  display: inline-block;
}

@media screen and (max-width: 479px) {
  .heading {
    font-size: 32px;
    line-height: 34px;
  }
}
