@charset "UTF-8";

/* section6 news
***************************************************************/


.single-container {
    width: 90%;
    max-width: 1240px;
    margin: 52px auto 0;
}

.single-title {
    font-size: 32px;
    font-weight: bold;
    color: #26499d;
    border-bottom: solid 1px #E1E6F0;
    margin-bottom: 25px;
}

.single-pic {
    margin-bottom: 35px;
    text-align: center;
}

.single-pic img {
    max-width: 100%;
    height: auto;
    width: auto;
    display: inline-block;
}

@media screen and (max-width: 680px) {
    .single-title {
        font-size: 26px;
    }

}

.single-content>* {
    margin: 20px 0;
}

h2.wp-block-heading {
    font-size: 22px;
    margin-top: 35px;
    color: #26499d;
    border-bottom: 1px solid #26499d;
    margin-bottom: 30px;
}

@media screen and (max-width: 680px) {

    h2.wp-block-heading {
        font-size: 20px;
    }

}