@charset "utf-8";
.lobiThreePage .threeItemsRow{
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #ececec;
}

.lobiThreePage .richtext{
    font-size: 18px;
    color: #222;
    margin-bottom: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid #ececec;
}

.lobiThreePage .threeItemsRow .item a{
    /*display: block;
    position: relative;*/
}


.lobiThreePage a h4 {
    text-decoration: none;
    color: #222222;
    height: 60px;
}

.lobiThreePage a:hover, .lobiThreePage a:visited {
    text-decoration: none;
    color: #222222;
}

.lobiThreePage .titleOverlay{
    /* position: absolute; */
    bottom: 0;
    background-color: rgba(255,255,255,0.8);
    padding: 10px 5px;
    width: 90%;
    text-align: center;
}

.lobiThreePage .showMoreButton{
    display: block;
    max-width: 260px;
    height: 53px;
    border: 2px solid #1abc9c;
    text-align: center;
    font-size: 18px;
    padding-top: 12px;
    color: #222222;
    margin: 0 auto 30px auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.lobiThreePage .showMoreButton:hover{
    background-color: #1abc9c;
    color: #ffffff;
}

.lobiThreePage .item a{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

/*--------------------------  Laptops ( max 1400 ) --------------------------*/
@media (max-width:1400px){
  
}

/*--------------------------  MD ( max 1200 ) --------------------------*/
@media (max-width:1200px){

}

/*--------------------------  SM ( max 992 ) --------------------------*/
@media(max-width:992px){
    


}

/*--------------------------  XS ( max 768 ) --------------------------*/
@media (max-width:768px){

    .lobiThreePage .item img{
        margin: 0 auto;
    }

    .lobiThreePage .item{
        margin-bottom: 25px;
        padding-bottom: 25px;
        border-bottom: 1px solid #ececec;
    }

    .lobiThreePage .threeItemsRow{
        border: none;
        margin-bottom: 0px;
        padding-bottom: 0px;
    }

}

/*--------------------------  max 480 --------------------------*/
@media (max-width:480px){

}