.content-service{display:grid;gap:10px;grid-template-columns:repeat(1,minmax(300px,1fr));grid-template-rows:repeat(2,minmax(200px,1fr));margin:2rem auto;max-height:fit-content;padding:0 10px;width:100%;&.service-flat{background:var(--color-white);display:flex;flex-wrap:wrap;gap:0;justify-content:center;margin:0 auto;padding:2rem 1rem;.each-service{border-left:1px solid #d5d5d5;padding:0 1rem;&:first-child{border-left:none}}a{border-bottom:1px solid transparent;color:currentColor;text-decoration:none;&:hover{border-bottom:1px solid}}}&.service-one-line{grid-template-columns:repeat(1,minmax(250px,1fr));grid-template-rows:repeat(1,minmax(200px,1fr));max-height:fit-content;@media (min-width:768.1px){grid-template-columns:repeat(3,minmax(250px,1fr));max-height:430px}}@media (min-width:768.1px){grid-template-columns:repeat(2,minmax(400px,1fr));max-height:430px}.each-service{position:relative;&:first-child{grid-row:1;@media (min-width:768.1px){grid-row:1/-1}}.service-picture{height:100%;overflow:hidden;width:100%;img{height:100%;object-fit:cover;object-position:center;width:100%}}.img-anchor{bottom:0;left:0;max-width:100%;position:absolute;z-index:2}}}