.b2b-contact{
    padding: 0 20%;
}
.b2b-contact img {
    display: inline !important;
}

.b2b-contact .title {
    text-align: center;
    font-size: 30px;
    position: relative;
    margin: 40px auto;

}

.b2b-contact .sub-title {
    font-size: 26px;
}
.b2b-contact .sub-title:before{
    content: '*';
    color: red;
    margin: 5px;
}

.b2b-contact .title:after {
    content: '___';
    color: orange;
    left: 0;
    right: 0;
    position: absolute;
    bottom: 0;
    height: 20px;
}

.b2b-contact .detail {
    max-height: 200px;
    display: flex;
    flex-wrap: nowrap;
    margin: 15px;
}

.b2b-contact .detail .detail-img {
    flex: 1;
    text-align: center;
}
.b2b-contact .detail .detail-img img{
    height: 100%;
}

.b2b-contact .detail .detail-info {
    flex: 3;
    margin-left: 20px;
}
.b2b-contact .detail .detail-info .detail-title{
    font-size: 20px;
    margin: 20px;
}
.b2b-contact .detail .detail-info .detail-content{
    font-size: 16px;
    margin: 20px;
    font-weight: bolder;
}
.b2b-contact .contact-btn {
    text-align: center;
    margin: 40px auto;
}
.b2b-contact .text-area{
    border: #c7c5c5 1px solid;
    width: 100%;
    height: 150px;
}
.b2b-contact .contact-btn button {
    width: 250px;
    height: 50px;
    font-size: 20px;
    background: #eaac53;
    color: white;
}