* {
    --body-font-color: #4a4a4a;
}
.subtitle {
    padding: 4px 17px 3px;
}
.btn-main.home-cta {
    font-size: 22px;
}

#gallery-row .gallery-item {
    min-height: 420px;
    position: relative;
}
#gallery-row .gallery-item img {
    object-fit: cover;
    position: absolute;
    height: 100%;
}

#intro h1 {
    margin-bottom: 20px;
}
#intro p {
    margin-bottom: 30px;
}
#sticky-phone {
    display: none;
    position: fixed;
    left: 20px;
    bottom: 40px;
    color: #fff;
    background: #48b1fb;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    line-height: 56px;
    font-size: 42px;
    z-index: 999999;
}

.main-check {
    list-style-type: none;
    padding: 0;
    margin-top: 0;
    margin-bottom: 35px;
}
.main-check li {
    margin-bottom: 5px;
}
.main-check i {
    color: #48b1fb;
    margin-right: 8px;
}
@media screen and (max-width: 767px) {
   
    #intro h1 {
        line-height: 1.1em;
        font-size: 36px;
    }
    #intro p {
        line-height: 1.5em;
    }
    #intro .home-cta {
        margin-bottom: 25px;
        font-size: 24px;
        padding: 8px 28px;
    }
    #usluge {
        margin-bottom: 40px;
    }
    .benefit {
        margin-bottom: 20px;
    }
    #gallery-row .gallery-item {
        min-height: 260px;
    }
    p.lead {
        line-height: 1.5em;
    }
    #sticky-phone {
        display: block;
    }
    #o-nama p {
        line-height: 1.5em;
    }
    footer .widget h5 {
        font-size: 16px;
    }
    .opstine a {
        font-size: 14px;
        line-height: 1.5em;
        display: block;
        margin-bottom: 10px;
    }
}