.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.heading-wf {
  max-width: 100%;
  color: #1d251e;
  text-align: center;
  font-family: Proxima nova, sans-serif;
  font-weight: 900;
}

.paragraph-big-wf {
  max-width: 100%;
  color: #1d251e;
  text-align: center;
  margin-top: 20px;
  font-family: Proxima nova, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
}

.dividing-line-2-wf {
  width: 100%;
  max-width: 100%;
  border-bottom: 2px solid #f36821;
}

.body-wf {
  background-color: rgba(0, 0, 0, 0);
}

.section-1-wf {
  max-width: 100%;
  background-color: #e1e6ef;
  padding: 40px;
}

.content-block-wf {
  max-width: 100%;
  text-align: center;
  background-color: #fff;
  border-radius: 6px;
  padding: 20px;
  box-shadow: 0 3px 6px -1px rgba(0, 0, 0, .3);
}

.button-wf {
  max-width: 100%;
}

.flex-block {
  justify-content: center;
  margin-top: 10px;
}

@media screen and (max-width: 991px) {
  .dividing-line-2-wf {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .heading-wf {
    width: 100%;
  }

  .dividing-line-2-wf {
    display: block;
  }

  .section-1-wf {
    padding: 20px;
  }
}

@media screen and (max-width: 479px) {
  .content-block-wf {
    margin-left: 0;
    margin-right: 0;
  }
}


@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima nova';
  src: url('../fonts/Proxima-Nova-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima nova';
  src: url('../fonts/Proxima-Nova-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}