h1,
h3 {
    text-align: center;
}

.product:not(:last-of-type) {
    margin-bottom: 16px;
    border-bottom: 1px solid;
}

.product p:first-of-type {
    font-weight: bold;
}

.product p:last-of-type {
    font-style: italic;
}

.section2 fieldset {
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    margin-bottom: 16px;
}

.section2 textarea,
.section2 select,
.section2 input[type="text"] {
    width: 100%;
    background-color: #fff;
    border: none;
    padding: 10px;
    border-radius: 20px;
    color: #666;
    resize: none;
}

.section2 textarea:focus,
.section2 input[type="text"]:focus {
    outline: 1px solid rgba(0, 0, 0, .3);
}

.section2 .company:not(.show) {
    display: none;
}

.section2 input[type="submit"] {
    width: 100%;
    background-color: #0f0;
    border: none;
    padding: 10px;
    border-radius: 20px;
    color: #000;
    cursor: pointer;
}

.section2 input[type="submit"]:hover {
    -webkit-box-shadow: 0 0 3px #000;
            box-shadow: 0 0 3px #000;
}

.section2 label {
    width: 40%;
    display: inline-block;
}

.section2 .error {
    color: #f00;
}