body .custom-post-container {
  margin-top: -160px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

body .custom-post-container.custom-post-container-v2 {
  background: #051C2C;
  margin-top: 0;
}

.custom-post-list .custom-post-item {
  align-items: center;
  border-radius: 24px;
  background: #051c2c;
  color: #ffffff;
  display: flex;
  height: auto;
  flex-wrap: wrap;
  overflow: hidden;
  margin-bottom: 0;
}

.custom-post-container-v2 .custom-post-list .custom-post-item {
  align-items: stretch;
  border-radius: 0;
  padding: 0;
}

.custom-post-list .custom-post-item-v2 .custom-post-content {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  padding: 0 80px 0 0;
  width: 50%
}

.custom-post-content-v2 .swiper-fake-pagination-wrapper {
  min-height: 40px;
  margin-top: 40px;
  width: 100%;
}

.custom-post-list .custom-post-content-v2 .custom-post-type {
  color: #f5a830;
  font-family: "Stratos", sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.custom-post-list .custom-post-content-v2 .custom-post-title {
  color: #ffffff;
  font-family: "Stratos", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 38px;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.custom-post-list .custom-post-content-v2 .custom-post-title a {
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
}

.custom-post-list .custom-post-content-v2 .custom-post-title a:hover {
  color: #bc2a38;
  text-decoration: underline;
}

.custom-post-list .custom-post-content-v2 .custom-post-excerpt {
  color: #ffffff;
  font-family: "Stratos", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 16px;
}

.custom-post-content .read-more {
  color: #c2ed63;
  font-family: "Stratos", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 27px;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
}

.custom-post-content .read-more:hover {
  color: #c2273d;
}

.custom-post-content .read-more:hover .read-more-icon svg {
  stroke: #c2273d;
}

.custom-post-content .read-more .read-more-icon svg {
  height: 10px;
  line-height: 27px;
  margin-left: 13px;
  stroke: #c2ed63;
  width: 24px;
}

.custom-post-list .custom-post-item.custom-post-item-v2 .custom-post-thumbnail {
  position: relative;
  min-height: 350px;
  width: 50%;
}

.custom-post-list .custom-post-thumbnail img {
  position: absolute;
  height: 100%;
  object-fit: cover;
  padding: 0;
  width: 100%;
}

.custom-post-list .custom-post-item-v2 .custom-post-thumbnail img {
  border-radius: 24px;
}

.custom-post-container-v2 .swiper-pagination-wrapper {
  bottom: 5px;
  display: flex;
  height: 40px;
  left: 0;
  position: absolute;
}


.custom-post-container.custom-post-container-v2 .swiper-button-prev:hover,
.custom-post-container.custom-post-container-v2 .swiper-button-next:hover,
#prev-arrow:hover,
#next-arrow:hover {
  background: #C2ED63;
}

.custom-post-container.custom-post-container-v2 .swiper-button-prev:hover svg path,
.custom-post-container.custom-post-container-v2 .swiper-button-next:hover svg path,
#prev-arrow:hover svg path,
#next-arrow:hover svg path {
  stroke: #051C2C;
}

.custom-post-container .swiper-button-prev:after,
.custom-post-container .swiper-button-next:after {
  display: none;
}

.custom-post-container .swiper-button-prev,
.custom-post-container .swiper-button-next,
.custom-post-container .swiper-pagination {
  position: relative;
}

.custom-post-container .swiper-pagination {
  width: auto !important;
}

.custom-post-container .swiper-button-prev,
.custom-post-container .swiper-button-next {
  border-radius: 50%;
  height: 40px;
  margin-top: 24px;
  width: 40px;
}

.custom-post-container.custom-post-container-v2 .swiper-button-prev,
.custom-post-container.custom-post-container-v2 .swiper-button-next {
  margin-top: -20px;
}

.custom-post-container.custom-post-container-v2 .swiper-button-prev {
  margin-left: -10px;
}

.custom-post-container.custom-post-container-v2 .swiper-pagination {
  margin: 37px 16px 0 !important;
}

.custom-post-container.custom-post-container-v2 .swiper-pagination {
  margin: 8px 16px !important;
}

.custom-post-container.custom-post-container-v2 .swiper-pagination-bullet {
  background: #C2ED63;
  border-radius: 8px;
  opacity: 1;
  height: 4px;
  width: 5px;
}

.custom-post-container.custom-post-container-v2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #C2ED63;
  height: 4px;
  width: 20px;
}


@media only screen and (min-width: 769px) {
  .visible-xs {
    display: none;
  }
  
  .custom-post-list .custom-post-thumbnail {
    height: 100%;
  }
}


@media only screen and (max-width: 768px) {
  
  .custom-post-list .custom-post-item.custom-post-item-v2 {
    flex-direction: column;
  }
  
  .custom-post-list .custom-post-item-v2 .custom-post-thumbnail,
  .custom-post-list .custom-post-item-v2 .custom-post-content {
    height: auto;
    width: 100% !important;
  }
  
  .custom-post-list .custom-post-item-v2 .custom-post-thumbnail {
    order: 1;
    margin-bottom: 32px;
  }
  
  .custom-post-list .custom-post-item-v2 .custom-post-content {
    order: 2;
  }
  
  .custom-post-list .custom-post-item-v2 .custom-post-content {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  
  .custom-post-list .custom-post-item-v2 .custom-post-content .custom-post-title {
    font-size: 24px;
    margin-bottom: 16px;
  }

  .custom-post-content-v2 .swiper-fake-pagination-wrapper {
    min-height: 40px;
    margin-top: 32px;
    width: 100%;
  }
  
}


