.content {
    float: left;
    width: 100%;
    padding: 20px;
    font-weight: 100;
    color: #2b2b29;
    text-align: left;
    font-size: 15px;

    font-size: 21px;
    font-weight: 400;

    color: rgba(0,0,0,0.84);
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}
.content :global p {
    padding: 0;
    margin: 0;
    margin-top: 29px;
}
.pointer {
    cursor: pointer;
    float: left;
    width: 100%;
}
.title {
    font-size: 42px;
    float: left;
    width: 100%;
    font-weight: 100;
    color: rgba(0,0,0,0.84);
    max-width: 700px;

    margin: 0 auto;
    float: none;
    text-align: left;

    font-weight: 600;
    line-height: 45px;

    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    
}

:global .ql-align-center {
    text-align: center;
}

.contentBlack {
    color: #2b2b29 !important;
}

.content img {
    max-width: 100%;
}

.content {
    font-size: 18px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
 }
 .content h1 {
    font-size: 30px;
    font-weight: 100;
 }
 .content h2 {
    font-size: 30px;
    font-weight: 100;   
    color: #666666;
 }
 
 .content h2 em {
    color: #666666 !important;
 }