.box { background: #F3F4F9; padding: 20px; border-radius: 20px; margin-bottom: 15px; opacity: 0; transform: translateY(30px); }
.box p.p-big{font-size:88px;line-height:1;margin-bottom:0;}

/* Kolumna z boxami (trzecia kolumna) - dominuje w wysokości */
.col-md-4:last-child {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.animated-arrow{overflow:visible;}

@media only screen and (max-width:1280px) {
.image-column .gallery-team{width:100%;}
}

@media only screen and (max-width:768px) {
.image-column .gallery-team{max-height: 480px;margin-bottom:1rem;}
}
