.vvs-snippet-grid-3-and-text {
  padding: 0 3%;
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 30px;
  position: relative;
}
@media screen and (min-width: 720px) {
  .vvs-snippet-grid-3-and-text {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1120px) {
  .vvs-snippet-grid-3-and-text {
    padding: 0;
  }
}
.vvs-snippet-grid-3-and-text__last-item {
  border-radius: 2px;
  position: relative;
  width: 100%;
  padding-bottom: 3%;
}
.vvs-snippet-grid-3-and-text__last-item::after {
  content: "";
  display: block;
  padding-bottom: 67%;
}
@media screen and (min-width: 1120px) {
  .vvs-snippet-grid-3-and-text__last-item {
    padding-bottom: 2%;
  }
}
.vvs-snippet-grid-3-and-text__last-content {
  position: absolute;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 15px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .vvs-snippet-grid-3-and-text__last-content {
    padding: 20px 20px 40px 20px;
  }
}
.vvs-snippet-grid-3-and-text__last-title {
  padding-right: 8%;
  font-weight: bold;
  font-family: BrandonTextBold;
  font-size: 16px;
  letter-spacing: 2.5px;
}
@media screen and (min-width: 768px) {
  .vvs-snippet-grid-3-and-text__last-title {
    line-height: 30px;
    font-size: 20px;
  }
}
.vvs-snippet-grid-3-and-text__last-desc {
  font-family: BrandonTextRegular;
  font-size: 14px;
  letter-spacing: 0.2px;
  color: #fff;
  position: relative;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.vvs-snippet-grid-3-and-text__last-link {
  font-family: BrandonTextBold;
  font-size: 16px;
  letter-spacing: 1.5px;
  color: #fff;
  text-decoration: none;
}
.vvs-snippet-grid-3-and-text__main-title {
  font-family: BrandonTextRegular;
  font-size: 24px;
  letter-spacing: 3px;
  text-align: center;
  color: #40484e;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.vvs-snippet-grid-3-and-text .swiper-button-prev,
.vvs-snippet-grid-3-and-text .swiper-button-next {
  display: none;
}
@media screen and (min-width: 1120px) {
  .vvs-snippet-grid-3-and-text .swiper-button-prev,
  .vvs-snippet-grid-3-and-text .swiper-button-next {
    display: block;
    background-position: center;
    background-color: #f5f5f5 !important;
    width: 40px;
    height: 50px;
  }
}
.vvs-snippet-grid-3-and-text .swiper-button-next {
  position: absolute;
  right: -5px;
  top: 55%;
  transform: translateX(45px);
  background-image: url("//cdn.vivense.com/images/cms/widgets/hero_urunler_slider/next-arrow.png");
  background-size: 35%;
  background-repeat: no-repeat;
}
.vvs-snippet-grid-3-and-text .swiper-button-next::after {
  display: none;
}
.vvs-snippet-grid-3-and-text .swiper-button-prev {
  position: absolute;
  top: 55%;
  left: 5px;
  transform: translateX(-60px);
  background-image: url("//cdn.vivense.com/images/cms/widgets/hero_urunler_slider/prev-arrow.png");
  background-size: 35%;
  background-repeat: no-repeat;
}
.vvs-snippet-grid-3-and-text .swiper-button-prev::after {
  display: none;
}
