

.telegram-section__body-block {
    margin-bottom: 30px;
}
.telegram-section__body-block-gallery {
    display: grid;
    grid-template-columns: 1fr 1fr;

    gap: 10px;
    margin-bottom: 20px;
}
.telegram-section__body-block-gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.telegram-section__body-block-text {
    margin-bottom: 20px;
}