.desires {
  padding-top: 33px;
  padding-bottom: 66px;
  background-image: linear-gradient(to bottom, #52064a, #001c25);
  color: #fff; }
  .desires__item {
    margin-top: 32px;
    font-size: 16px;
    line-height: 20px;
    text-align: center; }

@media (min-width: 1200px) {
  .desires {
    padding-top: 40px;
    padding-bottom: 77px; }
    .desires__list {
      display: flex;
      flex-wrap: wrap;
      align-items: stretch;
      justify-content: space-around; }
    .desires__item {
      width: 30%;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      font-size: 24px;
      line-height: 30px;
      padding: 0 50px;
      margin-top: 66px; }
      .desires__item:not(:nth-child(3n + 1)):before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 9px;
        width: 2px;
        transform: rotate(19deg);
        background: #fff; }
      .desires__item:nth-child(3n + 1) {
        padding-left: 0; }
      .desires__item:nth-child(3n) {
        padding-right: 0; } }
