{# custom style #}
.ost-helpCardImage__section {
  display: flex;
  flex-direction: row;
  justify-content: space-arrownd;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
img.ost-helpCardImage__image {
  flex: 1 0 0;
}
.ost-helpCardImage__section .offer-card__content p {
  margin-bottom: 0;
  flex-grow: 2;
}
.ost-helpCardImage__content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; 
  justify-content: flex-start;
  gap: 10px;
  flex: 5 0 0;
  min-width: 300px;
  padding: 15px 0;
}
.ost-helpCardImage__content:first-child  {
  opacity: 0.1;
}
.ost-helpCardImage__button {
  flex-grow: 1;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding-right: 2rem;
}
.ost-helpCardImage__button a {
  font-size: 14px;
  font-family: 'DM Sans', sans-serif !important;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.ost-helpCardImage__button a:hover {
  font-weight: 500;
  letter-spacing: 0.5px;
}
.ost-helpCardImage__button a.no-href {
      cursor: not-allowed;
  opacity: 0.5;
}
/* Icon */
.offer-card__icon {
  margin-bottom: 1.4rem;
}
/* @media screen and (max-width: var(--mobile))*/
@media screen and (max-width: 767px) {
  .ost-helpCardImage__section {
    flex-direction: column;
  }
  .ost-helpCardImage__content {
    min-width: auto;
  }
  .ost-helpCardImage__button {
    justify-content: center;
    padding: 0;
  }
  .ost-helpCardImage__button a {
    width: 100%;
    display: inline;
    text-align: center;
  }
}
