.otL td:nth-child(2){
width:	20em;
}
.otR td:nth-child(2){
width:auto;
}
.imgZen{
margin-bottom: 6rem	!important;
}
@media screen and (max-width: 740px) {
.otL td:nth-child(2),
.otR td:nth-child(2){
width:auto;
}
.otL,
.otR{
display:table-row;
}
}
@media screen and (max-width: 400px) {
.imgZen{
margin-bottom: 4rem	!important;
}
}