.resona-blocks.search-how-help {
  border-top: 1px solid #2C2C2C;
}
.resona-blocks.search-how-help .search-how-help--header {
  padding-top: 145px;
  padding-bottom: 145px;
  position: relative;
}
@media (max-width: 767px) {
  .resona-blocks.search-how-help .search-how-help--header {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.resona-blocks.search-how-help .search-how-help--header:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #2C2C2C;
  left: 0;
}
@media (max-width: 767px) {
  .resona-blocks.search-how-help .search-how-help--header:before {
    display: none;
  }
}
.resona-blocks.search-how-help .search-how-help--header:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #2C2C2C;
  right: 0;
}
@media (max-width: 767px) {
  .resona-blocks.search-how-help .search-how-help--header:after {
    display: none;
  }
}
.resona-blocks.search-how-help .search-how-help--content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 767px) {
  .resona-blocks.search-how-help .search-how-help--content {
    gap: 12px;
  }
}
.resona-blocks.search-how-help .search-how-help--content .search-how-help--box {
  width: 100%;
  max-width: 517px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: flex;
  min-height: 530px;
  padding: 48px;
  flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 72px;
  border: 1px solid #434343;
  background: #1C1C1C;
}
@media (max-width: 767px) {
  .resona-blocks.search-how-help .search-how-help--content .search-how-help--box {
    min-height: unset;
    padding: 36px;
    gap: 48px;
  }
}
.resona-blocks.search-how-help .search-how-help--content .search-how-help--box .search-how-help--box__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  padding: 12px 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  border-radius: 4px;
  background: #DBDAD6;
  color: #141414;
  leading-trim: both;
  text-edge: cap;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 174%;
  /* 27.84px */
  letter-spacing: 1.92px;
}
@media (max-width: 767px) {
  .resona-blocks.search-how-help .search-how-help--content .search-how-help--box .search-how-help--box__text .heading {
    font-size: 32px;
    line-height: 1.25em;
  }
}
.resona-blocks.search-how-help .search-how-help--content .search-how-help--box.extra-content {
  border-color: transparent;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}