.wrapper{display:grid;grid-template-columns:repeat(3,minmax(3px,415px));grid-gap:10px;grid-auto-rows:minmax(50px,auto)}.wrapper-element{transition:transform .3s ease,box-shadow .3s ease;cursor:pointer;overflow:hidden;border-radius:20px}.wrapper-element:hover{transform:scale(1.02)}.one:hover{transform:scale(1)}.main-service-card{height:100px;display:flex;flex-direction:column;justify-content:center}.one{grid-column:1/2;grid-row:1}.two{grid-column:3/4;grid-row:1/5;height:350px}.three{grid-row:1/3;height:168px}.four,.three{grid-column:2/3}.four{grid-row:3/5;height:167px}.five{grid-column:1/2;grid-row:2/5;height:240px}.six{grid-column:1/2}.seven,.six{grid-row:5;height:189px}.seven{grid-column:2/4}@media (max-width:950px){.wrapper{grid-template-columns:repeat(2,minmax(3px,183px))}.two{grid-row:5;height:97px}.three{grid-column:2;grid-row:2/4;height:205px}.four{grid-column:1;grid-row:3;height:97px}.five{grid-row:4}.five,.six{height:97px}.six{grid-column:1;grid-row:2}.seven{grid-row:6;height:97px}.five,.one,.seven,.two{grid-column:1/3}}.serviceCard-container{position:relative;background-size:cover;background-position:50%;width:100%;height:100%;display:flex;justify-content:space-between}.serviceCard-topLeft{position:absolute;top:40px;left:40px;display:flex;flex-direction:column;align-items:flex-start}.serviceCard-icon{width:auto;height:36.64px}.serviceCard-text{color:#fff;font-size:32px;font-weight:700;margin-top:5px}.serviceCard-bottomRight{position:absolute;bottom:24px;right:24px}.serviceCard-link{color:#fff;font-size:16px;font-weight:500;text-decoration:underline;transition:background-color .3s;display:flex;justify-content:center;gap:8px}@media (max-width:950px){.serviceCard-topLeft{top:10px;left:20px}.serviceCard-icon{width:auto;height:24px}.serviceCard-text{color:#fff;font-size:20px;font-weight:700;margin-top:5px}.serviceCard-bottomRight{bottom:12px;right:12px}.serviceCard-link{font-size:14px}}