.service-list{padding:0;list-style-type:none;margin-top:30px;display:grid;grid-template-columns:repeat(5,1fr);grid-gap:80px}.service-list--item__menu ul{list-style-type:none;padding:0;text-decoration:none}.service-list--item__menu ul li a{text-decoration:none}.service-list--item__menu li:before{content:"\203A\00a0\00a0"}.service-list__item h3{margin-top:20px}.service-list__item h3 a{text-decoration:none}.service-list__item h3 a:hover{text-decoration:underline}.service-list .h3:before,.service-list h3:before{content:"";display:inline-block;width:1px;height:25px;margin-right:8px;margin-bottom:-2px;background-color:var(--accent-color-blue)}.module-style-green .service-list .h3:before,.module-style-green .service-list h3:before{background-color:var(--accent-color-green)}.module-style-red .service-list .h3:before,.module-style-red .service-list h3:before{background-color:var(--accent-color-red);background-color:var(--accent-color-yellow)}@media (max-width:750px){.service-list{grid-template-columns:repeat(2,1fr)}}@media (max-width:320px){.service-list{grid-template-columns:repeat(1,1fr)}}