
@media (min-width:768px){

.wrapper{

width: 70%;
margin: auto;
padding-top: 5rem;
text-align: justify;
}




/* Create two equal columns that floats next to each other */
.column {
    float: left;
    width: 50%;
    padding: 2%;
    font-size: 1.5rem;
  
  }
  


/* Create three equal columns that floats next to each other */
.column2 {
    float: left;
    width: 33.33%;
    padding: 1rem;

  }


  /* Clear floats after the columns */
  .row:after {
    content: "";
    display: table;
    clear: both;
  }

p
{
  font-size: 1.25rem;
}
  
}