.layout {
    padding: 40px 16px 80px;
    align-items: center;
    display: flex;
    flex-direction: column;
    background-color: white;
}

.content {
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    max-width: 640px;
    color: #000;

}

p {
    font-size: 16px;
    font-weight: 400;
}

.title_1 {
    font-size: 18px;
    font-weight: 700;
}

.title_2 {
    font-size: 17px;
    font-weight: 600;
}

.title_3 {
    font-size: 16px;
    font-weight: 600;
}

.text{
    font-size: 16px;
    margin-top: 8px;
}