.header-content, .security-background-inner, .network-management, .products{
    
    width: 1070px;
    margin:0 auto;
    
}

.benefits-inner{
     width: 850px;
    margin:0 auto;
    padding-left: 20px;
}

a.btn-red{
    font-size: 14px !important;
    padding: 0 10px !important;
    min-width: 152px;
    background: #d9003c !important;
    color: #fff !important;
    height: 40px !important;
    line-height: 40px !important;
    border-radius: 5px !important;
    margin: 15px 0 0 !important;
}

span.red{
    color: #d9003c;
    font-weight: bold;
}

p.description{
    font-size: 14px;
}
    
td {
    padding: 5px 10px 5px 10px;
}

tr.grey{
    background-color: #d7d8d8;
    font-size: 14px;
}

tr.light-grey{
    background-color: #ececec;
    font-size: 14px;
}
h2.grey{
    padding-top: 167px;
}

p.terms {
    width: 60%;
    margin: 0 auto;
    font-size: 12px;
}

.image{
    padding-left: 80px;
}

div.table{
    width: 410px;
    margin: 0 auto;
}

table.mb20 {
    width:100%;
}

.banner{
    background-image: url('/sites/zyxel/files/UTM_RO_WEBSITELANDINGPAGE_2000X650_no%20CTA.jpg');
    background-size:cover;
    background-position: center center;
    height: 600px;
    margin-bottom: 40px;
}

.security-background{
    background-image: url('/sites/zyxel/files/securitybanner-1920x620_2_0.jpg');
    background-size:cover;
    background-position: center center;
    padding: 100px;
}

h2.text-white, p.text-white{
    color: #fff;
}

.network-management-content{
    padding: 60px 20px 60px 20px;
}

.benefits{
        background-color: #d9003c;
    padding: 60px;
    color: #fff;
}

.footer p a{
    font-weight: bold;
    color: #d9003c;
}

@media screen and (max-width: 1900px){
    .banner{
        height:410px;
    }
}

@media screen and (max-width: 1000px){
    .banner{
        height:324px;
    }
}

@media screen and (max-width: 700px){
    .banner{
        background-size: contain;
        background-repeat: no-repeat;
        height: 158px;
        margin-bottom: 20px;
    }
    
    .header-content{
        width:100%;
        padding: 20px;
    }
    
    h1.title{
        font-size: 30px;
    }
    
    .security-background{
        height: 492px;
        padding: 100px 20px 20px 20px;
        margin-bottom: 0px !important;
    }
    
    .security-background-inner{
        width: 100%;
        margin-top: 60px;
    }
    
    .network-management{
        width: 100%;
    }
    
    .image{
    padding-left: 30px;
}
    
    .benefits-inner{
        width: 100%;
    }
    
    .products{
        width: 100%;
        padding: 10px 30px 10px 30px;
        
    }
    
    h2.grey{
        padding-top: 60px;
        font-size: 20px !important;
    }
}

@media screen and (max-width: 600px){
    .products{
        width: 98%;        
    }
}