/*#region article.page-detail */
article.page-detail > header{
border-bottom: solid 1px #88888855;
  padding: 10px;
  font-size:18px;
  margin-bottom:20px;
  font-weight:bold;
}

article.page-detail section {
  border: solid 1px #88888855;
  padding: 10px;
  border-radius: 10px;
}

article.page-detail aside > img{
  position: sticky;
  top: 10px;
  width: 100%;
  border-radius: 10px;
}

/*#endregion */
/*#region responsive */
/* Monitor */
@media (min-width: 768px) and (max-width: 992px) {
}

/* Tablet */
@media (min-width: 576px) and (max-width: 768px) {
    
}

/* Phone */
@media (max-width: 576px) {
    
}

/*#endregion */
