h2 {
    font-weight: 600;
    font-size: 29px;
    line-height: 32px;
    color: #000;
    margin-bottom: 3px;
}
h3 {
    font-weight: 300;
    font-size: 29px;
    line-height: 32px;
    color: #333;
    margin-bottom: 20px;
}
h4 {
    font-weight: 600;
    font-size: 24px;
    line-height: 27px;
    color: #000;
    margin-bottom: 5px;
}
h5 {
    font-weight: 300;
    font-size: 24px;
    line-height: 27px;
    color: #333;
    margin-bottom: 15px;
}
p {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #000;
}
h2 + p,
h4 + p,
.title-container + p {
    margin-top: 14px;
}
