#aboutJwash{
    background: white;
    padding: 40px 0;
    background-image: url(/images/38/aboutback.jpg);
    background-size: cover;
}
#aboutJwash .JJtitle h2{
    font-size: 49px;
}
#aboutJwash .fexbn{
    display: flex;
    align-items: center;
}
#aboutJwash .fexbn .leftboxx{
    display: flex;
    flex-direction: column;
    width: 50%;
}
#aboutJwash .JJtitle{
    margin-bottom: 35px;
}
#aboutJwash .fexbn .leftboxx img{
    width: 600px;
    margin: 0 auto;
}
#aboutJwash .fexbn .rightboxx{
    display: flex;
    flex-direction: column;
    width: 50%;
    padding: 90px;
}

/*JJtitle*/
.JJtitle{
    margin-bottom: 20px;
}
.JJtitle h2{font-size: 45px;}
.JJtitle .linesh01{
    position: relative;
    display: flex;
    width: 80px;
    height: 2px;
    background: #7d7d7d;
}
.JJtitle .linesh02{
    position: relative;
    display: flex;
    width: 52px;
    height: 2px;
    background: #7d7d7d;
    margin-top: 7px;
}

.imfo{
    margin: 10px 0;
}
.imfo p{
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 300;
}

.morecall{}
.morecall a{
    padding: 22px 27px;
    background: #2baacf;
    color: white;
    border-radius: 150px;
    margin-top: 20px;
    font-size: 28px;
}
.morecall a span{
    font-size: 21px;
}
.morecall a:hover{background: #87c9a7;}

@media screen and (max-width:1024px) {
    #aboutJwash .fexbn{
        display: flex;
        flex-direction: column;
    }
    #aboutJwash .fexbn .leftboxx{
        width: 100%;
    }
    #aboutJwash .fexbn .rightboxx{
    width: 100%;
    padding: 40px 0;
}
    #aboutJwash .fexbn .leftboxx img{
    width: 479px;
    max-width: 100%;
}
	
}
@media screen and (max-width:480px){
    #aboutJwash{background-position: 23% 50%;}
    #aboutJwash .JJtitle{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #aboutJwash .JJtitle h2{
        font-size: 33px;
    }
    #aboutJwash .linesh01{
        width: 67px;
        height: 1px;
        background: #868585;
    }
    #aboutJwash .linesh02{
        position: relative;
        display: flex;
        width: 36px;
        height: 1px;
        background: #868585;
        margin-top: 7px;
    }
    #aboutJwash .fexbn .leftboxx img{
        width: 270px;
    }
    .morecall a span{
        /* display: none; */
    }
    .morecall{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
    .morecall a{
        font-size: 27px;
        font-weight: 700;
        padding: 20px 45px;
        display: flex;
        flex-direction: column;
        width: calc(100% - 90px);
    }
}

