/* Universal breakpoints */
.marketplace-banner {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  padding: 40px 120px;
  gap: 64px; }
  @media (max-width: 991px) {
    .marketplace-banner {
      padding: 40px 50px;
      gap: 40px; } }
  @media (max-width: 767px) {
    .marketplace-banner {
      flex-direction: column;
      padding: 20px; } }
  .marketplace-banner__text, .marketplace-banner__cta {
    width: 400px; }
  .marketplace-banner__text {
    color: white; }
    @media (max-width: 767px) {
      .marketplace-banner__text {
        max-width: 100%; } }
    .marketplace-banner__text h2 {
      font-size: 64px;
      line-height: 68px;
      margin: 0; }
      @media (max-width: 991px) {
        .marketplace-banner__text h2 {
          font-size: 42px;
          line-height: 48px; } }
    .marketplace-banner__text p {
      font-size: 18px;
      line-height: 24px;
      margin: 0;
      margin-top: 24px; }
      @media (max-width: 991px) {
        .marketplace-banner__text p {
          font-size: 16px;
          margin-top: 8px; } }
  .marketplace-banner__cta {
    display: flex;
    align-items: center; }
    .marketplace-banner__cta a {
      text-align: center;
      width: 100%;
      font-size: 20px; }
    @media (max-width: 767px) {
      .marketplace-banner__cta {
        width: 100%; } }
