.hereWeLive{
    position: relative;
    background-color: #fff;
}
.whiteSquare {
    display: none;
    position: absolute;
    height: 40px;
    top: -40px;
    width: 40%;
    background-color: #fff;
    right: 0;
}
.hereText {
    width: 60%;
    margin: 0 auto;
    font-family: 'Fakt Pro';
    font-weight: 350;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: #4B5257;
}
.ubicationContainer{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.ubicationContainer a{
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 0 13%;
}

.ubicationContainer img{
    width: 100%;
}

.sizeText{
    padding-top: 0;
}

@media only screen and (min-width: 1280px) {
    .hereText {
        font-family: 'Fakt Pro';
        font-size: 20px;
        line-height: 30px;
        text-align: center;
    }
}

@media only screen and (min-width: 751px) {
    .whiteSquare {
        display: block;
    }
    .hereText {
        margin: 0 auto;
    }
    .hereWeLive{
        padding-bottom: 30px;
    }
}
@media only screen and (max-width: 768px) {
    .hereText{
        width: 90%;
        font-size: 18px;
        line-height: 22px;
    }
    .hereWeLive{
        padding-bottom: 0;
    }
}
@media only screen and (max-width: 479px) {
    .ubicationContainer{
        padding-bottom: 40px;
    }
    .ubicationContainer img{
        width: 85vw;
        height: 320px;
    }
    .ubicationContainer a{
        width: 100%;
        padding: 0;
    }
    .hereText{
        text-align: left;
        width: 86%;
    }
    .mapText {
        width: 100%;
    }
}
@media only screen and (max-width: 390px) {
    .hereText{
        width: 84%;
        font-size: 18px;
    }
    .mapText {
        width: 100%;
    }
}

