.resona-blocks.why-us {
  padding-top: 300px;
  padding-bottom: 300px;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .resona-blocks.why-us {
    padding-top: 90px;
    padding-bottom: 0;
  }
}
.resona-blocks.why-us .why-us--header {
  padding-bottom: 64px;
  position: relative;
}
.resona-blocks.why-us .why-us--header:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  right: 0;
  height: 1px;
  width: 100vw;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #DBDAD6;
}
@media (max-width: 767px) {
  .resona-blocks.why-us .why-us--header:before {
    display: none;
  }
}
.resona-blocks.why-us .why-us-elements {
  padding-top: 128px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media (max-width: 767px) {
  .resona-blocks.why-us .why-us-elements {
    padding-top: 0;
    padding-bottom: 0;
    gap: 12px;
  }
}
.resona-blocks.why-us .why-us-elements .why-us-elements--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .resona-blocks.why-us .why-us-elements .why-us-elements--row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.resona-blocks.why-us .why-us-elements .why-us-elements--row .single-row-element {
  color: #141414;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: "ZT Nature";
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  /* 28px */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  border-radius: 64px;
  border: 1px solid #DBDAD6;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 767px) {
  .resona-blocks.why-us .why-us-elements .why-us-elements--row .single-row-element {
    width: 100%;
    color: #141414;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: "ZT Nature";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 140%;
    /* 22.4px */
  }
}
@media screen and (min-width: 1024px) {
  .resona-blocks.why-us .why-us-elements .why-us-elements--row.single-row-1 .single-row-element-1 {
    width: 690px;
  }
  .resona-blocks.why-us .why-us-elements .why-us-elements--row.single-row-1 .single-row-element-2 {
    width: 410px;
  }
  .resona-blocks.why-us .why-us-elements .why-us-elements--row.single-row-1 .single-row-element-3 {
    width: 470px;
  }
  .resona-blocks.why-us .why-us-elements .why-us-elements--row.single-row-2 .single-row-element-1 {
    width: 420px;
  }
  .resona-blocks.why-us .why-us-elements .why-us-elements--row.single-row-2 .single-row-element-2 {
    width: 570px;
  }
  .resona-blocks.why-us .why-us-elements .why-us-elements--row.single-row-2 .single-row-element-3 {
    width: 510px;
  }
  .resona-blocks.why-us .why-us-elements .why-us-elements--row.single-row-3 .single-row-element-1 {
    width: 460px;
  }
  .resona-blocks.why-us .why-us-elements .why-us-elements--row.single-row-3 .single-row-element-2 {
    width: 490px;
  }
  .resona-blocks.why-us .why-us-elements .why-us-elements--row.single-row-3 .single-row-element-3 {
    width: 470px;
  }
}