.content-slider-section .swiper-horizontal>.swiper-pagination-bullets, 
.content-slider-section .swiper-pagination-bullets.swiper-pagination-horizontal, 
.content-slider-section .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 175px;
}

.content-slider-section .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, 
.content-slider-section .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
    background-color: transparent;
    border: 1px solid #8D8D8D;
    height: 12px;
    width: 12px;
    opacity: 1;
    margin-left: 10px;
    margin-right: 10px;
}   

.content-slider-section .description-text{
    padding-top: 80px;
}

.content-slider-section .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color: #8D8D8D;
}


.content-slider-section .description-text h2{
    font-size: var(--font-18);
    margin-bottom: 0px;
    padding-bottom: 5px;
}

.content-slider-section .description-text p{
    margin-bottom: 0;
}

.content-slider-section .custom-buttons-wrapper{
    margin-top: 75px;
}

.content-slider-section .slider-image img{
    width: 100%;
    object-fit: cover;
    aspect-ratio: 3 / 2;
    height: 100%;
    max-height: 700px;
    object-position: bottom center;
}

.content-slider-section a.btn-primary{
    font-size: var(--font-24);
}

@media screen and (max-width: 1024px){
    /* .content-slider-section .swiper-horizontal>.swiper-pagination-bullets, 
    .content-slider-section .swiper-pagination-bullets.swiper-pagination-horizontal, 
    .content-slider-section .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: 200px;
    } */
}

@media screen and (max-width: 768px){
    /* .content-slider-section .swiper-horizontal>.swiper-pagination-bullets, 
    .content-slider-section .swiper-pagination-bullets.swiper-pagination-horizontal, 
    .content-slider-section .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: 190px;
    } */
}