.alternate-boxes{display:grid;gap:40px;grid-template-columns:1fr 1fr}.box-container{border-radius:10px;box-shadow:0 2px 8px rgba(0,0,0,.04);padding:24px;text-align:left;transition:transform .2s ease,box-shadow .2s ease}.box-container:hover{box-shadow:0 6px 14px rgba(0,0,0,.08);transform:translateY(-4px)}.box-container p:last-child{line-height:30px;margin-bottom:0}.box-container:nth-child(odd){background:linear-gradient(135deg,rgba(167,240,222,.2),rgba(33,214,170,.2))}.box-container:nth-child(2n),.box-container:nth-child(3),.box-container:nth-child(4n){background:linear-gradient(135deg,rgba(170,194,233,.2),rgba(90,147,237,.2))}.box-container:nth-child(4){background:linear-gradient(135deg,rgba(167,240,222,.2),rgba(33,214,170,.2))}@media (max-width:768px){.alternate-boxes{grid-template-columns:1fr}}