.article-list {
    border-radius: 4px;
    margin: 1rem 0;
    padding: 2rem 0;
}
.article-list > p:first-child {
    font-size: 1.125rem; /*18px*/
}
.article-list > ul.list-disc li,
.article-list > ul {
    color: #7c878f;
}
ul.list-disc {
    list-style: none;
    margin-left: 0;
}
.main_content ul.list-disc li::before {
    margin-top: calc(0.5rem + 3px);
}
.rtl ul.list-disc {
    margin-right: 0;
    padding-right: 0;
}
ul.list-disc li {
    display: block;
    position: relative;
    margin: 0 0 22px;
}
ul.list-disc li::before {
    border-radius: 50%;
    background: #4caf50;
    content: '';
    display: block;
    height: 6px;
    width: 6px;
    margin-top: auto;
    margin-left: 0;
    position: absolute;
    left: 0;
    top: .55em;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.rtl ul.list-disc li::before {
    left: auto;
    right: 0;
    top: 0;
}
.article__footer {
    margin-top: 1rem;
}
.article__footer .button-group .button {
    min-width: 220px;
    width: auto;
}
.article__footer .button {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem 0;
    font-family: inherit;
    padding: 1.3333em 1.315em 1.0667em;
    -webkit-appearance: none;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out, border-color 0.25s ease-out;
    -o-transition: background-color 0.25s ease-out, color 0.25s ease-out, border-color 0.25s ease-out;
    transition: background-color 0.25s ease-out, color 0.25s ease-out, border-color 0.25s ease-out;
    font-size: 0.75rem;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background-color: #4caf50;
    color: white;
    text-transform: lowercase;
}
.article__footer .button::first-letter {
    text-transform: uppercase;
}
.article__footer .button:not(:last-child) {
    margin-right: 10px;
}
.rtl .article__footer .button:not(:last-child) {
    margin-right: 0;
    margin-left: 10px;
}
.article__footer .button-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.article__footer .button:hover,
.button:focus {
    background-color: #47a34a;
    color: white;
}
.article__footer .button.hollow {
    background-color: #fff;
    border-color: #e9edef;
    color: #252E37;
}
.article__footer .button.hollow:hover,
.button.hollow:focus {
    border-color: #252E37;
    color: #252E37;
}
.am_white_box a:not([class]) {
    text-decoration: underline;
}
.am_white_box a:not([class]):hover {
    text-decoration: none;
}
@media screen and (max-width: 767px) {
    .article-list {
        margin: 1rem -1rem;
        padding: 1rem;
    }
    .article-list > p:first-child {
        font-size: 1rem; /*16px*/
    }
    .article-list > ul {
        font-size: 0.875rem; /*14px*/
    }
    .article__footer .button-group .button {
        min-width: 100%;
    }
}
