.so-widget-info-with-image-style-d75171398898-6 .info-with-image__row {
  display: grid;
  grid-gap: 20px;
}
@media (min-width: 768px) {
  .so-widget-info-with-image-style-d75171398898-6 .info-with-image__row {
    grid-template-columns: 760fr 540fr;
    grid-gap: 10px;
  }
}
@media (max-width: 767px) {
  .so-widget-info-with-image-style-d75171398898-6 .info-with-image__row {
    background-color: var(--mainBackground);
    border-radius: 24px;
    padding: 20px;
  }
}
@media (min-width: 768px) {
  .so-widget-info-with-image-style-d75171398898-6 .info-with-image__content {
    background-color: var(--mainBackground);
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    padding: 20px;
  }
}
.so-widget-info-with-image-style-d75171398898-6 .info-with-image__description {
  flex: 1;
}
.so-widget-info-with-image-style-d75171398898-6 .info-with-image__image {
  border-radius: 24px;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
@media (min-width: 768px) {
  .so-widget-info-with-image-style-d75171398898-6 .info-with-image__image-wrap {
    order: 1;
  }
}
@media (max-width: 767px) {
  .so-widget-info-with-image-style-d75171398898-6 .info-with-image__image-wrap {
    height: 290px;
  }
}
.so-widget-info-with-image-style-d75171398898-6 .info-with-image__btns {
  margin-top: 20px;
}
@media (min-width: 1280px) {
  .so-widget-info-with-image-style-d75171398898-6 .info-with-image__btns {
    margin-top: 50px;
  }
}