.related-news-container {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    text-align: center;
}

.related-news-container .related-news-title {
    color:#1C0F13;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px;
    padding-top: 10px;
    text-align: left;
}

.related-news-slider {
    position: relative;
    padding-bottom: 30px;
}
.related-news-container .swiper-slide {
   display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center; 
    width: 100%;
}

.related-news-item {
    text-decoration: none;
    color: #000;
}

.related-news-image img {
    width: 100%;
    height: auto;
    border-radius: 0px;
}

.swiper-pagination {
    margin-top: 15px;
}

.related-news-container .swiper-pagination-bullet {
    margin: 0 8px !important;
    width: 12px !important;
    height: 12px !important;
}
.related-news-container .swiper-pagination-bullet-active {
    
    background: #1AB2CA;
    width: 24px!important;
    height: 12px;
    border-radius: 6px;
}

@media (max-width:1025px) {
    .related-news-container {
        max-width: 100%;
    }

   .related-news-container .swiper-wrapper {
        display: flex;
        justify-content:normal!important;;
        
    }
    .related-news-container .related-news-title {
        font-size: 18px;
        line-height: 26px;
    }
}