.block-asgai {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.block-asgai h4 {
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 1rem;
}

.block-asgai .inscription-modules {
    width: 100%;
    margin-right: auto;
    order: 2;
}

@media screen and (min-width: 900px) {
    .block-asgai .inscription-modules {
        width: 47%;
        order: 1;
    }
}

.block-asgai .date-modules {
    width: 100%;
    gap: 1rem;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    order: 1;
    margin-bottom: 3rem;
}

@media screen and (min-width: 900px) {
    .block-asgai .date-modules {
        width: 47%;
        order: 2;
    }
}

.block-asgai .un-module {
    padding: 2rem;
    border-radius: 1.5rem;
    background-color: #7384CE;
    color: white;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    gap: 0 1rem;
}

.block-asgai .un-module h5 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
}

.block-asgai .un-module p {
    font-size: 18px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0;
}


.block-asgai .un-module.adminlabase {
    background-color: #73C4D6;
}

.block-asgai .nom-module {
    font-size: 20px;
    border-bottom: 2px solid white;
    font-weight: 700;
    padding-bottom: 0.3rem;
    margin-bottom: 1rem;
    width: 100%;
}

.block-asgai .dates-module {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0 1.4rem;
    font-size: 18px;
    width: 100%;
}