.main-title{
    max-width: 275px;
}

.contact-title{
    color: #000000;
    font-size: 20px;
    line-height: 1.2;
    text-align: center;
    letter-spacing: 2px;
    border-bottom: 1px solid #D9D9D9;
    position: relative;
    margin: 0 0 55px;
}

.contact-title:after{
    content:"";
    width: 100%;
    height: 1px;
    display: block;
    background: #fff;
    position: absolute;
    top: 100%;
    margin: 1px 0 0 0;
}

.contact-title .reminder{
    margin: 15px 0 25px 0;
    font-size: 15px;
    color: #535353;
    line-height: 2;
}

.btn.style01 {
    max-width: 195px;
    margin: 0 5px 10px;
}

.btn.style01:hover, .btn.style01.bg2:hover {
    margin: 5px 5px 10px;
}

.success-box .msg {
    max-width: 465px;
}