.c-repair {
    margin: 50px 100px;
    padding: 20px;
}
@media (max-width: 876px) {
    .c-repair {
        margin: 1em;
    }
}

p {
    font-size: 1.15rem;
    opacity: 0.6;
    margin: 1.5rem 0;
    line-height: 1.5;
}

ul {
    list-style: none;
}
ul.servisiranje li::before {
    content: "\f7d9";
}
ul.najam li::before {
    content: "\f054";
}

li {
    position: relative;
    font-size: 1.15rem;
    opacity: 0.8;
    line-height: 2;
}
li::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 50%;
    left: -20px;
    transform: translate(-50%, -50%);
    font-size: 1rem;
}

h1,
h2,
h3 {
    margin-top: 0;
    font-family: "Mulish", "sans-serif";
}

h1 {
    font-size: 3rem;
}

h2 {
    font-size: 2rem !important;
    font-weight: 700 !important;
}

.article-bold {
    font-weight: 600;
}

.article-head-image {
    height: 300px;
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    background-size: 100%;
    border: 1px solid #c6c6d2;
}
.article-head-image.servisiranje {
    background-image: url("https://static.splajser.com/servisiranje-pozadina.jpeg");
    background-position: 0% 25%;
}

.article-section {
    position: relative;
    margin: 2rem 0;
}
.article-section.col {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
}
@media (max-width: 450px) {
    .article-section.col {
        grid-template-columns: 100%;
    }
}
.article-section.gallery {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.btn.article-btn {
    font-size: 1.3rem;
    padding: 7px 15px;
    border-radius: 10px;
}
.btn.article-btn.servisiranje-head-btn {
    position: absolute;
    top: 0;
    right: 0;
}
@media (max-width: 1000px) {
    .btn.article-btn.servisiranje-head-btn {
        position: relative;
    }
}

.c-servisiranje-head-btn {
    position: absolute;
    top: 0;
    right: 0;
}
@media (max-width: 1000px) {
    .c-servisiranje-head-btn {
        position: relative;
    }
}

.article-separator {
    height: 1px;
    background-color: #c6c6d2;
    margin: 3rem 0;
}

.article-image {
    border: 1px solid #c6c6d2;
    width: 100%;
    border-radius: 10px;
}

.article-image-desc {
    font-size: 0.8rem;
    margin: 0.5rem 0;
    text-align: center;
}

.article-subtitle {
    font-size: 1.45rem;
    font-style: italic;
    margin: -1rem 0 2rem 0;
}

.article-gallery-image-wrapper {
    height: 180px;
    overflow: hidden;
    display: flex;
    align-items: center;
    border: 1px solid #c6c6d2;
    border-radius: 10px;
}
.article-gallery-image-wrapper img {
    border: none;
    min-width: 100%;
    min-height: 100%;
}/*# sourceMappingURL=article.css.map */