<!-- Ширина колонок таблицы в конкретном блоке -->
<style>
#rec1234567890 .quill-table__table col:first-child {
width: 25% !important;
}
#rec1234567890 .quill-table__table col:nth-child(2) {
width: 75% !important;
}
@media screen and (max-width: 640px) {
#rec1234567890 .quill-table__table col:first-child {
width: 32% !important;
}
#rec1234567890 .quill-table__table col:nth-child(2) {
width: 68% !important;
}
}
</style>