.Banner{ width: 100%; height: 500px; background: url(../img/default.png) no-repeat center center; background-size: contain;} .Content{ width: 60%; margin: auto; font-size: 2rem; text-align: justify; word-break: break-all;} .Content .title{ text-align: center; font-size: 3rem; font-weight: 600;} .Content section{ margin-bottom: 100px;}
@media only screen and (max-width: 768px) { .Content{ width: 100%; padding: 5%; font-size: 1.8rem;} .Content .title{ font-size: 2.4rem;} }