.services-images{display:flex;flex-direction:row;flex-wrap:no-wrap;justify-content:space-around}.service-image a{text-align:center}.service-image{align-items:center;background-color:var(--light-grey-color);border-radius:10px;display:flex;flex-basis:100%;flex-direction:column;height:184px;justify-content:flex-start;margin-bottom:40px;margin-left:5px;margin-right:5px;padding-top:32px;width:120px}.service-image:hover{background-color:var(--link-color)}.service-image .image-wrapper{margin-bottom:20px}.service-image .image-wrapper img{height:65px;width:auto}.service-image .text-wrapper{margin:0 auto;text-align:center;width:80px}.service-image .text-wrapper span{align-items:center;color:var(--link-color);display:flex;font-family:Helvetica,sans-serif;font-size:11px;font-weight:600;justify-content:center;line-height:16px;text-align:center}.service-image:hover .text-wrapper span{color:#fff}.services-images .service-image:last-child .image-wrapper img,.services-images .service-image:nth-child(2) .image-wrapper img{position:relative}@media only screen and (max-width:1024px){.services-images{flex-wrap:no-wrap}.service-image{flex-basis:25%}}@media only screen and (min-width:769px) and (max-width:1180px){.service-image .image-wrapper img{height:50px}}@media only screen and (max-width:768px){.services-images{flex-wrap:wrap}.service-image{flex-basis:40%}}@media only screen and (max-width:480px){.services-images{flex-wrap:wrap}.service-image{flex-basis:40%}}