﻿html,
body {
    height: 100%;
}

@media (max-width: 550px) {
    .flex-box {
        display: block !important;
    }

    .left-side,
    .right-side {
        width: 100% !important;
        padding: 15px !important;
    }
}
