
.greeting-top
{
    position: relative;
    float: left;
    /*height: 440px;*/
}

.greeting-top .greeting
{
    top: 0;
    /*text-align: left;*/
    /*position: absolute;*/
    left: 0;
    /*float: left;*/
}

/* .greeting-text
{
    font-size: 1.1rem;

    position: absolute;
    z-index: 10;
    top: 250px;
    right: 30px;

    width: 53%;
    padding: 35px 40px;

    color: #b2394b;
    background-color: #fff;
    -webkit-box-shadow: 30px 30px 0 #d9d9d9;
            box-shadow: 30px 30px 0 #d9d9d9;
}
.greeting-text span
{
    font-size: .9em;
    font-weight: 400;
    line-height: 2rem;

    display: inline-block;

    color: #595959;
} */
.greeting-text span[lang="en"] {
    font-family: 'Roboto Condensed', sans-serif !important;
    
}

.greetingText
{
    font-size: .95rem;
    font-weight: 400;
    line-height: 1.8;

    z-index: 2;
    /* position: absolute; */
    bottom: 0;
    /* color: #fff; */

    /*padding: 3rem 0 3rem;*/
}

.greetingText *
{
    position: relative;
    z-index: 5;

    /*text-align: justify;*/
}
