.press_cards{display:grid;gap:100px 50px;grid-template-columns:repeat(2,1fr);margin:0 auto;max-width:1240px;width:100%}.press_cards-item{display:grid;grid-template-areas:"pressImage" "pressLogo" "pressContent";grid-template-rows:auto auto 1fr}.press_cards-photo{grid-area:pressImage;margin-bottom:32px;overflow:hidden;position:relative}.press_cards-photo:before{content:"";display:block;padding-top:75.6302%;width:100%}.press_cards-photo img{display:block;height:100%;left:0;object-fit:cover;position:absolute;top:0;width:100%}.press_cards-logo{grid-area:pressLogo;margin-bottom:30px}.press_cards-logo img{display:block;max-height:54px;width:auto}.press_cards-content{align-content:space-between;display:flex;flex-wrap:wrap;grid-area:pressContent}.press_cards-text{font-size:30px;line-height:125%;margin-bottom:0;padding-bottom:0;width:100%}.press_cards-text:not(:last-child){margin-bottom:30px}.press_cards-button{align-items:center;color:#000;display:inline-flex;font-size:18px;font-weight:600;gap:12px;letter-spacing:.1em;line-height:150%;text-decoration:none;text-transform:uppercase}.press_cards-button:focus,.press_cards-button:hover{color:#000}.press_cards-button:focus span,.press_cards-button:hover span{text-decoration-line:underline;text-underline-offset:3px}.press_cards-button svg{height:auto;width:18px}@media (min-width:1025px){.press_cards{gap:100px 50px}}@media (max-width:1024px){.press_cards{gap:90px 50px}.press_cards-logo,.press_cards-photo{margin-bottom:25px}.press_cards-logo img{max-height:30px}.press_cards-text{font-size:20px}}@media (max-width:767px){.press_cards{gap:80px 30px;grid-template-columns:repeat(auto-fit,minmax(min(220px,100%),1fr))}.press_cards-content{max-width:319px;min-height:132px}}