.mm-collection-banner-wrapper {
  padding: 10px 0 20px;

  img {
    width: 100%;
    height: auto;
    border: 2px solid #7A7A7A;
    object-fit: cover;
  }

  .col-image-container {
    display: flex;
    max-height: 150px;
  }

  .collection-hero__title {
    color: #374153;
    font-size: 20px;
    line-height: normal;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    font-weight: 400;
  }

  @media screen and (min-width: 768px) {
    .mm-collection-inner-banner {
      display: flex;
      gap: 20px;
      align-items: center;
    }

    .collection-hero__text-wrapper {
      width: 25%;
    }

    .col-image-container {
      width: 75%;
      max-height: 300px;
    }
  }

  @media screen and (min-width: 992px) {
    img {
      border: 4px solid #7A7A7A;
    }

    .col-inner-text {
      max-width: 290px;
    }

    .collection-hero__title {
      font-size: 30px;
    }
  }

  @media screen and (min-width: 1200px) {
    .collection-hero__title {
      font-size: 40px;
    }

    .collection-hero__text-wrapper {
      width: 40%;
    }

    .col-image-container {
      max-height: 415px;
      width: 60%;
    }
  }
}
