@media only screen and (max-width: 1090px) {
    .info-left a {
        font-size: 17px;
    }
    .text-smaller{
        font-size: 17px;
    }
}

@media only screen and (max-width: 991px) {
    .naslov h1 {
        color: #f8f5f0;
        font-size: 57px;
        margin: 0px;
    }
    .text-center{
        text-align: left !important;
    }
    .text-smaller{
        text-align: left !important;
    }

}
@media only screen and (max-width: 758px) {

    .text-dark-product {
        font-size: 47px;
    }
    .naslov h1 {
        font-size: 47px;
    }
}
@media only screen and (max-width: 710px) {

    .header-top .left-top .header-info:nth-child(2) {
        display: none;
    }
}
@media only screen and (max-width: 580px) {


    .text-dark{
        font-size: 49px;
    }
}
@media only screen and (max-width: 500px) {

    .text-dark-product{
        font-size: 27px;
    }
}
@media only screen and (max-width: 386px) {
    .text-white p {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .naslov h1 {
        font-size: 40px;
        margin: 0px;
    }
    .text-larger {
        font-size: 50px;
    }
    .subtitle-text {
        font-size: 18px;
    }
    .text-dark {
        font-size: 35px;
        margin-bottom: 00px;
    }

}
