@charset "utf-8";

table.info {
    width: 100%;
    float: none;
}

h3 {
    font-weight: bold;
    margin-bottom: 10px;
    box-shadow: 0px -10px 0px 0px #f2c831 inset;
   display: inline-block;

}

.box p{
  margin-bottom: 20px;
}



@media only screen and (max-width: 768px) {
    article p {
        text-align: justify;
    }

  h3{
    box-shadow: none;
  }
  
}
