.b2b-company-om img {
    display: inline !important;
    height: 100% !important;
}

.b2b-company-om .title {
    text-align: center;
    font-size: 30px;
    position: relative;

}

.b2b-company-om .title:not(:first-child) {
    margin: 40px auto;
}

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

.b2b-company-om .photo-list {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.b2b-company-om .photo-list .photo-item {
    margin: 20px auto;
    height: 314px;
    width: 400px;
    background: white;
    text-align: center;
    border: #c7c5c5 1px solid;
}

.b2b-company-om .photo-list .photo-item .item-img {
    height: 85%;
}

.b2b-company-om .photo-list .photo-item .item-title {
    font-size: 16px;
    height: 15%;
    width: 100%;
    background: #6f6f6f;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.b2b-company-om .company-detail {
    margin-top: 60px;
    font-size: 20px;
}

.b2b-company-om th {
    background: rgba(235, 236, 237, 1);
    width: 40%;
    height: 60px;
    vertical-align: middle !important;
    padding-left: 50px !important;
}

.b2b-company-om td {
    padding-left: 50px !important;
    vertical-align: middle !important;
    height: 60px;
}

.b2b-company-om .table-responsive {
    margin-top: 60px;
}

.b2b-company-om .contact-btn {
    text-align: center;
    margin: 40px auto;
}

.b2b-company-om .contact-btn button {
    width: 250px;
    height: 50px;
    font-size: 20px;
    background: #eaac53;
    color: white;
}
.b2b-failed-page p{
    text-align: center;
    padding-top: 30px;
    background-color: #fff;
    height: 100px;
    color: #333;
    font-size: 2.2em;
    font-weight: bold;
}