body {
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: medium;
}

h1, h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: medium;
    text-align: center;
}

p {
    color: #000;
    font-size: medium;
    padding: 10px 20px 0 20px;
}

li {
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
}

.slick-slide {
    height: auto;
    width: 98%;
}

img {
    height: auto;
    width: 98%;
}

.map-responsive {
    height: 0;
    overflow: hidden;
    padding-bottom: 60%;
    position: relative;
}

.map-responsive iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}