.contact-info{
    border-bottom: 1px solid #ddd;
    /* margin-bottom: 60px; */
    padding-bottom: 20px;
}
.contact-page{
    max-width: 700px;
    margin: auto;
    margin-bottom: 100px;
}
.form-title {
    color: #f08d1d;
    font-family: 'Roboto','微軟正黑體', sans-serif;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
    letter-spacing: 4px;
    margin-bottom: 10px;
}
.form-title:after {
    content: "";
    background: #f08d1d;
    width: 50px;
    height: 1px;
    display: block;
    margin: 25px auto;
    position: relative;
}
.form-title small {
    color: #6a6a6a;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    letter-spacing: 2px;
}

.reminder {
    text-align: center;
    font-size: 15px;
    margin-bottom: 30px;
}
.reminder b {
    display: inline-block;
    color: #f08d1d;
    font-size: 12px;
}

.form-box .captcha a .ic-rotate-left {
    transition: transform .3s;
}
.form-box .captcha a:hover .ic-rotate-left{
    transform: rotate(270deg);
}
@media screen and (max-width:600px) {
.form-title{
    font-size: 20px;
}
}