.buttonWrapper {
  width: 100%;
}

.catalogBlocks {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.sellSound {
  background: #F1F4F8;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 25px;
  text-align: center;
  width: 100%;
  justify-content: center;
}
.sellSound__title {
  min-height: 40px;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 25px;
  text-align: center;
  width: 100%;
}
.sellSound__description {
  width: 100%;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 25px;
  text-align: center;
}
.sellSound__button {
  margin-bottom: 35px;
}
.sellSound__image {
  height: 150px;
  width: 100%;
}
.sellSound__image .img {
  background-image: url("/public/images/sellSoundBlock.png");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 150px;
  max-width: 100%;
}

.buySound {
  box-sizing: border-box;
  background: linear-gradient(113.31deg, rgba(218, 15, 69, 0.52) -37.26%, rgba(218, 15, 69, 0) 23.89%), linear-gradient(329.57deg, rgba(218, 15, 69, 0.462) 1.51%, rgba(218, 15, 69, 0) 73.88%), #2A113E;
  padding: 25px;
  text-align: center;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.buySound__title {
  min-height: 40px;
  width: 100%;
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 25px;
  text-align: center;
}
.buySound__description {
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 25px;
  text-align: center;
}
.buySound__button {
  margin-bottom: 35px;
}
.buySound__image {
  height: 150px;
  width: 100%;
}
.buySound__image .img {
  background-image: url("/public/images/buySoundBlock.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  height: 150px;
  max-width: 100%;
}

@media screen and (min-width: 980px) {
  .sellSound {
    background-color: #FFF;
    width: 50%;
  }
  .sellSound__title {
    height: 48px;
  }
  .buySound {
    width: 100%;
  }
  .buySound__title {
    height: 48px;
  }
}
@media screen and (min-width: 1366px) {
  .sellSound {
    display: none;
    position: relative;
    overflow: hidden;
    height: 400px;
  }
  .sellSound__title {
    width: 60%;
    position: absolute;
    top: 100px;
    left: 0;
  }
  .sellSound .buttonWrapper {
    width: 60%;
    position: absolute;
    bottom: 80px;
    text-align: center;
    left: 0;
  }
  .sellSound__description {
    position: absolute;
    top: 180px;
    width: 60%;
    left: 0;
  }
  .sellSound__image {
    position: absolute;
    right: -80px;
    height: 380px;
    width: 50%;
  }
  .sellSound__image .img {
    height: 380px;
    width: auto;
  }
  .buySound {
    position: relative;
    overflow: hidden;
    height: 400px;
    width: 100%;
  }
  .buySound__title {
    position: absolute;
    top: 100px;
    left: 20px;
  }
  .buySound__description {
    position: absolute;
    top: 180px;
    max-width: 700px;
    transform: translateX(-50%);
    width: 100%;
    left: 50%;
  }
  .buySound .buttonWrapper {
    bottom: 30px;
    left: 20px;
    position: absolute;
    text-align: center;
    z-index: 100;
  }
  .buySound__image {
    position: absolute;
    right: 0;
    height: 325px;
    width: 70%;
    z-index: 99;
  }
  .buySound__image .img {
    background-image: url("/public/images/buySoundBockBig.png");
    background-position: right center;
    height: 325px;
    width: auto;
  }
}

/*# sourceMappingURL=catalogBlocks.css.map */
