.conection .container{
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.conection h1{
    font-size:90px;
}
.conection .forein{
    font-size:30px;
    margin:0 150px;
    text-align:center;
}
.boxs{
    display:flex;
    flex-direction: row;
    justify-content: space-around;
    width:100%;
}
.boxy{
    width:500px;
    background: #7b3313;
    border-radius:40px;
    padding:40px;
    margin:60px 0;
}
.boxy h1{
    font-size:44px;
    text-align:center;
}
.boxy p{
    font-size:30px;
    margin-top:24px;
}