.blog-title {
    margin-top: 50px;  /* Отступ сверху */
}
.single-post-title {
    margin-top: 50px;  /* Отступ сверху */
    margin-bottom: 1rem; /*  Можете добавить отступ снизу, если нужно */
}

 /* Выравнивание текста по левому краю */
.text-left {
     text-align: left !important;
 }
 /* Отступ сверху для заголовка страницы FAQ */
.faq-title {
    margin-top: 50px;
    margin-bottom: 1rem; /*  Небольшой отступ снизу  */
}

/* Отступ между секциями */
.question-part {
    padding-top: 0 !important;    /* Убираем верхний отступ */
    padding-bottom: 0 !important; /* Убираем нижний отступ */
    /* margin-top: 0 !important;  Если нужен margin, а не padding */
    /* margin-bottom: 0 !important; Если нужен margin, а не padding */
}
/* Добавляем отступ СНИЗУ только к ПОСЛЕДНЕЙ секции question-part */
.question-part:last-of-type {
    margin-bottom: 100px !important;
}

.rounded-image {
    border-radius: 20px;  /*  Радиус закругления 20 пикселей */
    overflow: hidden !important;
}

#price-copy.section {
    padding-top: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-bottom: 50 !important;
  }
  
  #price {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-bottom: 50 !important;
  }
  
  footer.footer-1 {
    padding-top: 10px !important; /* или 0px */
  }
  