.news-article .container {
    max-width: 1400px;
}

.my-gallery {
    width: 100%;
    max-width: 800px;
    height: 500px;
    overflow: hidden;
    position: relative;
}

.my-gallery .swiper-slide {
    width: 100% !important;
    height: 100%;
}

.my-gallery .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.my-gallery .swiper-button-prev,
.my-gallery .swiper-button-next {
    width: 44px;
    height: 44px;
    background-color: rgba(255, 255, 255, 0.9);
    border: 2px solid #ffffff;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.my-gallery .swiper-button-prev:hover,
.my-gallery .swiper-button-next:hover {
    background-color: #0a2896;
}

.my-gallery .swiper-button-prev:hover:after,
.my-gallery .swiper-button-next:hover:after {
    color: #ffffff;
}

.my-gallery .swiper-button-prev::after,
.my-gallery .swiper-button-next::after {
    font-size: 18px;
    color: #0a2896;
    font-weight: bold;
}

.my-gallery .swiper-button-prev {
    left: 12px;
    padding-right: 3px;
}
.my-gallery .swiper-button-next {
    right: 12px;
    padding-left: 3px;
}

#slider-gallery-nav {
    background-color: rgba(255, 255, 255, 0.9);
    bottom: 0;
}

#slider-gallery-nav .swiper-pagination-bullet-active {
    background-color: #0a2896;
}
