/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    #hero h1 {
        font-size: 56px;
        font-weight: 900;
        line-height: 64px;
    }

    .asset-home-1 {
        max-width: 250px;
        margin-top: -80px;
    }

    .asset-home-2 {
        max-width: 250px;
        margin-top: -250px;
    }

    .asset-home-4 {
        max-width: 350px;
        margin-top: 200px;
    }

    .asset-home-5 {
        max-width: 250px;
        margin-top: -220px;
    }

    .asset-home-6 {
        max-width: 250px;
        margin-top: -230px;
    }

    #start {
        background-image: url(../images/asset-home-7.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    #testimoni .card {
        width: 270px;
    }

    #testimoni .card .box .quotes {
        display: block;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
    .asset-home-1 {
        max-width: 300px;
        margin-top: -120px;
    }

    .asset-home-2 {
        max-width: 300px;
        margin-top: -250px;
    }

    .asset-home-4 {
        max-width: 400px;
        margin-top: 150px;
    }

    .asset-home-5 {
        max-width: 300px;
        margin-top: -230px;
    }

    .asset-home-6 {
        max-width: 300px;
        margin-top: -280px;
    }

    #start {
        background-image: url(../images/asset-home-7.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
    .asset-home-1 {
        max-width: 350px;
        margin-top: -120px;
    }

    .asset-home-2 {
        max-width: 350px;
        margin-top: -250px;
    }

    .asset-home-4 {
        max-width: 400px;
        margin-top: 100px;
    }

    .asset-home-5 {
        max-width: 350px;
        margin-top: -250px;
    }

    .asset-home-6 {
        max-width: 350px;
        margin-top: -320px;
    }
}


/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .asset-home-1 {
        margin-top: -180px;
    }

    .asset-home-2 {
        margin-top: -300px;
    }

    .asset-home-4 {
        margin-top: 50px;
    }

    .asset-home-5 {
        margin-top: -250px;
    }

    .asset-home-6 {
        margin-top: -350px;
    }
}


/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .asset-home-1 {
        margin-top: -200px;
    }

    .asset-home-2 {
        margin-top: -300px;
    }

    .asset-home-4 {
        margin-top: -50px;
    }

    .asset-home-5 {
        margin-top: -250px;
    }

    .asset-home-6 {
        margin-top: -350px;
    }
}