﻿@media screen and (max-width: 600px) {
    .hero-wrap {
        height: calc(70vh - 220px) !important;
        min-height: inherit !important;
    }
    .slider-text h1 {
        font-size: 3rem !important;
    }

    .slider-text {
        height: 215px !important;
    }

    .ftco-intro .block-18.color-1{
        margin-bottom:20px !important;
        border-radius:8px !important;
    }

    .ftco-intro .block-18.color-2 {
        border-radius: 8px !important;
    }

    .ftco-intro .block-18.color-3 {
        margin-top: 20px !important;
        border-radius: 8px !important;
    }

    .latest-dataset-item {
        margin: 15px 0 !important;
        border-bottom: 1px #eee solid;
        padding-bottom: 20px;
    }

    .footer-company{
        text-align:center;
    }

    .footer-company a{
        display:block;
        margin-bottom:10px;
    }

    .foooter-contact{
        text-align: center;
    }

    .links ul li {
        min-width: 50%;
    }
}