/*
Theme Name: Klimatsmart
Author: Creative Works
Template: hello-elementor
*/



html{
    font-size: 100%;
}
body{
    font-weight: 400;
    color: #707070;
}
body, h1, h2, h3, h4, h5, p, span, a, b, strong, div, li, input, textarea, select, option{
    font-family: "neo-sans", sans-serif;
}
h1, h2, h3, h4, h5{
    font-weight: 700;
}
h1{
    font-size: 4rem;
    font-weight: 400;
    line-height: 1.3;
}
h2{
    font-size: 3rem;
    font-weight: 400;
    line-height: 1.3;
}
h3{
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.3;
}
h4{
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.3;
}
h5{
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.3;
}
p{
    margin: 0 0 0 0;
}
div{

}
a{
    color: #707070;
}
b, strong{
    font-weight: 700;
}

ul{
    padding-left: 20px;
}
ul li{
    padding-top: 10px;
    padding-left: 10px;
}
ul li:first-child{
    padding-top: 0px;
}

.red-line-heading{
    display: flex;
    align-items: center;
    column-gap: 34px;
}
.red-line-heading::before{
    content: '';
    display: block;
    width: 8px;
    height: 72px;
    background-color: #E30613;
    transform: translateX(1px);
}

.red-txt{
    color:#E30613;
}

.quote-heading{
    position: relative;
}
.quote-heading::before{
    content: '”';
    font-size: 223px;
    line-height: 1;
    display: inline-block;
    position: absolute;
    margin-left: -95px;
    margin-top: -47px;
    font-style: normal;
}

@media only screen and (min-width: 1025px){
    .dolj-desktop{
        display: none;
    }
}
@media only screen and (max-width: 1024px){
    .dolj-mobil{
        display: none;
    }
    body .site-main .page-content .h1-1{
        inset-block-start: 40px;
        inset-inline-start: 40px;   
    }
    body .site-main .page-content .h1-2{
        inset-block-start: 78px;
        inset-inline-start: 70px;
    }
    .red-line-heading{
        column-gap: 18px;
    }
    .red-line-heading::before{
        width: 6px;
        height: 43px;
    }
    .quote-heading::before{
        font-size: 110px;
        margin-left: -45px;
        margin-top: -22px;

    }
} /* </1024px> */

@media only screen and (max-width: 767px){

} /* </767px> */

@media only screen and (max-width: 370px){

} /* </370px> */





