.main {
    position: relative;
}

.main h1 {
    padding-right: 75px;
}

.text h2 {
    font-size: 16px;
    line-height: 24px;
    padding: 0;
    margin: 0;
    width: 100%;
}

.text .h2-center {
    text-align: center;
    width: 100%;
}

.main .text-date {
    display: inline-block;
    position: absolute;
    top: 0px;
    right: 0;
    margin: 0;
    font-size: 16px;
    font-weight: bold;
}

.text img {
    padding: 0;
}

.text ul {
    list-style-type: none;
    font-size: 16px;
    padding: 0;
    margin: 10px;
}

.text ul li {
    margin-bottom: 10px;
}

.text p {
    margin: 10px 0;
    line-height: 32px;
    font-size: 16px;
    text-align: justify;
}

.text figure {
    padding: 0;
    display: inline-block;
    text-align: center;
    margin: 20px;
}

.text figure figcaption {
    font-size: 15px;
    line-height: 25px;
}

.text figure.image-left {
    float: left;
    margin: 10px 20px 10px 0;
}

.text figure.image-right {
    float: right;
    margin: 10px 0px 10px 20px;
}

.text figure.image-left img,
.text figure.image-right img {
   width: 100%;
}

.text figure.image-center,
.text figure.image-wide,
.text figure.video {
    width: 100%;
    max-width: 100%;
    margin: 0;
    text-align: center;
}

.text figure.image-center img {
    min-width: 50%;
}

.text figure.image-wide img {
    width: 100%;
    display: inline-block;
}

.text .quote {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 20px;
}

.text blockquote {
    font-size: 24px;
    line-height: 36px;
    margin: 0;
}

.text .quote figcaption {
    font-size: 16px;
    line-height: 15px;
    margin-top: 5px;
}

.text blockquote:before,
.text blockquote:after {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    position: relative;
    left: -10px;
    background: url(/static/style/images/quotation-left.svg);
    background-size: 100%;
}

.text blockquote:after {
    position: relative;
    left: initial;
    right: -10px;
    background: url(/static/style/images/quotation-right.svg);
    background-size: 100%;
}

.text figure.video iframe,
.text figure.video video {
    min-width: 50%;
    max-width: 60%;
}

@media screen and (max-width:768px) {
    .text h2,
    .text h3,
    .text h4 {
        text-align: center;
    }

    .main h1 {
        padding-right: 75px;
    }
    .main .text-date {
        font-size: 15px;
    }


}

@media screen and (max-width:620px) {
    .text p {
        text-align: left;
    }

    .text img,
    .text figure,
    .text iframe,
    .text video {
        width: 100%;
    }
}

