#convince .square-img {
  width: 380px;
  min-width: 380px;
  height: 380px;
}

#convince .square-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#convince .nbr-indicator {
  font-size: 50px;
}

@media screen and (max-width: 992px) {
  #convince .nbr-indicator {
    font-size: 40px;
  }
}
