#start {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px 0 24px 0;
}

.consult {
    border: 2px solid rgba(17, 51, 85, 0.07);
    box-sizing: border-box;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    padding: 40px 100px;
    margin-bottom: 40px;
}

.start-container {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin: 60px 0;
    flex-wrap: wrap;
}

.start-container > * {
    margin: 0 20px;
}

.appstores {
    display: flex;
    justify-content: center;
}

.appstores-links {
    display: flex;
    margin: 10px;
}

@media (max-width: 800px) {
    .consult {
        padding: 40px 0;
        width: 80%;
        border: none;
    }
    .mdc-tab-bar {
        width: 80%;
    }
}