.service-card2-section{height:-moz-fit-content;height:fit-content;width:100%;max-width:100%;background-color:var(--white-color);border-radius:var(--border-radius);box-shadow:var(--all-side-box-shadow);z-index:2;margin-bottom:20px;padding:20px;cursor:pointer;justify-self:center;transition:transform .3s ease,box-shadow .3s ease}.service-card2-section:hover{transform:scale(1.02);box-shadow:var(--all-side-box-shadow)}.service-area2-section{width:100%;display:flex;justify-content:center;margin-bottom:3vh}.service-card2-section img{border-radius:var(--border-radius);width:100%;height:200px}.service-card2-section h2{color:var(--black-color);font-size:24px;margin-top:5px;height:30px;overflow:hidden}.service-card2-section p{color:var(--black-color);height:100px;overflow:hidden;padding-bottom:10px}.service2-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:20px;gap:20px;justify-content:center;width:100%}@media (max-width:768px){.service2-grid{grid-template-columns:repeat(1,1fr)}.service-card2-section img{border-radius:var(--border-radius);width:100%;height:150px}}@media (min-width:1024px){.service2-grid{grid-template-columns:repeat(3,1fr)}}