.content-module-1 {
    padding: 80px 0 178px;
    background-color: #fff;
}

.content-module-1 .module-title {
    padding-top: 60px;
    padding-bottom: 61px;
    font-size: 40px;
    color: #333;
    text-align: center;
}

.content-module-1 .brief-content-desc {
    padding-left: 101px;
    padding-right: 127px;
    line-height: 30px;
    font-size: 16px;
    color: #333;
}

#phoneNumber,
#agencyName,
#contactName {
    display: block;
    max-width: 400px;
    width: 100%;
    margin: 0 auto 30px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding: 0 10px;
    border-bottom: 1px solid #c3c5c6;
    color: #333;
}

.submit {
    margin: 20px auto 0;
    width: 100%;
    text-align: center;
    border: none;
}

.submit button {
    outline: none;
    border: none;
    color: #fff;
    background: #cf3f61;
    width: 100%;
    height: 40px;
    max-width: 420px;
    font-size: 16px;
    letter-spacing: 4px;
    cursor: pointer;
}