{# custom style #}
.ost-questions__section {
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.05);
}
.ost-questions__content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.ost-questions__text {
 flex: 70% 1 0;
}
.ost-questions__text > .hs_cos_wrapper:nth-child(2) {
  margin-top: 20px;
  margin-bottom: 30px;
}
.ost-questions__button {
 flex: 30% 1 0;
 display: flex;
 flex-direction: row;
 justify-content: end;
 align-items: baseline;
}
.ost-questions__button a {
  font-size: 14px;
}
 .ost-questions__button a.no-href {
    cursor: not-allowed;
  opacity: 0.5;
}
.ost-questions__questions {
 flex: 100%;
 margin-top: 30px;
}
.ost-questions__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  list-style: none;
  padding-left: 0;
}
.ost-questions__item {
  border-left: 1px solid #2c284a;
  margin-left: 0;
  padding-left: 15px;
  flex: 30% 1 0;
}
a.ost-questions__link {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  text-decoration: none;
}
.ost-questions__link .hs_cos_wrapper {
  max-width: 190px;
}
.ost-questions__image {
  opacity: 0;
}
a.ost-questions__link:hover {
  font-weight: 700;
}
a.ost-questions__link:hover .ost-questions__image {
  opacity: 1;
}


@media screen and (max-width: 767px) {
  .ost-questions__content {
    display: flex;
    flex-direction: column;
  }
  .ost-questions__text {
    order: 1;
  }
  .ost-questions__text > .hs_cos_wrapper:nth-child(2) {
    margin-bottom: 10px;
  }
  .ost-questions__questions {
    order: 2;
    margin-top: 10px;
  }
  .ost-questions__button {
    justify-content: center;
    order: 3;
  }
  .ost-questions__button a {
    width: 100%;
    display: inline;
    text-align: center;
    font-size: 14px;

  }

}
