.blog-share .social-icons {
    display: flex;
    flex-direction: row;
    column-gap: 10px;
}
.blog-share .social-icons span {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    padding-right: 10px;
    display: grid;
    place-items: center;
    color: var(--color-body);
}
.blog-share .social-icons a {
    margin: 0;
}
.service-block .flickity-button {
    width: 40px !important;
    height: 40px !important;
    border: 1px solid #d1d1d1;
    border-radius: 90px !important;
    margin: 0 !important;
    opacity: 1;
}
.service-block .flickity-button svg {
    padding: 12px !important;
}
.service-block .flickity-button svg path {
    fill: #d1d1d1 !important;
}
.service-block .flickity-button:hover {
    background-color: var(--fs-color-secondary) !important;
    border-color: var(--fs-color-secondary) !important;
}
.service-block .flickity-button:hover svg path {
    fill: #0e4083 !important;
}
@media only screen and (max-width: 849.99px) {
    .blog-share {
        margin-top: 20px;
    }
}
@media only screen and (min-width: 850px) {
    .blog-share {
        margin-top: 55px;
    }
}
@media only screen and (min-width: 992px) {
    .service-block .flickity-button {
        top: -22%;
    }
    .service-block .flickity-button.next {
        right: 15px;
    }
    .service-block .flickity-button.previous {
        left: auto;
        right: 65px;
    }
}
