﻿.download-flex {
    display: flex;
    align-items: center;
    gap: 20px;
    justifiy-content: center;
    max-width: 700px;
    width: 100%;
    margin: auto;
}
@media screen and (max-width: 579px) {
    .download-flex {
        gap: 0px;
        flex-direction: column;
    }
}
#breadcrumb, .breadcrumb-container {
    display: none;
}
.download-flex a {
    transition: 0.2s all;
}
.download-flex a:hover {
    transform: scale(1.1);
}