body {

    .wtb-blog {
        .attachment-home-blog-thumb {
            width: 100%;
        }

    }

    .blog-swiper {
        .swiper-button-next:after {
            content: "\f061";
        }
        .swiper-button-prev:after {
            content: "\f060";
        }
        .swiper-button-next, .swiper-button-prev {
            &:after {
                font-family: "Font Awesome 5 Pro";
                display: block;
                height: 40px;
                width: 40px;
                min-width: 40px;
                background-color: var(--wb-color-blue-dark) !important;
                color: #fff !important;
                text-align: center;
                line-height: 40px;
                font-weight: 600;
                font-size: 16px;
                border-radius: 50%;
                border: 1px solid #fff;
            }
        }
    }

}