.landingPageTitle {
    margin-top: -30px;
    height: 40px;
    margin-left: 20px;
}

.landingPageHeader{
    font-size: 20px;
    color: #FF5E00;
    margin-bottom: 30px;
}

.landingPageCompanyLogos img {
    margin-top: -15px;
    width: 600px;
}

.landingPageCenterLeft {
    float: left;
    width: 65%;
}

.landingPageCenterLeft img {
    max-width: 100%;
}

.landingPageCenterRight {
    float: left;
    width: 35%;
}

.otherkeywords {
    min-height: 290px;
}

.keywordParagraph, .keywordParagraph p {
    font-size: 14px !important;
    line-height: 24px !important; 
}

#page.landingPageTop {
    background-position: 0 0 !important;
}

#page.landing-page {
    background-color: #fff;
}

.relatedExperts {
    border-bottom: 1px solid #f2f8f8;
    margin-bottom: 10px;
}

.relatedExperts .info {
    float: left;
    margin-bottom: 10px;
    width: 280px;
}

.relatedExperts .avatar {
    float: left;
    margin-right: 5%;
}

.relatedExperts .details {
    margin: 30px 5% 0 0;
}

.relatedExperts .profileText {
    margin-bottom: 10px;
}

.bottomSection {
    background-color: #fff;
}

.unpaidLandingPage .logos {
    margin-bottom: 40px;
}

.landingPageLists .avatar img {
    border-radius: 67px;
}

@media screen and (max-width: 768px) {

    .landingPageCenterLeft, .landingPageCenterRight {
        float: none;
        width: 100%;
    }
}

@media screen and (max-width: 500px) {
    
    .relatedExperts .info {
        float: none;
        width: auto;
    }

    .relatedExperts .details {
        float: none;
        margin-right: 0;
    }

}