.page-template-template-productsPage {
    background-image: url("../images/productsBanner.jpg");
    background-position: center -540px;
    height: 500px;
    background-repeat: no-repeat;
}
.page-template-template-advantagePage {
    background-image: url("../images/productsBanner.jpg");
    background-position: center -540px;
    height: 500px;
    background-repeat: no-repeat;
}
.titleBanner {
    height: 500px;
}
.titleBanner h1 {
    font-size: 65px !important;
    text-align: center !important;
    padding-top: 205px !important;
    font-weight: 300 !important;
    margin: 0 !important;
    width: inherit !important;
    line-height: inherit !important;
    text-transform: uppercase;
    color: white;
}
.products-page h2 {
    text-align: center;
    font-size: 37px;
    font-weight: 500;
    margin-top: 75px;
}
.products-page p {
    text-align: center;
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 0;
}
.productsWrapper {
    width: 60%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}
.whiteBG {
    background-color: white;
    width: 100%;
    height: 750;
    padding-top: 15px;
    padding-bottom: 50px;
}
.greyBG {
    width: 100%;
    height: 850px;
    padding-top: 25px;
    padding-bottom: 50px;
    background-color: #e8e8e8;
}
.productInfo-right {
    margin-left: auto;
    margin-right: auto;
}
.product-image-right {
}
.productInfo-left {
    margin-left: auto;
    margin-right: auto;
}
.product-image-left {
}
.advantage-page {
    height: 100%;
}
.advantage-page p {
    text-align: center;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
    margin-bottom: 0;
    padding-bottom: 50px;
}
.advantage-page ul {
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    line-height: 35px;
    font-weight: 500;
    margin-bottom: 0;
    text-decoration: none;
    width: 90%;
    padding-bottom: 100px;
    text-align: center;
    list-style: none;
}
.advantage-page ul li:after {
    content: '';
    display: block;
    height: 2px;
    width: 100px;
    background: #3ab0e2;
    margin: 8px 0 30px 0;
    margin-left: auto;
    margin-right: auto;
}
.advantage-page .whiteBG {
    background-color: white;
    width: 100%;
    height: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}
