@charset "utf-8";
/* CSS Document */

.seven h1 {
text-align: center;
    font-size:30px; font-weight:300; color:#222; letter-spacing:1px;
    text-transform: uppercase;

    display: grid;
    grid-template-columns: 1fr max-content 1fr;
    grid-template-rows: 27px 0;
    grid-gap: 20px;
    align-items: center;
}

.seven h1:after,.seven h1:before {
    content: " ";
    display: block;
    border-bottom: 1px solid #c50000;
    border-top: 1px solid #c50000;
    height: 5px;
  background-color:#f8f8f8;
}
.ralph-body {
text-align: center;
	width: 80%;
	margin: auto;
	text-align: justify;
	}
.ralph-body h2 {
	text-align: center;
}

.ralph img {
	max-width: 80%; height: auto; margin-left: auto; margin-right: auto; display: block; width: 80%; font-size: 1.5rem;
	
}