.article {
    font-size: 16px;
    line-height: 1.875;
    padding: 0 10px;
    padding-top: 10px;
    word-wrap: break-word;
    color: #262626;
}

.article p {
    max-width: 100%;
    margin-bottom: 15px;
    line-height: 25px;
	text-align: justify;
}

.article p a:hover {
    color: #0ab99d
}

.article a {
    border-bottom: 1px dashed #0ab99d;
    color: #262626;
}

.article a:hover {
    color: #0ab99d
}

.article img {
    visibility: visible;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0;
    transition: all .2s;
    transition: none;
    opacity: 1;
}

.article blockquote {
    line-height: 24px;
    padding: 10px 20px !important;
    margin: 15px 0 15px;
    background: #ebf7f5;
    border: 1px solid #18B89C;
    border-left: 3px solid #0ab99d;
}

#information-article-body h2 {
    color: #0ab99d;
    font-size: 20px;
    display: flex;
    align-items: center;
    margin-top: 15px;
    margin-bottom: 8px;
	font-weight: 600;
}

#information-article-body h3 {
    color: #0ab99d;
    font-size: 20px;
    display: flex;
    align-items: center;
    margin-top: 15px;
    margin-bottom: 8px;
	font-weight: 600;
}

#information-article-body h4 {
    font-size: 16px;
	font-weight: 600;
    display: flex;
    align-items: center;
    margin-top: 15px;
    margin-bottom: 8px;
}

#information-article-body div {
      border: 2px dashed #3ac1d8;
      background-color: #f6f9fa;
	  font-weight: normal;
	  padding: 15px 15px 15px 15px;
	  text-align: justify;
	  margin: 15px 0;
	  color: #ff8001;
}
