.gm-feature-item > img {
    display: block;
    width: 54px;
    height: 54px;
    margin-top: 1px;
    border-radius: 50%;
    object-fit: contain;
}

@media (min-width: 331px) {
    .gm-feature-item > img {
        width: 70px;
        height: 70px;
        margin-top: 0;
    }
}
