body,html {
    margin: 0px;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.carousel {
    width: 1150px;
    margin: 5px auto;
}

.carousel h1 {
    font-size: 36px;
    margin: 0px 0px 30px 0px;
    font-weight: normal;
}

.carousel .box {
    float: left;
    width: 20%;
}

.carousel .box p {
    font-size: 20px;
    color: #036;
    text-align: center;
    margin: 0;
}

.carousel .box p img {
    margin-bottom: 50px;
    margin: auto;
}

.slick-prev, .slick-next {
    background: url(../images//arrows.png);
    width: 22px;
    height: 33px;
    position: absolute;
    top: 30%;
    display: block;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    z-index: 100;
}

.slick-prev {
    background-position: 0px;
    left: 0px;
}

.slick-next {
    background-position: -22px;
    right: 0px;
}

@media only screen and (max-width: 961px) {
    .carousel {
        width: 90%;
    }
}