Problem with Icon List on Mobile version

Please paste the following code in the end of theme.css file.

@media screen and (max-width: 767px) {
    .shopify-section:first-child .home-section--content:first-child {
       margin-bottom: 3rem;
    }
.home-section--content.logolist--inner {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
}
}

results: