.about-h2 {
    margin-top: 24px;
    margin-bottom: 24px;
}

.about-text {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    color: #303030;
}

.about-text.about-text-margin {
    margin-bottom: 24px;
    margin-top: 24px;
}

.new-format-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 18px;
    background: #F8F8F8;
    border-radius: 12px;
    padding: 21px 15px 15px;
    margin-top: 10px;
    height: auto;
}

.new-format-picture {
    align-self: center;
}
.new-format-picture {
    height: 40px;
}
.new-format-picture img {
    width: auto;
    height: 100%;
}

.new-format-text {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.4;
    color: #000000;
}

.swiper-wrapper-format .swiper-slide {
    display: flex;
    justify-content: center;
}

.swiper-format .swiper-format-item img {
    border-radius: 12px;
}

@media (min-width: 768px) {
    .about-h2 {
        margin-top: 60px;
        margin-bottom: 30px;
    }
    .about-text {
        font-size: 20px;
    }

    .about-text.about-text-margin {
        margin-bottom: 30px;
        margin-top: 30px;
    }

    .new-formats-wrapper {
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
    }
    .new-format-item {
        width: calc(100% / 2 - 20px);
        min-height: 180px;
        gap: 0;
    }
    .new-format-picture {
        height: 56px;
    }
    .new-format-text {
        font-size: 14px;
    }

    .swiper-wrapper-format {
        display: flex;
    }

    .swiper-wrapper-format .swiper-format-item {
        width: calc(100% / 3 - 20px);
        padding-right: 0;
        padding-left: 0;
    }

}

@media (min-width: 992px) {
    .about-h2 {
        margin-top: 60px;
        margin-bottom: 40px;
    }
    .about-text {
        font-size: 24px;
    }
    .about-text.about-text-margin {
        margin-bottom: 40px;
        margin-top: 40px;
    }
    .new-formats-wrapper {
        gap: 24px;
    }
    .new-format-item {
        padding: 43px 30px 30px;
        width: calc(100% / 2 - 24px);
        min-height: 300px;
    }
    .new-format-picture {
        height: 90px;
    }
    .new-format-text {
        font-size: 24px;
    }

    .swiper-wrapper-format .swiper-format-item {
        width: calc(100% / 3 - 24px);
        padding-right: 0;
        padding-left: 0;
    }

}