.field {
    display: flex;
    flex-direction: column;
    border: 1px solid #cde0fd;
    padding: 10px;
    border-radius: 10px;
    margin-top: 8px;
    max-width: 1200px;
    width: 90%;
    background-color: #fff;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.1), 0 1px 2px 0 rgba(0,0,0,.06);
}
.title-x, hr {
    color: #012970;
}

.col-md-6 {
    display: flex;
    flex-direction: column;
    max-width: 600px;
    width: 50%;
    padding: 0 30px;
}