.collection-page h2 {
    font-size: 30px;
}
.collection-page p {
    padding: 0 100px !important;
}

@media only screen and (max-width:767px) {
.collection-page p {
    padding: 0 20px !important;
}

}