.main-menu .navbar-header .navbar-brand {
    margin-top: 0;
}

.noweb__image.expanded {
    max-width: 150px;
    margin-top: 0;
}

.noweb__image {
    display: block;
    width: 100%;
    max-width: 30px;
    margin-top: 20px;
}

.access__col > div {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.access__image {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.access__image img {
    display: block;
    max-width: 40px;
    width: 100%;
}

.access__text {
    height: 60px;
    display: flex;
    align-items: centere;
    justify-content: center;
}

.card-body {
    padding: 0.9375rem;
}

.access__wrapper {
    display: grid;
    gap: 1.875rem;
}

.noweb__card {
    height: 100%;
}

.card__infos p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

@media (min-width: 20em) {
    .access__wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1.875rem;
    }
}

@media (min-width: 28.125em) {
    .access__wrapper {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 1.875rem;
    }
}

@media (min-width: 56.25em) {
    .access__wrapper {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        gap: 1.875rem;
    }
}

.noweb__images {
    display: grid;
    gap: 1.25rem;
}

@media (min-width: 36em) {
    .noweb__images {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 68.75em) {
    .noweb__images {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 68.75em) {
    .noweb__images {
        grid-template-columns: repeat(4, 1fr);
    }
}

.noweb__form__image {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.noweb__form__image img {
    display: block;
    max-width: 100%;
}
