.facility_list{
	list-style: none;
	text-indent: -14px;
    padding-left: 14px;
}

.lineTop_dashed {
    padding: 10px 0;
    border-top: 1px dashed #000;
}

.round_fitnessList{
    list-style: none;
    text-indent: -13px;
    padding-left: 13px;
    font-size: 13px;
    color: #6e6e6e;
    padding-bottom: 20px;
}

.mainImg {
    width: 516px; 
    height: 197px; 
    margin-bottom: 20px;
    border: 1px solid #30458c;
}


.flex_cnt {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.flex_cnt .flex_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 30%;
    margin-top: 20px;
}

.flex_cnt .flex_item .txtBox {
    font-size: 13px;
    color: #6e6e6e;
}

.flex_cnt .flex_item .imgBox {
    border: 2px solid #30458c;
}

.flex_cnt .flex_item .imgBox img {
    width: 100%;
}

.flex_cnt .flex_item .txtBox {
    margin-top: 5px;
}

.machines {
    display: block;
    width: 100%;
}

@media handheld, only screen and (max-width: 767px) {


    .mainImg {
        width: 100%; 
        height: auto; 
        border: 2px solid #30458c;
    }

    .flex_cnt {
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }

    .flex_cnt .flex_item {
        width: 100%;
    }

    .flex_cnt .flex_item .imgBox {
        width: 80%;
    }

}