/** Нужен для быстрых фиксов типа "подровнять" или "подвинуть" **/

:root {
    --primary-yellow: #E1F0E2;
}


#start .section__item.yellow {
    background: #F5F5F5;
}


.big-button {
    background: linear-gradient(90deg, #D6F9B3 0%, #A8DB81 100%);
}

.big-button.black {
    background: linear-gradient(90deg, #FFF 0%, #C4F0A7 100%);
}

#start h1 {
    color: #D07F29;
}

#start .selected {
    -webkit-text-fill-color: #D07F29;
}

.selected {
    background: #D07F29;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

#price .section__container {
    overflow: visible;
}

#composition .section__image {
    height: 800px;
    max-width: 420px;
  }

  @media (max-width: 768px) {
    #where .section__image, #why .section__image {
      object-position: center center;
      max-height: 220px;
    }
  }