.container {
    padding: 10px 0;
    /* padding-top: 125px; */
}

.container_width {
    max-width: 800px;
    margin: auto;
}

.content_page {
    padding: 0 15px 30px;
    color: #ffffff;
}

.content_page h2,
.content_page h2 span {
    font-size: 25px;
    line-height: 35px;
    font-weight: 700;
    margin-bottom: 12px;
    margin-top: 20px;
}

.content_page h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 20px;
}

.content_page p,
.content_page span {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 10px;
    text-align: justify;
}

.content_page a {
    color: #009cff;
    /* box-shadow: inset 0 -4px 0 #7be2af; */
    transition: 0.3s;
    font-weight: 700;
}

.content_page a:hover {
    background: #7be2af;
}

.content_page a span {
    color: #009cff;
}

.content_page figure p {
    margin: 0 !important;
    text-align: center !important;
}

.content_page ul {
    padding: 0 !important;
    padding-left: 30px !important;
    list-style: disc;
}

.content_page ol {
    padding-left: 30px;
    list-style: auto;
}

figcaption {
    font-size: 14px;
    text-align: center;
    font-style: italic;
    background: #ccc;
    line-height: 28px;
}

.content_page {
    font-size: 17px;
    font-weight: 400;
    line-height: 20px;
    max-width: 800px;
    margin-top: 40px;
    color: #fff;
    background: #2b244f;
    border: 1px solid #6a5fa4;
    border-radius: 4px;
    padding: 16px;
    position: relative;
    margin-bottom: 16px;
    max-width: 728px;
    margin: auto;
    margin-top: 40px;
}

.content_page li {
    margin: 10px 0;
}

.content_page h1 {
    font-weight: 700;
    font-size: 33px;
    line-height: 45px;
    color: #ffffff;
    margin-bottom: 10px;
}

.content_page img {
    width: 100%;
}

.content_page figure {
    width: 100%;
    margin: auto;
}

@media only screen and (max-width: 540px) {
    .content_page {
        padding: 0 10px;
    }

    .content_page h2,
    .content_page h2 strong {
        margin-bottom: 0;
        margin-top: 12px;
        font-size: 18px;
        line-height: 28px;
    }

    .content_page h1 {
        font-size: 26px;
        line-height: 34px;
    }.container_width {
    padding: 0 10px;
}
}