.white .container{
    text-align: center;
    display: flex;
    flex-direction: column;
}
.numbers{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0 83px;
    margin-left: 198px;
    margin-right: 198px;
    margin-top: 50px;
    margin-bottom: 100px;
}
.white .img{
    margin-top: -267px;
}
.white img{
    width: 1325px;
}
.white .title{
    font-size: 32px;
    font-weight: 600;
    line-height: 43px;
}
.white .subtitle{
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    opacity: 0.71;
}