/*

for testing purposes

.title{
  color:orange;
}

*/



body {
  padding-bottom: 100px;
}

img{

  width:100%;

}


.articles article {
  padding-bottom: 1.4em;
  margin-top: 2.4em;
 
}

.articles article p {
  font-size: 18px; 
  line-height: 27px;
}

.content{

  font-size: 18px; 
  line-height: 27px;
  margin-bottom:25px;

}

h2 {
  margin:3px;
}

.front-image{
  border-radius:10px;
}

.articles article:last-child {
  border-bottom: none;
}

.info > span {
  margin-right: 1em;
}






