@charset "UTF-8";
body section.content{
  padding:2rem 0;
}
/* -- Mobile ---------------------------------------------------------------- */
@media only screen 
  and (max-width: 1180px){
  body section.content p{
    width:95%;
    font-size:1.8rem;
  }
}
