/* CONTAINER 1 */

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

.con-main1 {
    width: 714px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.hc-title {
    font-size: 40px;
    margin: 0 0 0 0;
}

.hc-subtitle {
    font-size: 18px;
    font-style: italic;
    margin: 10px 0 0 0;
}

.btn-ressorts {
    width: 174px;
    height: 48px;
    border-radius: 3px;
    margin: 20px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background-color: #2c6c8bff;
    cursor: pointer;
    text-decoration: none;
}

.btn-ressorts:hover {
    background-color: #ffffff;
    color: #2c6c8bff;
    border: 1px solid black;
}

.btn-ressorts > p {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    background-color: transparent;
}

.con-main1-2 {
    width: auto;
    height: 150px;
}

/* CONTAINER 2 */

.con-center2 {
    display: flex;
    justify-content: center;
    margin: 100px 0 0 0;
}

.con-main2 {
    width: 714px;
}

.main2-1 {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
}

.main2-2 {
    font-size: 18px;
    margin: 25px 0 0 0;
}

/* CONTAINER 3 */

.con-center3 {
    display: flex;
    justify-content: center;
    margin: 100px 0 0 0;
}

.con-main3 {
    width: 714px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.vision {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
}

.vision-text {
    font-size: 18px;
    margin: 30px 0 0 0;
}

.main3-2 {
    width: auto;
    height: 120px;
}

/* CONTAINER 4 */

.con-center4 {
    display: flex;
    justify-content: center;
    margin: 100px 0 0 0;
}

.con-main4 {
    width: 714px;
}

.zivilisation {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
}

.zivilisation-text {
    font-size: 18px;
    margin: 30px 0 0 0;
}

/* CONTAINER 5 */



/* Mobile */

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

@media (max-width: 555px) {
    .hc-subtitle, .btn-ressorts > p, .con-main2 *, .con-main3 *, .con-main4 * {
        font-size: 11px;
    }
    .hc-title {
        font-size: 25px;
    }
    .btn-ressorts {
        width: 112px;
        height: 31px;
    }
    .con-main1-2 {
        height: 80px;
    }
    .main3-2 {
        width: auto;
        height: 75px;
    }
    .con-center2, .con-center3, .con-center4 {
        margin: 40px 0 0 0;
    }
    .main2-2, .vision-text, .zivilisation-text {
        margin: 5px 0 0 0;
    }
}