.ce-datasheets {
    max-width: 1240px;
    margin: 0 auto 50px;
    padding: 0 180px;
}
.ce-datasheets h2 {
    margin-top: 45px;
}
.ce-datasheets > div {
    overflow: hidden;
    width: 100%;
}
.ce-datasheets > div > div {
    margin-left: 1.4%;
    width: 23.95%;
    float: left;
}
.ce-datasheets > div > div:first-child {
    margin-left: 0;
}
.ce-datasheets > div > div h6 {
    font-weight: 400;
    font-size: 16px;
    background-color: #d7d7d7;
    color: #464646;
    line-height: 20px;
    padding: 15px 10px;
    margin: 0 0 5px;
}
.ce-datasheets > div > div p {
    font-weight: 300;
    font-size: 16px;
    display: block;
    background-color: #f7f7f7;
    color: #464646;
    line-height: 20px;
    padding: 5px 10px;
    margin: 0 0 5px;
    font-style: italic;
    background-image: url('../../img/ce-datasheets/download-arrow.png');
    background-repeat: no-repeat;
    background-position: right center;
}

@media screen and (max-width: 1380px) {
    .ce-datasheets {
        max-width: 90%;
        padding: 0;
    }
}

@media screen and (max-width: 959px) {
    .ce-datasheets > div > div {
        margin: 0 0.7% 1.4% !important;
        width: 48.6%;
        float: left;
    }
}

@media screen and (max-width: 570px) {
    .ce-datasheets > div > div {
        margin: 0 0 1.4% !important;
        width: 100%;
        float: left;
    }
}