* {
    font-family: 'Playfair Display', serif;
}

.heading {
    padding: 1%;
}

.heading h1 {
    font-size: 50px;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #eb7d22!important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media(max-width:768px) {
    .heading h1 {
        font-size: 35px;
    }
}