.main{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wrap{
margin-top: 20px;
display: flex;
flex-wrap: wrap;
margin-bottom: 50px;
justify-content: center;
}
figure {
    width: 120px;
    height: 120px;
    margin : 10px;
    text-align: center;
    margin:40px;
}
figcaption
{
    font-family:Georgia, 'Times New Roman', Times, serif;
    color: black;

}
a{
  text-decoration: none;
}
@media (max-width: 1200px){
  .wrap a {
    width: 120px;
    height: 120px;
    margin: 30px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
}