:root {
    --accent: #8c13e4 !important;
    --primary-font: Poppins, sans-serif;
    --secondary-font: Open Sans, sans-serif;
}

.cs-hero.cs-style3 .cs-hero_highlite {color: transparent;}
@media (max-width: 992px) {
    .col-lg-8 .cs-portfolio_bg {
        background-position: center !important;
        background-repeat: repeat !important;
        background-size: contain !important;
    }
    .col-lg-4 .cs-portfolio_bg {
        background-size: contain !important;
        background-color: gray;
    }
}
