.we {
    display: flex;
    
    justify-content: center;
    align-items: center;

}

.we__box {
    padding: 200px 0;
    display: flex;
    flex-direction: column;
   
}

.we__box h3 {
    padding-top: 20px;
}