
@media only screen and (max-width: 850px) {
    .content-container{
        flex-direction: column;
    }
    .content-container > div {
        margin-bottom: 2rem;
    }
    .media-body{
        width: unset;
    }
    .captchaRow{
        display: flex;
    }
    .g-recaptcha{
        width: 100%;
        display: flex;
        justify-content: flex-end;
    }
    .sub-title-shop-he{
        font-size: 3rem;
    }
}