.interesting {
  display: flex;
  gap: 1.8rem;
  padding: 1.6rem 1.5rem;
  filter: drop-shadow(0px 1px 4px rgba(204, 204, 204, 0.65));
  background: #ffffff;
}

.interesting__title {
  font-size: 2.2rem;
  line-height: normal;
  font-weight: 500;
  margin: 0.3rem 0;
}

.interesting__description {
  font-size: 1.8rem;
  line-height: normal;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.interesting__image {
  width: 7rem;
  height: 7rem;
  min-width: 7rem;
  min-height: 7rem;
  background: url("../../images/vlaio-logo.svg") center center no-repeat;

  @media (min-width: 768px) {
    width: 10.8rem;
    height: 10.2rem;
    min-height: 10.2rem;
    min-width: 10.2rem;
  }

  img {
    width: 7rem;
    height: 7rem;
    min-width: 7rem;
    min-height: 7rem;
    object-fit: cover;

    @media (min-width: 768px) {
      width: 10.8rem;
      height: 10.2rem;
      min-height: 10.2rem;
      min-width: 10.2rem;
    }
  }
}
