#section-blog {
    padding: 70px 0;
}
#section-blog .swiper-custom-pagination-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    padding-bottom: 10px;
    column-gap: 5px;
}
#section-blog .swiper-custom-pagination-wrapper .swiper-pagination:not(.swiper-pagination-bullets-dynamic) {
    top: 0;
}
#section-blog .swiper-button-next,
#section-blog .swiper-button-prev {
    position: relative;
    top: auto;
    bottom: -12px;
    width: 56px;
    height: 36px;
}
#section-blog .swiper-button-prev {
    left: -70px;
}
#section-blog .swiper-button-next {
    right: -70px;
}
#section-blog .swiper-button-next:after,
#section-blog .swiper-button-prev:after {
    content: '';
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="28.258" height="13.625" viewBox="0 0 28.258 13.625"><g transform="translate(626.652 3219.656) rotate(180)"><line x2="27.652" transform="translate(599 3213)" fill="none" stroke="%23003153" stroke-width="1"/><path d="M3265.445,2060.514l-4.445,7.033,4.445,6.029" transform="translate(-2662 1145.784)" fill="none" stroke="%23003153" stroke-width="1"/></g></svg>') center no-repeat;
    background-size: contain;
}
#section-blog .swiper-button-prev:after {
    transform: rotate(180deg);
}