.con-center1 {
    display: flex;
    justify-content: center;
}

.con-main1 {
    width: 714px;
}

.ressorts-title {
    font-size: 40px;
    margin: 0 0 25px 0;
    font-weight: 600;
}

.ressorts-text {
    font-size: 18px;
    margin: 25px 0 0 0;
}

/* Mobile */

@media (max-width: 750px) {
    .con-main1 {
        width: 90vw;
    }
}

@media (max-width: 555px) {
    svg {
        width: 15px;
        height: auto;
    }
    .con-main1 * {
        font-size: 11px;
    }
    .ressorts-title {
        font-size: 25px;
    }
    .con-center1 {
        margin: 40px 0 0 0;
    }
    .ressorts-text {
        margin: 5px 0 0 0;
    }
}