.vw-post-slider h3 {
  color: #1B4E6C !important;
  font-size: 48px !important;
  margin-bottom: 25px;
  line-height: 1.25 !important;
}

.vw-post-slider .swiper {
  box-shadow: 0px 6px 16px 0px rgba(54, 85, 21, .16);
  margin-right: -12px;
}

.vw-post-slider .swiper-slide {
  background-position: center;
  background-size: cover;
  height: 455px;
  padding: 35px 25px;
  display: flex;
  align-items: flex-end;
}

.vw-post-slider .swiper-slide h4 {
  color: #FCF5F0;
  text-transform: none;
  font-size: 32px;
  margin: 0px;
  letter-spacing: 0px;
}

.vw-post-slider .swiper-nav-btn {
  display: none;
}

@media screen and (min-width: 641px) {
  .vw-post-slider .swiper {
    margin-right: -30px;
  }
}

@media screen and (min-width: 768px) {
  .vw-post-slider h3 {
    font-size: 72px !important;
    margin-bottom: 40px;
  }

  .vw-post-slider .swiper {
    margin-right: 0px;
  }

  .vw-post-slider .swiper-nav-btn {
    display: flex;
    height: 56px;
    width: 56px;
    border-radius: 4px;
    padding: 12px;
    background-color: #1B4E6C;
    color: white;
    margin-top: calc(var(--swiper-navigation-size) + 25px);
  }

  .vw-post-slider .swiper-nav-btn svg {
    padding: 5px;
  }

  .vw-post-slider .swiper-nav-btn::after {
    content: '';
  }

  .swiper-button-prev {
    left: -3px;
  }

  .swiper-button-next {
    right: -3px;
  }
}