body {
    margin: auto;
    color: #493a33;
    min-height: 100%;
    width: 100%;
    height: 100%;
    font-size: 0.7em;
    background: #efefef;
}

#care_exp{
    max-width: 700px;
    margin: auto;
    text-align: center;
    background: #ffffff;
    margin-top: 150px;
    margin-bottom: 150px;
    padding: 20px;
    box-sizing: border-box;
    position: relative;
}


#block-landing{
    /*width: 100%;*/
    /*max-width: 600px;*/
    /*margin: auto;*/
    margin-top: 15px;
    background-color: #ffffff;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-left: 0;
    margin-right: 0;
}

.care_exp_left{
    display: inline-block;
    width: 50%;
    vertical-align: middle;
}

.care_exp_img{
    width: 150px;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

.care_exp_label{
    height: 80px;
    margin-top: 20px;

}

.care_exp_presence{
    position: absolute;
    bottom: -100px;
    width: 150px;
    left: calc(50% - 75px);
}

.care_exp_presence img{
    width: 150px;
}