



.content {

}
content p {
  font-family: 'Poppins', sans-serif;
}
.block{
  height: 200px;
  width: 250px;
  border: 1px solid #00306D ;
  margin: 20px;
  position: relative;


}
.block img {

  height: 100%;
  width: 100%;

}

.boxen {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  marg
}



@media (min-width: 900px){
  .content {


  position: relative;
  width: 50%;
  max-width: 70%;
  margin: 50px auto;
}
.block {
  height: 300px;
  width: 350px;
}

}
