/* Home page */

.cs-hero-title {
    line-height: 10rem;
}

@media (max-width: 992px) {
    .cs-hero-title {
        font-size: 3rem!important;
        line-height: 4rem!important;
    }
}

/*.cs-hero-title br {*/
/*    display: block;*/
/*    margin-bottom: 20px;*/
/*    content:'';*/
/*}*/

.cs-expertise > div {
    margin-bottom: 120px;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #869514;
    --bs-btn-border-color: #869514;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #94a818;
    --bs-btn-hover-border-color: #94a818;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #94a818;
    --bs-btn-active-border-color: #94a818;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #869514;
    --bs-btn-disabled-border-color: #869514;
}

:root {
    --cs-primary: #C0D725;
    --bs-primary-rgb: 192, 215, 37;
    --cs-secondary: #00bcd4;
}

.cs-news-page h2 {
    font-size: 1.8rem;
}

.cs-news-page h3 {
    font-size: 1.2rem;
}

.cs-news-page ul {
    padding-left: 2rem;
    margin-bottom: 2rem;
}

/*.text-primary {}*/
