#aff_login_dashboard .head img {
    display:none;
}
/*
======================================================
                 big title with description
======================================================
*/
.center {
    display:flex;
    justify-content: center;
}
#title h1 {
    text-align: center;
    color:black;
    padding-top:90px;
    padding-bottom: 50px;
}
#title .our-team {
    text-align: center;
    color:black;
    width: 100%;
    font-size: 17px;
    line-height:27px;
    font-weight: 400;
    padding-bottom: 34px;
    max-width: 800px;
}
#title .allow-us {
    text-align: center;
    color:black;
    width: 100%;
    font-size: 17px;
    line-height:27px;
    font-weight: 400;
    padding-bottom: 90px;
    max-width: 800px;
}
/*
======================================================
                   social
======================================================
*/
#social {
    margin-bottom:90px;
}
#social .content-wrapper {
    background: #F6F6F9;
    border-radius: 10px;
    max-width: 817px;
    max-height:174px;
    width: 100%;
    height:100%;
    padding:40px 117px;
}
#social .content-wrapper > div > label {
    text-align: center;
    color:black;
    width: 100%;
    font-size: 17px;
    line-height:27px;
    font-weight: 400;
    padding-bottom: 20px;
}
#social .logos a {
    margin-right:16px;
}
#social .logos a:last-child {
    margin-right:0;
}

@media screen and (max-width:767px) {
    #title h1 {
        padding-top:50px;
    }
    #title .our-team{
        padding-bottom: 50px;
    }
    #social .content-wrapper {
        padding:10px;
        margin-bottom:50px;
    }
    #title .allow-us {
        padding-bottom:50px;
    }
}