#category_consultancy{
        border-bottom: 5px solid white;
}

.centeredContent2 {
    height: 450px;
    position: relative;
    width: 1024px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 60px;
    margin-bottom: 70px;
}

.lineSeparator3{
    display: block;
    margin: auto;
    width: 950px;
    margin-top: 10px;
}

.textConsultancy {
    color: #333333;
    text-align: center;
    font-size: 16pt;
    margin-top: 50px;
    line-height: 135%;
}

.companyGallery_mobile{
    display: none;
}

.locationText.clicked{
    color: green;
    font-size: 10pt;
    font-family: Gotham-Black;
}

@media only screen and (max-width: 500px) {
    
    .companyGallery_mobile{
         display: block;
    }

    .centeredContent2 {
        height: 392px;
        position: relative;
        width: 85%;
        margin: 0 auto;
        overflow: hidden;
        margin-top: 13px;
    }


    .textConsultancy {
        color: #333333;
        text-align: center;
        font-size: 9pt;
        margin-top: 29px;
        line-height: 120%;
    }
}