#content {
    min-height: 58vh;
}
#title .container h1 {
    text-align: center;
    color:black;
    margin-top:90px;
    font-size: 52px;
    line-height: 70px;
}
#title .our-team {
    font-weight: 500;
    padding-bottom: 50px;
}
#title .allow-us {
    font-weight: 500;
    padding-bottom: 80px;
}
#social label {
    font-weight: 500;
}
#title .width-wrapper {
    max-width: 78%;
}
#social .center .content-wrapper > div {
    padding:20px;
    background: #F6F6F9;
    border-radius: 10px;
    margin-bottom: 90px;
}
#title .center,
#social .center{
    display: flex;
    justify-content: center;
}
#social .logos img {
    margin-left:10px;
}
#social .logos img:first-child {
    margin-left:0;
}

@media screen and (max-width: 1000px) {
    #title  .width-wrapper {
        max-width: 100%;
    }
    #title .container h1 {
        margin-top:40px;
    }
    #title .allow-us {
        padding-bottom: 0;
    }
    #title .container h1{
        font-size: 31px;
        line-height:50px;
    }
}
@media screen and (max-width: 414px) {
    #title .container h1 {
        line-height: 42px;
    }
    #title .container h1 {
        margin-top:0;
    }
    #title .allow-us {
        margin-bottom: 50px;
    }
    #title .our-team {
        padding-bottom:20px;
    }
    .content-wrap>.cell>.container-fluid>div {
        padding-bottom:0;
    }
}
