#agence {
    .square-img {
      width: 380px;
      min-width: 380px;
      height: 250px;
      img {
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
    }
  }