/**
* Theme Name: Concessionario
* Description: Concessionario WordPress theme
* Author: Syrus
* Template: syrus
* Version: 0.0.1
*/

.c-item_price {
    position: absolute;
    right: 15px;
    top: 15px;
    background-color: lime;
    color: black;
    padding: 2px 10px;
    border-radius: 20px;
}

#content section:first-of-type {
    padding-top: 100px !important;
}


@media only screen and (max-width: 992px) {
    h1, h1.ultra-big, h1.ultra-big .text-line, h1.ultra-big-2 {
        font-size: 12vw !important;
    }

    .de_count h3 {
        font-size: 60px !important;
    }

    .de_count h4 {
        font-size: 14px !important;
        line-height: 15px;
    }
}