.blockInfo {
    background-color: white;
    height: auto;
    width: 40vw;
    border-radius: 30px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    margin: 30px 15px;
    display: block;
    padding: 30px;
}

.blockInfoLarge {
    background-color: white;
    height: auto;
    width: 80vw;
    border-radius: 30px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    margin: 30px 15px;
    display: block;
    padding: 30px;
}

.blueTop {
    height: 20px;
    width: 30vw;
    background-color: #1D97FF;
    border-radius: 10px;
    margin: 0 10px;
}

.fullBlueTop {
    height: 20px;
    width: 90vw;
    background-color: #1D97FF;
    border-radius: 10px;
    margin: 0 10px;
}

.whiteTop {
    background-color: white;
}

.redTop {
    background-color: #EC4857;
}

.center2 {
    width: 100%;
    display: flex;
    justify-content: center;
}

.poste {
    background-color: #ffd500;
    color: darkblue;
    padding: 30px 0;
    border-radius: 50px;
}

@media (max-width: 1080px) {
    .blockInfo {
        width: 70vw;
    }
    .center {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .imagePresentation {
        width: 80vw;
    }
}