.main-screen{
    position: relative;
}
.main-screen .main-screen-text{
    position: absolute;
    top: 30px;
    margin: auto;
    width: 100%;
    text-align: center;
}
.main-screen .main-screen-text h1{
    font-size: 48px;
    color: #6A6265;
    margin: 10px 0;
}
.main-screen .main-screen-text .title-slogan{
    max-width: 430px;
    margin: 10px auto;
}
.main-screen .main-screen-text button{
    background: #6A6265;
    text-transform: uppercase;
    padding: 15px;
}
.collaboration-wrapper{
    display: flex;
    margin-top: 80px;
    width: 100%;
    justify-content: space-between;
}
.collaboration-wrapper .collaboration-left-column,
.collaboration-wrapper .collaboration-right-column{
    flex-basis: 50%;
}

.collaboration-wrapper .collaboration-left-column ul{
    margin-left: 50px;
}
.working-with-us-wrapper{
    margin-top: 80px;
}
.working-with-us-items{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.working-with-us-items .working-with-us-item{
    flex-basis: 33%;
    margin-bottom: 15px;
    background: #fff;
    padding: 25px 15px;
}
.working-with-us-items .working-with-us-item .working-with-us-title{
    font-size: 24px;
    margin: 35px 0 25px;
    font-weight: 500;
    color: #6A6265;
}
.working-with-us-items .working-with-us-item .working-with-us-text{
    color: #313131;
    font-size: 14px;
    line-height: 120%;
}
.why-we{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 80px;
}
.why-we .section-name{
    flex-basis: 100%;
}
.why-we .why-we-left{
    flex-basis: 50%;

}
.why-we .why-we-right{
    flex-basis: 50%;

}
.partners-wrapper .fb-form h2{
    color: #6A6265
}