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

body .custom-post-container.custom-post-container-v3 {
    background: transparent;
    margin-top: 0;
}

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

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

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

.custom-post-list .custom-post-item-v3.justify-content-start .custom-post-content {
    justify-content: start;
}

.justify-content-start .custom-post-list .custom-post-item-v3 .custom-post-content {
    justify-content: flex-start;
}

.custom-post-container-v3  .custom-post-list .custom-post-item-v3 {
    background: #051c2c;
}

.custom-post-container-v3.dark-color-schema  .custom-post-list .custom-post-item-v3 {
    background: transparent;
}


.custom-post-list .custom-post-content-v3 .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-v3 .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-v3 .custom-post-title a,
.custom-post-list .custom-post-content-v3 .custom-post-title {
    color: #FFFFFF;
    font-weight: 700;
    text-decoration: none;
}

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

.dark-color-schema .custom-post-list .custom-post-content-v3 .custom-post-title a,
.dark-color-schema .custom-post-list .custom-post-content-v3 .custom-post-title {
    color: #051C2C;
    font-weight: 700;
    text-decoration: none;
}

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

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

.dark-color-schema .custom-post-list .custom-post-content-v3 .custom-post-excerpt {
    color: #051C2C;
}

.custom-post-content.custom-post-content-v3 .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;
}

.dark-color-schema .custom-post-content.custom-post-content-v3 .read-more {
    color:#c2273d;
}

.dark-color-schema .custom-post-content.custom-post-content-v3 .read-more:hover {
    color: #051C2C;
}

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

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

.custom-post-content.custom-post-content-v3 .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-v3 .custom-post-thumbnail {
    position: relative;
    min-height: 380px;
    width: 50%;
}

.mh-390 .custom-post-list .custom-post-item.custom-post-item-v3 .custom-post-thumbnail {
    min-height: 390px;
}

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

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

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


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

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

.custom-post-container.custom-post-container-v3.dark-color-schema .swiper-button-prev:hover,
.custom-post-container.custom-post-container-v3.dark-color-schema .swiper-button-next:hover,
#prev-arrow:hover,
#next-arrow:hover {
    background: #051C2C;
}

.custom-post-container.custom-post-container-v3.dark-color-schema .swiper-button-prev:hover svg path,
.custom-post-container.custom-post-container-v3.dark-color-schema .swiper-button-next:hover svg path,
#prev-arrow:hover svg path,
#next-arrow:hover svg path {
    stroke: #fff;
}

.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-v3 .swiper-button-prev,
.custom-post-container.custom-post-container-v3 .swiper-button-next {
    margin-top: -20px;
}

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

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

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

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

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

.custom-post-container.custom-post-container-v3.dark-color-schema .swiper-pagination-bullet {
    background: #051C2C;
}

.custom-post-container.custom-post-container-v3.dark-color-schema .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #051C2C;
}

@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-v3 {
        flex-direction: column;
    }

    .custom-post-list .custom-post-item-v3 .custom-post-thumbnail,
    .custom-post-list .custom-post-item-v3 .custom-post-content {
        height: auto;
        width: 100% !important;
    }

    .custom-post-list .custom-post-item-v3 .custom-post-thumbnail {
        order: 1;
        margin-bottom: 32px;
    }

    .custom-post-list .custom-post-item-v3 .custom-post-content {
        order: 2;
    }

    .custom-post-list .custom-post-item-v3 .custom-post-content {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .custom-post-list .custom-post-item-v3 .custom-post-content .custom-post-title {
        font-size: 24px;
        margin-bottom: 16px;
    }

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

    .mh-390 .custom-post-list .custom-post-item.custom-post-item-v3 .custom-post-thumbnail {
        min-height: 380px;
    }

    .custom-post-list .custom-post-item-v3 .custom-post-content {
        padding: 0px;
    }

}