.textblock
{
    width : calc(100% - 100px);

    margin : 0px;
    padding : 0px;

    padding-left : 50px;
    padding-right : 50px;
    padding-top : 10px;
    padding-bottom : 10px;

    display : flex;
    flex-direction : column;
    align-items: start;
    justify-content: center;
}

.textblock title
{
    width : 100%;

    margin : 0px;
    padding : 0px;

    display : flex;
    align-items : center;
    justify-content: center;
}

.textblock_title h2
{
    width : 100%;
}

.textblock_content
{
    width : 100%;

    margin : 0px;
    padding : 0px;

    display : flex;
    align-items : center;
    justify-content: center;
}

.textblock_content p
{
    width : 100%;

    margin : 0px;
    padding : 0px;

    line-height : 1.5em;
}