.infos_container {
    width: 100%;
    max-width: 1030px;
    margin: 0 auto;
    margin-top: 40px;
}

.infos {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-family: 'Exo 2', sans-serif;
}

.infos_title {
    font-size: 27px;
    line-height: 27px;
    font-weight: normal;
    color: #333;
}

.bold {
    font-weight: 600;
    color: #555;
    font-size: 18px;
}

.def {
    color: #555;
    font-size: 18px;
}

.list_title {
    color: #000;
    font-weight: 600;
    text-decoration: underline;
    cursor: pointer;
    font-size: 20px;
}

.list_title:hover {
    text-decoration: none;
    color: #747474;
}

.list {
    margin-left: 40px;
}

.infos_link {
    color: #000;
    text-decoration: underline;
    cursor: pointer;
}

.infos_link:hover {
    text-decoration: none;
    color: #747474;
}