html body {
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    font-family: "Roboto", sans-serif;
}



.container-info {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
}
.title-info {
    display: flex;
    font-size: 26px;
    width: 80%;
    text-align: center;
    justify-content: center;
    margin: 30px 0;
}
.sub-title-info {
    display: flex;
    font-size: 14px;
}
.title-info-h2 {
    display: flex;
    font-size: 20px;
    margin: 30px 0 0 0;
}
.text-info {
    display: flex;
    gap: 5px;
    font-size: 16px;
    margin: 20px 0 0 0;
    width: 75%;
    line-height: 20px;
}

.text-strong {
    font-weight: 600;
}



