/* Фон всей страницы (область за блоками) */
body {
  background-color: #dcb3b9 !important;
}

/* Общие стили для скруглённых блоков */
.uc-rounded-50px,
.uc-rounded-2 {
  border-radius: 60px !important; /* Новое скругление */
  overflow: hidden !important;
  margin-bottom: 20px; /* Отступ между блоками */
}

/* Только для .uc-rounded-50px - бирюзовый фон */
.uc-rounded-50px {
  background-color: #7dc0b9 !important;
}

/* Десктоп: ширина 80% + центрирование */
@media (min-width: 1200px) {
  .uc-rounded-50px,
  .uc-rounded-2 {
    width: 80% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

/* Важно! Сбрасываем фон у внутренних контейнеров Tilda */
.uc-rounded-2 .t-container,
.uc-rounded-2 .t396__artboard,
.uc-rounded-2 .t-section__container {
  background-color: transparent !important;
}