.lookbookSection2 {
  padding: 80px 0;
}

.lookBookCard {
  position: relative;
  background: #ecf5f4;
  border-radius: 8px;
  overflow: hidden;
  height: 390px;
  display: flex;
  align-items: center;
}

.lookBookCard .lbContent {
  position: relative;
  z-index: 2;
  padding-left: 50px;
  max-width: 55%;
}

.lbContent h3 {
  font-size: 15px;
  color: #7b9496;
  margin-bottom: 8px;
}

.lbContent h2 {
  font-size: 34px;
  line-height: 1.3;
  color: #52586d;
  margin-bottom: 15px;
}

.ulinaLink {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  color: #52586d;
  text-decoration: none;
}

.ulinaLink i {
  color: #7b9496;
  margin-right: 6px;
}

.lookBookCard img {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}


.lookBookCard::before {
  content: "";
  position: absolute;
  top: 0;
  left: -70%;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.6) 100%);
  transform: skewX(-25deg);
  transition: 0.7s;
  z-index: 1;
}

.lookBookCard:hover::before {
  left: 120%;
}

.circle img,
.big-circle img,
.big-circle-2 img,
.circler2 img,
.circleglasses img {
  max-width: 100%;
  height: auto;
}

.circle-r3 img {
  top: -79px;
  max-width: 84%;
}

.circleglasses img {
  top: 37px;
}

@media (max-width: 991px) {

  .lookBookCard {
    height: 320px;
    margin-bottom: 25px;
  }

  .lookBookCard .lbContent {
    max-width: 60%;
    padding-left: 30px;
  }

  .lbContent h2 {
    font-size: 28px;
    line-height: 1.25;
  }

  .circle-r3 img {
    top: -77px !important;
    max-width: 76%;
  }
}


@media (max-width: 768px) {

  .lookbookSection2 {
    padding: 16px 0;
  }

  .circle-r3 img {
    top: -78px !important;
    max-width: 86%;
  }

  .lookBookCard {
    height: 300px;
    margin-bottom: 20px;
  }

  .lookBookCard .lbContent {
    max-width: 70%;
    padding-left: 25px;
  }

  .lbContent h3 {
    font-size: 14px;
  }

  .lbContent h2 {
    font-size: 24px;
    line-height: 1.2;
  }

  .ulinaLink {
    font-size: 13px;
  }
}


@media (max-width: 575px) {

  .lookBookCard {
    height: 260px;
  }

  .lookBookCard .lbContent {
    max-width: 80%;
    padding-left: 20px;
  }

  .lbContent h2 {
    font-size: 23px;
  }

  .lookBookCard img {
    object-position: center right;
  }

  .circle-r3 img {
    top: -40px !important;
  }
}

@media (max-width: 1240px) {
  .circle-r3 img {
    top: -40px;
  }

  .circle-r3 {
    width: 165px;
    top: -21px;
  }

}


@media (max-width: 400px) {
  .circle-r3 img {
    top: -63px !important;
    max-width: 83% !important;
  }
}

@media (max-width: 1020px) {

  .collection-card.small {
    width: 307px;
  }
}
@media (max-width: 400px) {
  .circle-r3 img {
    top: -53px !important;
    max-width: 83% !important;
  }
}