﻿.form-group.row {
    margin-bottom: 0;
}

.line::after {
    display: block;
    content: "";
    height: 1px;
    width: 80%;
    background-color: #ddd;
    margin: 16px auto;
    margin-bottom: 4px;
}

.line:last-child::after {
    height: 0;
}

.view-mobile {
    display: none !important;
}

@media (max-width: 768px) {
    .view-desktop {
        display: none !important;
    }

    .view-mobile {
        display: flex !important;
    }
}
