{# custom style #}
.ost-helpCard__section {
  padding-left: 0 !important;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.ost-helpCard__image {
  flex: 1 0 0;
  max-width: 100px !important;
}
.ost-helpCard__section .offer-card__content p {
  margin-bottom: 0;
  flex-grow: 2;
  padding-left: 0.5rem;
}
.ost-helpCard__content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; 
  justify-content: flex-start;
  gap: 10px;
  flex: 5 0 0;
  min-width: 150px;
  padding: 15px 0;
}
.ost-helpCard__button {
  flex-grow: 1;
  display: flex;
  flex-direction: row;
  justify-content: right;
  padding-right: 2rem;
  padding-left: 10px;
}
.ost-helpCard__button a,
.ost-helpCard__button a:hover {
  font-size: 14px;
  font-family: 'DM Sans', sans-serif !important;
  font-weight: 500;
  letter-spacing: 1px;
}
.ost-helpCard__button.no-href a {
    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-helpCard__section {
    position: relative;
  }
  .ost-helpCard__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
  }
  .ost-helpCard__content p {
    margin-left: 60px;
    margin-right: 15px;
    font-size: 16px !important;
  }
  .ost-helpCard__button {
    justify-content: center;
    padding: 0 15px;
  }
  .ost-helpCard__button a {
    width: 100%;
    display: inline;
    text-align: center;
  }
}
