.collection__list-section {
  overflow: hidden;

  .collection__list-loop {
    margin-top: 40px;
    overflow: visible;
  }

  .section__heading {

    strong {
      font-weight: 400;
      letter-spacing: 0.01rem;
    }
  }

  .box-ratio {
    background-color: transparent;
    padding-bottom: 80% !important;
  }

  .collection__list-item {
    background-color: #E0EBF4;
    padding-block: 40px 70px;

    &:hover {
      .collection--title {
        color: #0F305B;
      }
    }
  }

  img {
    background-color: transparent;
    max-width: 195px;
    object-fit: contain;
    margin: auto;
  }

  .collection--title {
    color: #6E8297;
    font-size: 16px;
    transition: color 0.3s ease-in-out;
    font-weight: 300;
  }
}
