body{ color: #333333; background-color: #e4e4e4; }
.section-video{ margin-bottom: 15px; }
.products-list ul{ width: 100%; display: block; list-style: none; margin-top: 50px; padding-bottom: 100px; }
.products-list ul li{
    height: 280px;
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    margin-bottom: 40px;
    display: flex;
 }
.products-list ul li .col-img{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-right: 1px solid #a3a3a3;
    text-align: center;
 }
.products-list ul li .col-desc{ 
    width: 65%;
    vertical-align: top;
    padding: 35px;    
    display: flex;
    flex-direction: column; 
}
.products-list ul li .col-img img{
    display: inline-block;
    width: 70%;
    margin: 0 auto;
    max-width: 100%;
    vertical-align: middle;
 }
.products-list ul li a{ display: inline-block;width: 35%; }
.col-desc{ font-size: 18px; color: #122547; }
.product-name{ font-size: 26px; color: #333; background: url(../images/sites/product-name-bg.jpg) no-repeat; padding: 0 0 18px 10px; border-bottom: 1px solid #3e4d69; display: block; width: 485px; } 
.product-desc{ font-size: 18px; line-height: 28px; margin-top: 15px; }
.register-label{ padding-bottom: 8px; width: 480px; border-bottom: 1px solid #122547; margin-bottom: 20px; }