.horb-list_bordered .horb-list__item {
  border: 2px solid #f0f0f0;
  border-radius: 12px;
}
.horb-list_bordered .horb-list__item:last-child {
  border-bottom: 2px solid #f0f0f0;
}
.horb-list__item {
  display: inline-flex;
  justify-content: center;
  align-items: flex-start;
  align-content: center;
  width: 100%;
  border-bottom: 2px solid #f0f0f0;
  margin-bottom: 24px;
  padding: 24px 0;
}
.horb-list__item:last-child {
  border-bottom: none;
}
.horb-list__image {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 320px;
  margin-right: 48px;
  height: 160px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border-radius: 5px;
}
.horb-list__image_sm {
  height: 80px;
  width: 160px;
}
.horb-list__mob-image {
  display: none;
}
.horb-list__description {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.horb-list__title {
  width: 100%;
  margin-bottom: 12px;
  font-family: "GTE-bold";
}
.horb-list__subtitle {
  width: 100%;
  margin-bottom: 24px;
  color: #484d51;
  font-family: "GTE-light";
}
.horb-list .button-cont {
  width: 100%;
  margin-top: 24px;
}

@media (max-width: 800px) {
  .horb-list {
    display: flex;
    flex-wrap: wrap;
    margin: auto;
  }
  .horb-list__item {
    flex-wrap: wrap;
    padding-bottom: 18px;
    margin-bottom: 18px;
  }
  .horb-list__image {
    display: none;
  }
  .horb-list__image_general-image {
    display: inline-flex;
    width: 100%;
    margin: auto auto 24px auto;
  }
  .horb-list__image_mob-bg-left {
    background-position: left;
  }
  .horb-list__mob-image {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    height: 160px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border-radius: 5px;
    margin: auto auto 24px auto;
    width: 100%;
    margin: 0 0 12px 0;
  }
  .horb-list__description {
    padding: 0 5px;
  }
  .horb-list__title {
    margin-bottom: 6px;
  }
  .horb-list__subtitle {
    margin-bottom: 0;
  }
}
