

.con- {
    display: flex;
    flex-flow: column nowrap;
	
}

.con1-sec {
    padding: 0px 0 110px;
}

.con-1 {
    display: flex;
    flex-flow: column nowrap;
}

.con-1 > h2 {
    font-size: 30px;
	font-weight: 600;
    line-height: 50px;
    font-family: 'Noto Sans SC', sans-serif;
    color: #000000;
}

.con-1 > h5 {
    margin-top: 20px;
    font-size: 28px;
    font-weight: 400;
    line-height: 24px;
    font-family: 'Noto Sans SC', sans-serif;
    color: #000000;
}

.con1-sec > .con-1 > p {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    font-family: 'Noto Sans SC', sans-serif;
    color: #666666;
}
.con1-sec > .con-1 > p:nth-of-type(1) {
    margin-top: 30px;
}

.con1-sec > .con-1 > p:nth-of-type(2) {
    margin-top: 20px;
}

.con-1 > img {
   margin: 30px auto auto;
    width: 859px;
    height: 366px;
    max-width: 100%;
    height: auto;
}

.maparea {
    width: 98%;
    height: 700px;
    margin: 0 10px 100px 15px;
}


@media (max-width: 1199.99px) and (min-width: 992px) {
    
.con1-sec {
    padding: 0px 30px 100px;
}

.con-1 > h2 {
    font-size: 30px;
    line-height: 50px;
}

.con-1 > h5 {
    margin-top: 15px;
    font-size: 24px;
}

.con1-sec > .con-1 > p {
    width: 70%;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}
.con1-sec > .con-1 > p:nth-of-type(1) {
    margin-top: 30px;
}

.con1-sec > .con-1 > p:nth-of-type(2) {
    margin-top: 20px;
}

.con-1 > img {
   margin: 30px 0 0 auto;
    width: 90%;
    height: 370px;
    max-width: 100%;
}

.maparea {
    width: 96%;
    height: 500px;
    margin: 0 10px 50px 15px;
}
}


@media (max-width: 991.99px) and (min-width: 768px) {
    .con1-sec {
        padding: 0px 30px 100px;
    }
    
    .con-1 > h2 {
        font-size: 30px;
        line-height: 50px;
    }
    
    .con-1 > h5 {
        margin-top: 15px;
        font-size: 24px;
    }
    
    .con1-sec > .con-1 > p {
        width: 80%;
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
    }
    .con1-sec > .con-1 > p:nth-of-type(1) {
        margin-top: 30px;
    }
    
    .con1-sec > .con-1 > p:nth-of-type(2) {
        margin-top: 20px;
    }
    
    .con-1 > img {
       margin: 30px 0 0 auto;
        width: 90%;
        height: 300px;
        max-width: 100%;
       
    }

	.maparea {
    width: 96%;
    height: 500px;
    margin: 0 10px 50px 15px;
}
}


@media (max-width: 767.99px) and (min-width: 576px) {
    .con1-sec {
        padding: 0px 30px 70px;
    }
    
    .con-1 > h2 {
        font-size: 30px;
        line-height: 50px;
    }
    
    .con-1 > h5 {
        margin-top: 5px;
        font-size: 20px;
    }
    
    .con1-sec > .con-1 > p {
        width: 100%;
        font-size: 13px;
        font-weight: 400;
        line-height: 20px;
    }
    .con1-sec > .con-1 > p:nth-of-type(1) {
        margin-top: 30px;
    }
    
    .con1-sec > .con-1 > p:nth-of-type(2) {
        margin-top: 20px;
    }
    
    .con-1 > img {
       margin: 30px 0 0 auto;
        width: 90%;
        height: 250px;
        max-width: 100%;
    }
	.maparea {
    width: 96%;
    height: 400px;
    margin: 0 10px 50px 15px;
}
}

@media (max-width: 575.99px) {
    .con1-sec {
        padding: 0px 30px 50px;
    }
    
    .con-1 > h2 {
        font-size: 24px;
        line-height: 40px;
    }
    
    .con-1 > h5 {
        margin-top: 5px;
        font-size: 14px;
    }
    
    .con1-sec > .con-1 > p {
        width: 100%;
        font-size: 12px;
        font-weight: 400;
        line-height: 18px;
    }
    .con1-sec > .con-1 > p:nth-of-type(1) {
        margin-top: 20px;
    }
    
    .con1-sec > .con-1 > p:nth-of-type(2) {
        margin-top: 20px;
    }
    
    .con-1 > img {
       margin: 30px 0 0 auto;
        width: 90%;
        max-width: 100%;
        height: 150px;
    }
	.maparea {
    width: 92%;
    height: 400px;
    margin: 0 10px 50px 15px;
}
}


@media (max-width: 420px) {
    .con-1 > img {
        margin: 20px 0 0 auto;
         width: 100%;
         max-width: 100%;
         height: 120px;
     }
	 .maparea {
    width: 90%;
    height: 300px;
    margin: 0 10px 50px 15px;
}
}