.container{
    padding-top: 80px;
	}


h1 {
	text-align: center;
}

.spc.image {
    padding: 20px;
}

.meta {
    display: none;
}

img {
    border-radius: 10px;
}

/* Tablet (≤ 992px) */
@media (max-width: 992px) {
 h1 {
	 font-size: 2rem;
 } 
 p {
	font-size: 1rem
 }
}

/* Mobile (≤ 768px) */
@media (max-width: 768px) {

	
}

/* Small Mobile (≤ 480px) */
@media (max-width: 480px) {
 h1 {
	 font-size: 1rem;
 } 

 p {
	font-size: .75rem
 }

}
