#p-catalogue{
    padding-top: 80px;
}
.catalogue-main-wrap{
    position: relative;
    z-index: 9;
}

.header-tile{
    padding: 10px 0 100px 0;
    /*background: url("https://i.l-new.inmobicdn.net/website/website/6.0.1/v6/img/catalogue-main-img.jpg") center no-repeat;*/
    /*background-size: cover;*/
    position: relative;
}

.header-tile h2{
    font-size: 36px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
    margin-bottom: 15px;
}

.header-tile .content{
    margin: 0 auto;
    color: #fff;
}

.header-tile p{
    font-size: 18px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: normal;
    text-align: center;
    color: #6f7c95;
}

.tile1{
    position: relative;
    padding: 0 63px 0;
}

.tile1 .tile-heading{
    text-align: center;
}

.products-list {
    /*margin-top: -100px;*/
}

.products-list li{
    display: inline-block;
    vertical-align: top;
    max-width: 48%;
    margin: 0 16px 16px 0;
}

.product-card{
    width: 100%;
    max-width: 674px;
    max-height: 415px;
    height: 100%;
    border-radius: 6px;
    border: solid 1px #e2e9f8;
    background-color: #ffffff;
    position: relative;
    overflow: hidden; 
    margin: 0 16px 16px;
    display: flex;
    flex-direction: row-reverse;
}

.product-card:hover{
    box-shadow: 0 30px 60px 0 rgba(11, 77, 204, 0.16);
}


.product-logo-card img{
    height: 20px;
    width: auto;
    margin-bottom: 29px;
}

.product-desc{
    margin-bottom: 40px;
    padding: 40px 20px 40px 40px;
    width: 60%;
}
.product-desc .p-logo{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 25px;
    color: #0b4dcc;
}
.product-desc p{
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.75;
    letter-spacing: normal;
    text-align: left;
    color: #3e485b;
    margin-bottom: 40px;
    min-height: 200px;
}

.product-card .img-wrap{
    width: 40%;
    text-align: right;
}

.product-card .img-wrap img{
    width: auto;
    height: 100%;
}

.product-card .options{
    width: 100%;
    padding-bottom: 40px;
}

.product-card .options a{
    margin-right: 30px;
}

.product-card .options a.learn-more{
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: 1.2px;
    text-align: left;
    color: #3e485b;
    margin-right: 0;
}

.product-card .options a.learn-more:hover{
    color: #0b4dcc;
}

.tile3{
    padding-top: 90px;
    padding-bottom: 100px;
    text-align: center;
}


.tile3 .tile-heading{
    text-align: center;
    font-size: 36px;
}

@media (max-width: 1100px) {
    .product-desc p {
        font-size: 14px;
    }
}

@media (max-width: 1024px) {
    .header-tile h2{
        font-size: 24px;
        line-height: 1.5;
        margin-bottom: 20px;
    }

    .header-tile p{
        font-size: 12px;
        line-height: 2;
    }

    #p-catalogue{
        padding-top: 30px;
        background: linear-gradient(rgba(247,247,247,.3), rgba(247,247,247,.3)), url(https://i.l-new.inmobicdn.net/website/website/6.0.1/v6/img/home/Earth-Pattern.png) left top repeat;
    }
    .header-tile{
        padding: 40px 20px 0 20px;
    }

    .tile1{
        padding: 0 20px;
        margin-top: 30px;
    }

    .tile1 .max1170{
        max-width: 700px;
    }

    .products-list{
        margin-top: 0;
    }

    .products-list li{
        margin: 0 auto 20px;
        max-width: 100%;
    }

    .product-card{
        margin: 0;
        max-width: 100%;
        height: 100%;
        max-height: 400px;
    }

    .product-desc{
        padding: 50px 20px;
        width: 100%;
        margin-bottom: 0px;
    }

    .product-desc p{
        font-size: 16px;
        line-height: 1.75;
        min-height: auto;
        margin-bottom: 30px;
    }

    .product-logo-card img{
        margin-bottom: 20px;
    }

    .product-card .options {
        padding-bottom: 0;
    }

    .tile3 {
        padding: 15px 20px 70px 20px;
    }

    .tile3 .tile-heading{
        font-size: 26px;
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .product-card {
        height: auto;
        max-height: none;
    }
}