.article{
display: flex;
align-items: center;
padding-bottom: 30px;
border-bottom: 1px solid lightgrey;
margin-bottom: 30px;
}  .post-content{
width: 100%;
}
.btn-secondary{
border: none;
padding: 0;
}
.post .post__entry{
padding: 0;
}
.post .post__entry h2{
font-size: 30px;
}
.post .post__entry .section-main{
padding: 0;
}
.post .post__entry h4{
font-size: 22px;
font-weight: 700;
margin-bottom: 0;
}
.section-slide .section__body p {
text-transform: uppercase;
}
.page-template-hot-topics .content--full .post .post__entry p,
.page-template-hot-topics .content--full .post .post__entry .btn-secondary{
margin-bottom: 0;
}
.page-template-hot-topics .section-slide .section__image,
.single-hot_topics_type .section-slide .section__image {
opacity: .6;
}
@media (max-width: 480px) {
.article{
display: block;
}
.post-thumbnail{
width: 100%;
margin-bottom: 15px;
}
.post-content{
width: 100%;
}
}