.section {
    width: 100%;
    height: 750px;

}

.title {
    float: left;
    width: 36%;
    margin-left: 24%;
    margin-top: 9%;
    clear: both;
}

.title h1 {
    font-size: 300%;
    margin-bottom: 55px;
}

.title span {
    color: #FFC508;
    font-size: 185%;
    margin-bottom: 20px;
    display: block;
}

p {
    display: block;
    line-height: 40px;
}

.info {
    float: right;
    width: 50%;
    margin-top: 7%;
    margin-right: -10%;
}

table {
    box-shadow: 0px 0px 50px 10px rgba(0, 0, 0, 0.10);
}

input {
    width: 300px;
    height: 30px;
    line-height: 30px;
    border-bottom: 3px solid lightgray;
    border: none;

}

textarea {
    width: 300px;
    border: none;
}

.submit {
    width: 100%;
    height: 50px;
    background: black;
    color: white;
}

.cursor > input {
    cursor: pointer;
}
