#s07 {
    height: 500px;
}
/* contact */
#s07 .contact-box {
    margin: 0 auto;
    margin-top: 121px;
    /*width: 923px;*/
    width: 1188px;

    display: flex;
    align-items: center;
    justify-content: center;
}
#s07 .contact-box .logo {
    text-align: center;
}
#s07 .contact-box .logo img{
    width: 249px;
}

#s07 .contact-box .contact-info-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

#s07 .contact-box .contact-info {
    margin: 0 auto;
    /* width: 100%; */
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#s07 .contact-box .contact-info:first-child {
    margin-left: 0;
}

#s07 .contact-box .contact-info:last-child {
    margin-right: 0;
}

#s07 .contact-box .contact-info .title {
    color: #CEA37C;
    font-size: 19px;
    font-weight: 500;
    padding-bottom: 33px;
}

#s07 .contact-box .contact-info .border {
    width: 62px;
    background-color: #CEA37C;
    height: 1px;
}

#s07 .contact-box .contact-info .info{
    text-align: right;

    display: flex;
    align-items: center;
    justify-content: flex-start;

    margin-top: 11px;
} 
#s07 .contact-box .contact-info .info > .icon{
    /* display: inline-block; */
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    background-position: center center;
} 
#s07 .contact-box .contact-info .info > .txt{
    /* display: inline; */
    font-size: 17px;
    font-weight: 400;
    color: #666666;
}

#s07 .contact-box .contact-info .contract-btns {
    display: flex;
    align-items: center;
    /*justify-content: center;*/
    justify-content: flex-start;

    margin-top: 25px;
} 
#s07 .contact-box .contact-info .contract-btns .spacer{
    min-width: 14px;
}
#s07 .contact-box .contact-info .contract-btns .common-btn{
    /*width: 50%;*/
}