._p-features {
    white-space: pre-line;
    line-height: 24px;
}

@media (max-width: 767px) {
	.sd-flex{
        display: inline-grid;
    }
    .order-1{
        order: 1;
    }
    .order-0{
        order: 0;
    }
    .picZoomer-pic {
        width: 100%;
    }
    ._boxzoom .zoom-thumb ul.piclist {
        display: flex;
        flex-wrap: wrap;
    }
    .sd_thumb {
        width: 100% !important;
    }
    .sd_piclist li {
        flex: 1 1 20%;
        max-width: 20%;
    }
}

.mb-30{
    margin-bottom: 30px;
}

.product_catalouge{
    padding:50px 0;
    text-align: center;
}
.product_catalouge h1{
    font-size: 45px;
}

.catalogue_single{
    margin-bottom: 30px;
    border: 1px solid #ddd;
}
.catalogue_single img{
    width: 100%;
}

.cat_content{
    padding:15px;
    text-align: center;
}

.cat_content h2{
    font-size: 22px;
    font-weight: bold;
}
.download{
    display: flex;
    align-items: center;
    margin-top: 25px;
    justify-content: center;
}
.download h3{
    font-size: 18px;
}
.download a{
    margin-left: 25px;
    font-size: 22px;
}