.media_content *,
.media_content *:before,
.media_content *:after {
    margin: revert;
    padding: revert;
    box-sizing: revert;
}

.media_content {
    max-width: 720px;
}

.media_content img {
    max-width: 720px;
}

.media_content iframe {
    width: 100%;
    height: 400px;
    border-radius: 10px;
    margin-bottom: 50px;
}

.media_content p {
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    margin: 0;
}

.media_content h3 {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    margin-top: 30px;
    margin-bottom: 15px;
    /* or 133% */


    color: #FFFFFF;
}

.media_content li > ul {
    padding-left: 16px;
    margin-top: 10px;
}

.media_content li {
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}

.media_content ul > li {
    line-height: 24px;
    font-size: 16px;
}

.media_content ul > li::marker {
    list-style-type: circle;
}

.media_content .table {
    margin: 0;
}

.media_content .table p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.media_content .table td {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.media_content .table ul {
    margin: 0;
}

.media_content .table table {
    border-collapse: separate;
    border-spacing: 0 1em;
}

.media_content .table td {
    padding: 16px 40px;
    border-radius: 8px;
    border: 2px solid #272727;
}

.write-for-us-block {
    width: 100%;
    max-width: 720px;
    background: linear-gradient(264.46deg, #67D6EC 5.77%, #5466E3 89.78%);
    border-radius: 8px;
    padding: 20px;
}

.write-for-us-block .title {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #1B1B1B;
    margin-bottom: 5px;
}

.write-for-us-block .subtitle {
    font-size: 16px;
    line-height: 24px;
    color: #1B1B1B;
    margin-bottom: 30px;
}

.write-for-us-block .mail-button {
    width: 212px;
    background: #1B1B1B;
    border-radius: 8px;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    padding: 11px;
    cursor: pointer;
    text-decoration: none;
}




.document_content {
    font-family: "Arial", serif;
}

.document_content h1 {
    padding-top: 20pt;
    padding-bottom: 6pt;
    line-height: 1.0;
    page-break-after: avoid;
    orphans: 2;
    widows: 2;
    text-align: center;
    font-size: 20pt;
    font-weight: bold;
    font-family: "Arial", serif;
    margin: 18px 0;
}

.document_content h2 {
    padding-top: 18pt;
    padding-bottom: 6pt;
    line-height: 1.15;
    page-break-after: avoid;
    orphans: 2;
    widows: 2;
    font-size: 16pt;
    font-weight: 500;
    margin: 18px 0;
    font-family: "Arial", serif;
}

.document_content p {
    font-size: 11.5pt;
    line-height: 1.5;
    orphans: 2;
    widows: 2;
    font-family: "Arial", serif;
}

.document_content strong {
    font-size: 11.5pt;
    line-height: 1.5;
    orphans: 2;
    widows: 2;
    font-family: "Arial", serif;
    font-weight: 700;
}

.document_content a {

}

.document_content a:link {
    font-size: 11.5pt;
    line-height: 1.5;
    orphans: 2;
    widows: 2;
    font-family: "Arial", serif;
    color: #67C9EC;
}

.document_content a:visited {
    font-size: 11.5pt;
    line-height: 1.5;
    orphans: 2;
    widows: 2;
    font-family: "Arial", serif;
    color: #9a4dff;
}

