#manJbox{
    position: relative;
    display: flex;
    justify-content: space-between;
}
#manJbox .leftbox{
    display: flex;
    width: 40%;
}
#manJbox .rightbox{
    display: flex;
    padding: 20px;
    flex-direction: column;
    width: 50%;
}
#manJbox .texetbox{}
#manJbox .texetbox h2{
    font-size: 25px;
    margin-bottom: 20px;
}
#manJbox .bowntex{
    border: #d5d5d5 1px solid;
    padding: 20px;
    margin: 20px 0;
}
@media screen and (max-width: 550px) {
    #manJbox{
        display: flex;
        flex-direction: column;
    }
    #manJbox .leftbox{
        width: 100%;
    }
    #manJbox .rightbox{
    width: 100%;
    padding: 20px 0;
}
}