.shopify-section .text--text-adverts__section-wrapper {
    padding: 0;
    text-align: center;
}
.text-advert-section .text-advert-section__item {
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 0 10px;
}
@media screen and (min-width: 769px) {
    .text-advert-section .text-advert-section__item {
        flex-grow: 1;
        flex-basis: 0;
    }
}
.text-advert-section .text-advert-section__item:not(.text-advert-section__item-inner--link) {
    display: flex;
    justify-content: center;
    align-items: center;
}
.text-advert-section .text-advert-section__item a,
.text-advert-section .text-advert-section__item span {
    display: block;
}
.text-advert-section .text-advert-section__item:first-child {
    border-left: 0;
}
.text-advert-section .text-advert__container {
    padding: 1rem 0;
}
@media screen and (min-width: 768px) {
    .text-advert-section {
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
    }
    .text-advert-section:last-of-type {
        border: 0;
    }
}
.text-advert-section .text-advert-section__header {
    font-size: 20px;
    font-weight: 700;
    padding: 0 10px;
    margin-top: 0;
    margin-bottom: 10px;
}
.text-advert-section .text-advert-section__sub-header {
    font-size: var(--body-font-size);
    padding: 0 10px;
    margin: 0;
    font-weight: 400;
    line-height: 1.5;
}
@media only screen and (max-width: 992px) {
    .text-advert-section .grid__item {
        border-left: 0;
    }
}
.text-advert-section .swiper-pagination {
    position: static;
    margin-top: -40px;
}
.text-advert-section .swiper-pagination .swiper-pagination-bullet {
    width: 44px;
    height: 44px;
    padding: 16px;
    margin: 0;
    opacity: 1;
    background: 0 0;
}
.text-advert-section .swiper-pagination .swiper-pagination-bullet .swiper-pagination-bullet-dot {
    border-radius: 50%;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0.1;
}
.text-advert-section .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active .swiper-pagination-bullet-dot {
    opacity: 1;
}
@media screen and (min-width: 768px) {
    .text-advert-section__item-inner {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0 2rem;
    }
    .text-advert-section__text-wrapper > * {
        display: block;
    }
}
.text-advert-section__icon-wrapper {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: normal;
}
.text-adverts__icon-size--large svg {
    width: 50px;
    height: auto;
}
.text-advert-section_link {
    margin-top: 10px;
    margin-bottom: 0;
}
.text-advert-section_link a {
    text-decoration: underline !important;
}
.text-advert-section_link a:hover {
    text-decoration: none !important;
}
