/*--------------------------------------------------------------------------------- Theme Name:   glitch.capetown Theme URI:    http://glitch.capetown/ Description:  A Divi Child Theme Author:       glitch.capetown Author URI:   http://glitch.capetown/ Template:     Divi Version:      2.0.0 License:      GNU General Public License v2 or later License URI:  http://www.gnu.org/licenses/gpl-2.0.html------------------------------ ADDITIONAL CSS HERE ------------------------------*//*--- MY FLEX ---*/
.myflex {
 display: flex;
 align-items: center;
 justify-content: center;
}

.flexbot {
 display: flex;
 align-items: flex-end;
 justify-content: center;
}

@media only screen and (max-width: 768px) {

.myflex, .flexbot {
 display: inherit !important;
 align-items: unset!important;
 justify-content: unset!important;
padding: 0 15px!important;
}

}
