.stars-cards{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:30px}.stars-cards .stars-card{display:-ms-flexbox;display:flex;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-ms-flex-pack:justify;justify-content:space-between;background-color:#f8f8f8;border-radius:var(--brs);width:30%}.stars-cards .stars-card.is-hidden{display:none}.stars-cards .stars-card:nth-child(3n),.stars-cards .stars-card:nth-child(3n+1){-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:start;justify-content:flex-start}.stars-cards .stars-card:last-child{-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:start;justify-content:flex-start}.stars-cards .stars-card:last-child .stars-card__title{font-size:27px}.stars-cards .stars-card__img{height:362px;border-radius:var(--brs);overflow:hidden}.stars-cards .stars-card__img img{width:100%;height:100%;object-fit:cover}.stars-cards .stars-card__title{font-size:max(1.6875rem,min(2.5469rem,2rem));margin-top:0;margin-bottom:10px}.stars-cards .stars-card__text{font-size:14px;color:rgba(36,36,36,.6)}.stars-cards .stars-card__text p{margin:0}.stars-cards .stars-card .card-desc{padding:18px 24px 30px}.stars-cards__more{text-align:center;margin-top:50px}@media (min-width:1200px){.stars-cards .stars-card{min-height:550px}}@media (max-width:960px){.stars-cards .stars-card{width:45%}}@media (max-width:640px){.stars-cards .stars-card{width:100%;max-width:500px}.stars-cards .stars-card:nth-child(even){-ms-flex-direction:column;flex-direction:column}}