.phytest-info-cards-wrapper{width:100%;background:#fff}.phytest-info-cards-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.phytest-info-card{background:#fbf6fe;border:1px solid #c991ef;border-radius:24px;padding:32px;transition:all .3s ease}.phytest-info-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px rgba(123,104,238,.15)}.phytest-info-card-title{font-family:'Lato',Helvetica,Arial,Lucida,sans-serif;font-size:32px;font-weight:500;color:#000;line-height:40px;padding-bottom:16px}.phytest-info-card-text{font-family:'Open Sans',Helvetica,Arial,Lucida,sans-serif;font-size:20px;font-weight:400;color:#000;line-height:28px}@media (max-width:1024px){.phytest-info-card{padding:25px}.phytest-info-card-title{font-size:20px;margin-bottom:14px}.phytest-info-card-text{font-size:14px}}@media (max-width:768px){.phytest-info-cards-grid{grid-template-columns:1fr;gap:20px}.phytest-info-card{padding:24px}.phytest-info-card-title{font-size:19px;margin-bottom:12px}.phytest-info-card-text{font-size:14px;line-height:1.6}}@media (max-width:480px){.phytest-info-card{padding:20px}.phytest-info-card-title{font-size:18px;margin-bottom:10px}.phytest-info-card-text{font-size:13px}}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.phytest-info-card{animation:fadeInUp .6s ease-out}.phytest-info-card:nth-child(1){animation-delay:0s}.phytest-info-card:nth-child(2){animation-delay:.1s}.phytest-info-card:nth-child(3){animation-delay:.2s}.phytest-info-card:nth-child(4){animation-delay:.3s}