.serv_item{width:100%}.serv_item a{text-decoration:none;width:100%;display:grid;grid-template-columns:250px 1fr 80px;align-items:center;transition:all .3s;height:160px;padding-top:20px}.serv_item{border-top:1px solid #deebef}.serv_item:last-child{border-bottom:1px solid #deebef}.serv_num{color:#000;font-family:"Nunito Sans";font-size:48px;font-style:normal;font-weight:300}.serv_text{color:#000;font-family:"Nunito Sans";font-size:26px;font-style:normal;font-weight:300}.serv_item svg{justify-self:end}.serv_item a:hover{background-color:lightgrey}@media screen and (max-width:880px){.serv_item a{grid-template-columns:80px 1fr 80px;gap:20px}.serv_text{font-size:18px}}@media screen and (max-width:550px){.serv_item a{grid-template-columns:80px 1fr 80px;grid-template-rows:auto;gap:0px;column-gap:20px;height:120px}.serv_num{grid-row:1;font-size:40px;line-height:1}.serv_item svg{grid-row:1;grid-column:3}.serv_text{grid-row:2;grid-column:1/span 3;align-self:baseline}}