
.wrapper{
    display: flex;
    align-items: center;
    flex-direction: column;
}
.about_us_p{
    height: 50vh;
    background-image: url('../img/wał.jpg');
    margin-top: -7vh;
    box-shadow: 0 4px 30px -2px rgba(0, 0, 0, 0.5);

}

.about_us_p .black h1{
    font-size: 6rem;
    color: white;
    padding: 0;
    margin: 0;
    border-bottom: none;
}
.about_us_p .black{
    display: flex;
    align-items: center;
    justify-content: center;
}
.box{
    width: 85%;
    height: 55vh;
    background-color: #fff;
    margin: 5vh 0;
    display: flex;
    align-items: center;
box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px, rgba(6, 24, 44, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
border-radius: 5px;
    flex-direction: column;
     box-shadow: 0 4px 30px -2px rgba(0, 0, 0, 0.9);
    
}

i {
    font-size: 9rem;
    margin-top: 5vh;
    color: #0C2B4E;
}
 h2 {
    font-size: 2rem;
    margin-top: 5%;
}
p{
    font-size: 2rem;
    text-align: center;
    padding: 0 5%;
}
.person:nth-of-type(3){
    height: 60vh;
}
.box2{
    height: 40vh;
}

.files{
    font-size: 2rem;
    color: #0C2B4E;
}
.files i{
    font-size: 3rem;
}
.wrapper footer{
      width: 100%;
}

@media screen and (min-width: 768px) {

.box {
    width: 50%;
}}


@media screen and (min-width: 1024px) {

.about_us_p
{
    margin-top: 2vh;
    height: 40vh;
}
.box{
    width: 50%;
    margin: 10% 0%;
    height: 40vh;
    align-items: center;
    padding: 1% 0;
    /* justify-content: center; */
    box-shadow: none;
    background-color: transparent;
    border-radius: 0%;
}
.wrapper .docs{
    margin: 2% 40% ;
    display: block;
}
.wrapper{
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: space-around;
        
}
.files{
    margin-bottom: 2%;
}
.box:nth-of-type(3){
border-left: 3px solid #0C2B4E;
}
.box2 p{
    font-size: 4rem;
}
}
@media screen and (min-width: 1366px) {
.box{
    height: 60vh;
}
.box:nth-of-type(2){
/* align-items: center; */
justify-content: center;
}
}