.intro_home .container {
    display: flex;
    flex-direction: column;
}

.quick_access_temp {
    width: 100%;
    height: initial;
}

.quick_access .options.active {
    display: flex;
    flex-wrap: wrap;
}

.quick_access .item {
    flex: 0 0 calc(120px - 4px);
}