.icon-holder {
    display: flex;
    align-items: center;
}

.icon-holder img {
    width: 50px;
}
@media (min-width: 320px) and (max-width: 800px) {
    .tabs {
        display: block !important;
        text-align: center;
    }
    .tabs button.tab {
        padding: 12px !important;
        margin-bottom: 1rem !important;
    }
}
