@media screen and (min-width: 1400px) {
.teams .img-fluid, .teams  .img-thumbnail {
min-width: 400px;
}
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
.zespół .d-grid .img-wrapper p {
line-height: 25px;
font-size: 17px;
}
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
.zespół .d-grid .img-wrapper p {
line-height: 22px;
padding: 1rem 1rem;
font-size: 15px;
}
}