.section-text-gallery-block .swiper-pagination{
    justify-content: center;
}
.section-text-gallery-block .badge{
    background: var(--color-grey-1);
    border: var(--border-style-1);
    border-radius: 50px;
    padding: 5px 12px;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.3px;
    vertical-align: middle;
    color: var(--color-grey-10);
}
.section-text-gallery-block .header{
    font-weight: 500;
    font-size: 18px;
    line-height: 36px;
    letter-spacing: -0.75px;
    vertical-align: middle;
    color: var(--color-white);
}
.section-text-gallery-block .text-gallery-slider-wrapper picture{
    border-radius: 12px;
    width: 100%;
    aspect-ratio: 341 / 231;
}
.section-text-gallery-block .text p:last-child{
    margin-bottom: 0;
}
@media screen and (min-width: 1200px) {
    .section-text-gallery-block .badge{
        font-size: 14px;
    }
    .section-text-gallery-block .header{
        margin-bottom: 32px;
        font-size: 32px;
        line-height: 36px;
    }
    .section-text-gallery-block .btn{
        margin-top: 48px;
    }
}