*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    background-color: #fff;
}
p{
    font-size: 12pt;
    line-height: 2;
}



/*Section text*/
.section__text{
    margin: 30px auto !important;
}
.section__text h2{
    font-size: 24pt;
    margin-bottom: 20px;
}