.article-reduce-costs-post {
  &__img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border: 4px solid #7dbd3a;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);

    @media (max-width: 767.98px) {
      height: 260px;
    }
  }

  .my-text {
    ul {
      padding-left: 20px;
    }
  }
}