.services-section{flex-wrap:wrap;justify-content:space-around;padding:20px;display:flex}.service-card{color:#365e32;cursor:pointer;background:#fff;border:1px solid #fff0;border-radius:8px;width:30%;max-height:200px;margin:20px;padding:20px;transition:transform .3s,max-height .3s,height .3s;overflow:hidden;box-shadow:0 2px 8px #0000001a}.service-card.open{height:auto;max-height:none}.service-card:hover{transform:translateY(-5px);box-shadow:0 5px 27px 4px #000000a3}.service-card h2{margin-top:0;font-size:1.5em}.service-card p{color:#b4b4b4;margin-bottom:10px}.service-details{margin-top:10px;display:none}.service-card.open .service-details{display:block}.service-details ul li{margin-bottom:5px}@media (max-width:1024px){.service-card{width:45%}}@media (max-width:768px){.service-card{width:100%}}
