Hello Sach
Apology for the inconvenience. Please use this CSS to Template Options -> Custom Code -> Custom CSS
.sppb-addon-tab .sppb-custom-tab .sppb-nav{
background: #fff;
padding-right: 0 !important;
}
.sppb-addon-tab .sppb-custom-tab{
flex-direction: row-reverse;
}
@media (max-width: 768px){
.sppb-addon-tab .sppb-custom-tab .sppb-tab-content{
width: 100% !important;
padding: 0 !important;
}
.sppb-addon-tab .sppb-custom-tab{
flex-direction: column;
}
.sppb-addon-tab .sppb-custom-tab .sppb-nav{
margin-bottom: 30px;
}
}
@media (max-width: 992px){
.sppb-addon-tab .sppb-custom-tab .sppb-tab-content .sppb-addon-feature .sppb-media {
display: flex;
flex-direction: column;
padding: 20px;
}
}
Best regards