@charset "UTF-8";

.bg-accommodation {
    background-color: #127b7d;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 30px;
    padding-bottom: 40px;
}


#anchor_accommodation {
    position:relative;
    top: -126px;
    display:block;
}



.bg-accommodation h3 {
    color: white;
    margin: 0px 0px 10px 0px; 
}

.bg-accommodation h4 {
    color: white;
    font-size: 16px;
    margin: 0px;
}

.bg-accommodation p {
    color: white;
}

.bg-accommodation p a {
    color: white;
    font-weight: 600;
    color: #afbdbe;    
}

.bg-accommodation img{
    width: 100%;
}


.content_accommodation1 {
    width: 48.5%;
    margin: 0% 1.5% 0% 0%;
    float: left;
}

.content_accommodation2 {
    width: 48.5%;
    margin: 0% 0% 0% 1.5%;
    float: left;
}



@media (max-width: 768px) {
    .bg-accommodation {
        background-color: #416268;
        background-position: left top;
    }

    .content_accommodation {
        padding: 20px;
        width: 100%;
        margin: 0px;
    }
    
    .content_accommodation2 {
        padding: 20px;
        width: 100%;
        margin: 0px;
    }
}