.container {
    font-size: 14px;
    width: 100%;
    color: #121212;
    padding: 60px 20px;
    box-sizing: border-box;
}

.title {
    font-size: 18px;
    font-weight: bold;
    width: 100%;
    text-align: center;
}

.line-text {
    text-decoration: underline;
    font-weight: bold;
}

p {
    text-indent: 2em;
}

h2 {
    font-weight: bold;
    font-size: 14px;
}
