
.circle-list{
  display: flex;
  flex-direction: row;
  margin-top: 25px;
  justify-content: center;
  flex-wrap: wrap;
}

.cirlce-img{
  width: 150px;
}


@media only screen and (max-width: 750px) {
  .cirlce-img{
    width: 125px;
  }
}