﻿

@media(max-width:1023px) {
}

@media(min-width:740px) and (max-width:1023px) {
}

@media(max-width: 739px) {
    .home-form-content {
        flex-direction: column;
        width: 100%;
    }

    .home-form-input {
        width: 100%;
    }

    .home-form-content .content-item {
        margin: 10px 0;
    }

    .home-form-content a {
        margin-top: 15px;
    }
}
