.popular_cards_three{display:grid;gap:32px;grid-template-columns:repeat(3,1fr);margin-top:-200px}.popular_cards_three_card_img{border-radius:8px;height:100%;object-fit:cover;width:100%}.popular_cards_three_card{display:flex;height:400px;position:relative}.popular_cards_three_card_content{background:linear-gradient(0deg,rgba(23,25,44,.4),rgba(23,25,44,.4)),linear-gradient(180deg,transparent 50%,rgba(0,0,0,.3));border-radius:8px;display:flex;flex-direction:column;gap:8px;height:100%;justify-content:end;padding:32px;position:absolute;width:100%}.popular_cards_three_card_content:hover{align-items:center;transition:all .3s ease}.popular_cards_three_card_logo{height:40px;object-fit:contain;width:fit-content}.popular_cards_three_card_link,.popular_cards_three_card_link:active,.popular_cards_three_card_link:focus,.popular_cards_three_card_link:hover{align-items:center;color:var(--lemon-green);display:flex;font-family:var(--principal-font);font-size:16px;font-weight:600;gap:8px;letter-spacing:.01em;line-height:24px;text-decoration:none}.popular_cards_three_arrow{fill:#fff}.popular_cards_three_card_content:hover .popular_cards_three_arrow{fill:var(--lemon-green);transition:all .3s ease}@media(max-width:1024px){.popular_cards_three{grid-template-columns:1fr;margin-top:-155.5px}.popular_cards_three_card{height:311px}.popular_cards_three_card:nth-of-type(2) .popular_cards_three_card_content{align-items:start}.popular_cards_three_card:nth-of-type(2) .popular_cards_three_card_content .popular_cards_three_arrow{fill:#fff}}