.icon-wg-pt {
  display: flex;
  align-items: center;
}
.image-article {
  justify-content: center;
  display: flex;

  padding-top: 0px !important;
}
.image-article img {
  width: 282px;
  height: 154px;

  border-radius: 4px;
  background: url(<path-to-image>) lightgray 50% / cover no-repeat;
  padding: 0px;
  padding-top: 0px;
}

.last-article-swiper .swiper-slide {
  /* width: 306px !important ;
      height: 369px !important ;   */
  background: radial-gradient(
    63.94% 98.08% at 0% 50%,
    rgba(255, 255, 255, 0.03) 16.51%,
    rgba(255, 255, 255, 0.06) 82.93%
  );
  box-shadow: 6px 0px 12px 0px rgba(205, 205, 205, 0.25);
  width: 100%;
  height: fit-content;
  flex-shrink: 0;
}

.last-article-swiper .swiper-slide img {
  display: block;

  object-fit: cover;
}

.swi-btn-article-so-next {
top: 34px;
left: 1px !important;
}
.swi-btn-article-so-prev {
  top: 34px;
  right: unset !important;
  left: 30px !important;
}
