main {
    margin: 5px 30px 0 30px;
}

.titleArticle {
    font-family: ReithSans, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 44px;
    color: rgb(20, 20, 20);
    line-height: 48px;
}

.authorName {
    font-family: ReithSans, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    color: rgb(20, 20, 20);
    line-height: 22px;
}

.hook {
    font-family: Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    color: rgb(20, 20, 20);
    line-height: 22px;
}

p {
    font-family: Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: rgb(20, 20, 20);
    line-height: 28px;
}

.text-left {
    text-align: left;
    padding-left: 5vw;
}