.ds-news {
  margin-top: 55px;
  margin-left: 0 -15px;
  margin-bottom: -30px;
  display: flex;
  flex-wrap: wrap;
}

.ds-new {
  width: 25%;
  padding: 0 15px;
  margin-bottom: 30px;
  text-align: left;
}

.ds-new-thumbnail {
  margin-bottom: 30px;  
  overflow: hidden;
}

.ds-new-thumbnail img {
  width: 100%;
  height: auto;
  transition: .3s;
}

.ds-new:hover .ds-new-thumbnail img {
  transform: scale(1.1);
}

.ds-new-title {
  margin-bottom: 25px;
  font-family: var(--fontTextTitle);
  font-weight: 700;
  line-height: 24px;
  font-size: 18px;
  margin-top: 15px;
}

.ds-new-des {
  margin-bottom: 30px;
}

.ds-btn-read-more {
  display: flex;
  align-items: center;
}
.ds-text-h5 {
  font-family: var(--fontTextTitle);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3em;
}
.ds-btn-read-more i {
  overflow: hidden;
  height: 18px;
  margin-left: 2px;
}

.ds-btn-read-more i::before {
  display: block;
  transform: rotate(-90deg);
  position: relative;
  top: -2px;
}

@media (max-width: 991px) {
  .ds-new {
    width: 50%;
  }

  .ds-news {
    margin-top: 25px;
  }
}

@media (max-width: 767px) {
  .ds-new {
    width: 100%;
  }

  .ds-news {
    margin-top: 25px;
  }
}
