.my-circle-img img {
  width: 150px;
  height: 150px;
  object-fit: cover;   /* docięcie do kwadratu */
  border-radius: 50%;
  border: 6px solid #009E83;
}

.img-original img {
  width: 600px;   /* tyle „wizualnie” na stronie */
  height: auto;
}

.img-map img {
  width: 400px;   /* tyle „wizualnie” na stronie */
  height: auto;
}

.img-round{
  overflow: hidden;
  border-radius: 25px;
}
.img-round img{
  display: block;
}

.text-white, 
.text-white * {
  color: #fff !important;
}

.img-round-15{
  overflow: hidden;
  border-radius: 10px;
}
.img-round img{
  display: block;
}