.ps-form-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    justify-content: center;
}

.ps-form-col {
    padding: 10px;
    width: 277px;
    max-width: 100%;
}

input[type="date"] {
    font-family: Lato, sans-serif;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.2em;
    box-sizing: border-box;
    padding: 0.5em 2.2em;
    height: 3.35em;
    border: 2px solid #f0f2f8;
    border-radius: 1.6em;
    background-color: #f0f2f8;
    color: #818892;
    transition: all 0.3s ease;
    -webkit-appearance: none;
    resize: none;
}

input[type="date"]:focus {
    outline: none;
    color: #1d1d1d;
    border-color: #fcb040;
    background-color: #faf9f5;
}

@media (max-width: 479px) {
    input[type="date"] {
        padding: 1em;
    }
}

.ps-form label {
    display: block;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 15px;
    letter-spacing: 0;
    font-family: Yanone Kaffeesatz, sans-serif;
    line-height: 1;
}

.ps-form {
    padding-top: 35px;
}

.ps-form button {
    width: 100%;
    margin: 0;
}

.ps-form input {
    width: 100%;
}

.ps-form [data-name="acceptance"] label {
    font-size: 15px;
    margin: 0;
}