/* @format */

.start-selling-your-songs-container {
  display: flex;
  width: 100%;
}

@media (min-width: 1280px) {
  .start-selling-your-songs-container {
    align-items: center;
    justify-content: space-between;
  }
}

@media (max-width: 1280px) {
  .start-selling-your-songs-container {
    align-items: flex-start;
    flex-direction: column;
    gap: 36px;
  }
}

@media (max-width: 1024px) {
  .start-selling-your-songs {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    margin-top: 40px;
    text-align: center;
  }

  .start-selling-your-songs-container {
    align-items: center;
    gap: unset;
  }

  .with-reverbnation {
    margin-bottom: 24px;
  }

  .with-reverbnation img {
    height: 23px !important;
    vertical-align: -2px;
  }

  .start-selling {
    display: flex;
    flex-direction: column;
    margin-bottom: 4px;
    margin-top: -50px;
  }

  .build-your-career {
    margin-bottom: 36px;
  }

  .value-prop {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 47px;
  }

  .value-prop::after {
    box-shadow: inset 0 4px 10px #fff, inset 0 -5px 2px #fff;
  }

  @keyframes slideInUp {
    from {
        transform: translateY(150%);
      }

    to {
        transform: translateY(-150%);
      }
  }
}

@media (min-width: 1024px) {
  .start-selling-your-songs {
    align-items: center;
    display: flex;
    gap: 22px;
    margin-bottom: 80px;
    margin-top: 112px;
  }

  .with-reverbnation img {
    height: 50px;
    vertical-align: -3px;
  }

  .start-selling {
    display: flex;
    gap: 44px;
    left: -164px;
    position: relative;
    width: 120%;
  }

  .start-selling-your-songs-text {
    max-width: 580px;
  }

  .start {
    min-width: 120px;
    text-align: right;
  }

  .value-prop {
    flex-basis: 580px;
  }

  .value-prop::after {
    box-shadow: inset -10px 8px 10px #fff, inset 0 -5px 3px #fff;
  }

  @keyframes slideInUp {
    from {
        transform: translateY(100%);
      }
    to {
        transform: translateY(-100%);
      }
  }
}

.value-prop {
  overflow: hidden;
  position: relative;
}

.value-prop::after {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.value-prop span {
  position: absolute;
}
