.downloadSection{
    display:inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap:34.2px;
}

.downloadSection a,.downloadSection a img{
    display: block;
}



@media only screen and (max-width: 767px) {
    .downloadSection{gap:22px;}
    .downloadSection a,.downloadSection a img{ width:160px; }
}
@media only screen and (max-width: 575px) {
    .downloadSection{gap:6px;}
    .downloadSection a,.downloadSection a img{ width:140px; }
}
@media only screen and (max-width: 420px) {
    .downloadSection a,.downloadSection a img{ width:120px; }
}



