#section-area-coverage-map {margin-bottom: 40px;}
#section-area-coverage-list-mobile{display:none;}
.area-row {display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;}
.area-item {padding: 3%; /*flex: 1;*/ position: relative;}
/*.area-item.with-border {border-right: 7px solid #e77067;}*/
.area-item-title {float: left; width: 45%; margin-right: 5%; color: #962d37; font-size: 28px; font-family: 'Sisco'; font-weight: 900; font-style: normal; letter-spacing: 2px;}
.area-item-right {float: left; width: 50%;}
.area-item-place {font-size: 16px; color: #e76f67; font-family: 'SuisseIntl'; font-weight: 500; font-style: italic; text-decoration: underline; margin-bottom: 15px;}
.area-item-desc {color: #4d4d4f; font-size: 14px; font-family: 'SuisseIntl'; font-weight: 300; font-style: normal;}
.area-coverage-border-top {height: 14px; background: url('../img/area-coverage-separator-top.png') no-repeat top right;}
.area-coverage-border-bottom {
    height: 15px; 
    background: url('../img/area-coverage-separator-bottom.png') no-repeat bottom right;
    /* height: 10px;
    background: url(../img/area-coverage-item-separator.png) repeat-x 0 0; */
}
.area-item-separator {position: absolute; right: 0; top: 0; bottom: 0; width: 7px; background-color: #e77067;}
.area-item-separator2-container {position: absolute; bottom: 0; left: 0; right: 0;}
.area-item-separator2-left {float: left; width: 20px; height: 10px; background: url('../img/area-coverage-item-separator-left.png') no-repeat 0 0;}
.area-item-separator2 {overflow: hidden; height: 10px; background: url('../img/area-coverage-item-separator.png') repeat-x 0 0;}
.area-item-separator2-right {float: right; width: 20px; height: 10px; background: url('../img/area-coverage-item-separator-right.png') no-repeat 0 0;}
.area-separator-mobile {
    background: url('../img/area-mobile/Asset 5.png') no-repeat;
    width: 100%;
    height: 8px;
    margin-top: -8%;
    background-size: 100% 100%;
    
   
}
.area-separator-mobile:last-child {background:unset;}
.area-final-row{width:50%;margin-top:-10px;}
@media all and (min-width:1600px){
    .area-item-desc {
        font-size: 16px;
    }
}

@media all and (max-width:1100px){
    .area-item-title {
        font-size: 25px;
    }
}

@media all and (max-width:1000px){
    .area-item-title {
        font-size: 22px;
    }

    .area-item{
        width: 50%;
    }
}

@media all and (max-width:900px){

    .area-item-title {
        font-size: 18px;
    }

    .area-item-place {
        font-size: 14px;
    }

    .area-item-desc {
        font-size: 13px;
    }
}

@media all and (max-width:750px){
    .area-item-title {
        font-size: 17px;
    }
}



@media all and (max-width:700px){

    .area-item-title {
        font-size: 28px;
    }
    .area-item-place {
        font-size: 16px;
    }

    .area-item-desc {
        font-size: 14px;
    }
    #section-area-coverage-list-mobile {
        display: block!important;
        margin-bottom: 40px;
    }
    #section-area-coverage-list{display:none;}
    .area-item-title{width:100%; float:left;margin-bottom:4%;}

    .area-item-place {
        margin-bottom: 5px;
    }
    .area-item-right{width:100%; float:left;}

    .area-item-desc {
        margin-bottom: 16%;
    }
}

@media all and (max-width:360px){
    /* .area-separator-mobile {
        width: 95%;
    } */
}