@charset "utf-8";


img {
    max-width : auto;
}

	a {
color: black;  
text-decoration:none;
}
	
p {
   margin: 0.5em 0px;
}
h5 {
   margin: 0.5em 0px;
   font-weight: 100;
   max-width: 900px
	   	   
}

div{margin-bottom: 0px
}
.grid {
  display: grid;
  gap: 0px;
  grid-template-columns: repeat(2,1fr);
  max-width:700px;
  margin-top: 6%;
  margin-bottom: 10px;
}

.item {
	margin-bottom:  50px ;	   
}
	