.card-big-img .img-holder{
    height: 80vh;
    margin-bottom: 14px;
}
.card-big-img .img-holder a{
    height: 100%;
    width: 100%;
}
.card-big-img .content .title{
    color: var(--title-color);
    font-style: italic;
    font-family: var(--secondary-fonts);
    font-size: 16px;
    line-height: 1.5;
    color: var(--text-color);
    text-align: center;
    font-weight: 400;
}
.video-slide{
    margin-bottom: 60px;
}
.video-slide .splide__pagination .splide__pagination__page.is-active {
    background-color: var(--white);
}
.video-slide .splide__pagination .splide__pagination__page {
    border-color: var(--white);
}
.image-slide-section .splide__pagination{
    bottom: -60px;
}
@media screen and (max-width: 1024px) {
    .card-big-img .img-holder{
        height: 75vh;
    }
}
@media screen and (max-width: 991px) {
    .card-big-img .img-holder{
        height: 50vh;
    }
}