
/* blog-post-header */
.display-1.lh{
font-size: 4.28rem;
line-height: 1.2;
letter-spacing: -0.025em;
margin:0;    
}

.display-1.lh span{
display:block;    
}

.posted-on {
    font-size: 1.142rem;
    margin-bottom: 3rem;
}

.entry-description {
    letter-spacing: 0;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 4.8rem;
    margin-top: 0;
}

.finishing-statement p{
  font-family: 'Libre Baskerville', serif;
  font-size: 1.342rem;
  line-height: 1.875;
}

@media (max-width: 1440px){
.post-thumbnail {
    padding: 16.4rem 15px 5rem;
}

}

@media (max-width: 1280px){
.post-thumbnail {
    padding: 12.4rem 15px 5rem;
}

.display-1.lh{
font-size: 3.58rem;
line-height: 1.2;
letter-spacing: -0.025em;
margin:0;    
}
}

@media (max-width: 1024px){
.post-thumbnail {
    padding: 10.4rem 15px 3rem;
}

}

@media (max-width: 767px){
.display-1.lh{
font-size: 36px;
line-height: 1.2;
letter-spacing: -0.025em;
margin:0;    
}
.page-content.aj-marge {
    margin-top: 4.2rem;
}
}

@media (max-width: 480px){
.post-thumbnail {
    padding: 8.4rem 15px 1rem;
}
.display-1.lh span{
display:inline    
}
.display-1.lh{
font-size: 30px;
line-height: 1.2;
letter-spacing: -0.025em;
margin:0;
}
.title-info {
    font-size: 1rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0;
}
	}
