@charset "UTF-8";/* Service Card */.services {    max-width: 341px;    margin: 0 auto;    text-align: center;}/* Image Container */.service-icon {    display: flex;    justify-content: center;    align-items: center;    height: 60px;      /* Keeps all cards aligned */    margin-bottom: 20px;}/* Image */.service-icon img {    width: 60px;       /* Adjust as needed */    height: 60px;    object-fit: contain;    display: block;}