.text-gallery-block__content-images {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.text-gallery-block-images {
    width: 100%;
    max-width: 100%;
    max-height: 240px;
    height: 100%;
    object-fit: cover;
}
.text-gallery-block-image {
    max-width: 100%;
    width: 100%;
    max-height: 490px;
    height: auto;
    object-fit: cover;
}
.text-gallery-block__content-image--wrapper {
    margin-bottom: 20px;
}
.text_image {
    margin-top: 5px;
    font-size: var(--font-size-14);
    font-weight: 400;
    line-height: 155%;
    color: var(--secondary-text);
}