﻿.slogan {
    font-size: 4em;
    font-weight: bold;
    margin-top: 0.5em;
    margin-bottom:0.5em;
    color: rgba(0, 161, 156, 1);
}


#mainSlider > div {
    position:relative;
}


@media(max-width:1024px) {
    .slick-slide {
        height: 120px;
    }

        .slick-slide img {
            height: 120px;
            width: auto;
        }

    .slogan {
        font-size: 2em;
        margin-bottom: 0.5rem;
        margin-top: 0.5rem;
    }
}

@media(max-width:768px) and (min-width:640px) {
    .slick-slide {
        height: 220px;
    }

        .slick-slide img {
            height: 220px;
            width: auto;
        }

   
}

.about-section {
    background: url(../images/home/white-spot-bg.jpg) no-repeat bottom right white;
}
