#JaJatable{
    position: relative;
}
#JaJatable .topbar{
    display: flex;
    justify-content: center;
}
#JaJatable .topbar p{
    font-size: 22px;
    display: flex;
    align-items: center;
    padding: 0 0 15px;
}
#JaJatable .fleebox{
    display: flex;
    justify-content: space-between;
}
#JaJatable .fleebox .moimgg{
    display: flex;
    flex-direction: column;
    width: 55%;
}
#JaJatable .fleebox .imfo{
    display: flex;
    flex-direction: column;
    width: 41%;
}
#JaJatable .fleebox .imfo h2{
    font-size: 28px;
    text-align: center;
    margin-bottom: 15px;
}
#JaJatable .fleebox .imfo p{
    font-size: 18px;
    padding: 5px 5px;
}
#JaJatable .fleebox .imfo img{
    width: 600px;
    display: flex;
    margin: 0 auto;
}
@media screen and (max-width:980px) {
    #JaJatable .fleebox{
    display: flex;
    flex-direction: column;
    align-items: center;
}
	#JaJatable .fleebox .moimgg{
        width: 500px;
        max-width: 100%;
        margin-bottom: 20px;
}
    #JaJatable .fleebox .imfo{
        width: 500px;
        max-width: 100%;
    }
    #JaJatable .topbar p{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #JaJatable .fleebox .imfo p{
    font-size: 16px;
}
}

