.img-max-logo{diplay:block;clear:both;width:100%;max-width:250px;margin-bottom:30px;}
.btn-primary{font-size:var(--font-size-small);font-weight:var(--weight-bold);}
article.detail{margin:20px auto !important;}
aside{display:none !important;}
.head-article{max-width:970px;margin:20px auto;}
.entry-content{max-width:970px;margin:20px auto;}
@media screen and (min-width: 901px) {
    main.detail > article {display:block;clear:both;width:100% !important;float:none !important;}
}
@media screen and (max-width:900px){
    .head-article h1{margin-left:12px !important;margin-right:12px !important;}
    .head-article .info-article{margin-left:12px !important;margin-right:12px !important;}
    .head-article figure figcaption{margin-left:12px !important;margin-right:12px !important;}
}
@media screen and (max-width:767px){
    .img-max-logo{max-width:180px;margin-top:25px;}
    .container.my-5{margin-top:20px !important;}
}