
footer p{
    
}


.defaultH1 {
    font-size: 70px !important;
    line-height: 1.2 !important;
  
 
}

.defaultH2 {
    font-size: 42px !important;
    /* margin-bottom:30px !important; */
  
}

.defaultH3 {
    font-size: 30px !important;
    margin: 0 0 6px;
    font-family: Syne, Manrope, sans-serif;
    font-weight: 600 !important;
   
    
}

.defaultH4 {
    font-size: 24px !important;
}

.defaultP,
li {
    font-size: 20px !important;
    line-height: 1.2 !important;
    margin-block: 10px;
    color:#a9b2d8;
        /* color: var(--muted); */
     

}

li{
   margin-block: 0px; 
}


header li{
        margin-block: 0px;
}

section {
    padding: 30px 0 !important;
    margin-bottom: 0px !important;
}

.left{
    border-top: 1px solid var(--stroke);
}
.left h1 { margin-top: 40px;}

.left a{
   color: #d0ff24;
}

.left .hero__title{
margin-bottom: 45px;
}

.left section {
    padding: 10px 0 !important;
    margin-bottom: 0px !important;
        margin: 40px auto !important;
    
}

section h2 {
    margin-top: 0 !important;
    margin-bottom: 0px !important;
}

section h2 + p {
    margin: 0 !important;
    margin-bottom: 20px !important;
}

@media screen and (width < 1100px) {
    .defaultH1 {
        font-size: 50px !important;
        line-height: 1.2;
    }
    .defaultH2 {
        font-size: 44px !important;
    }
    .defaultH3 {
        font-size: 24px !important;
    }
    .defaultH4 {
        font-size: 20px !important;
    }
    .defaultP,
    li {
        font-size: 20px !important;
    }


    .left section {
        padding: 10px 0 !important;
        margin-bottom: 0px !important;
    }
    section h2 {
        margin-top: 0 !important;
        margin-bottom: 20px !important;
    }


    .rv-controls{
 margin-bottom: 20px !important;
    }
}

@media screen and (width < 700px) {
    .defaultH1 {
        font-size: 44px !important;
    }
    .defaultH2 {
        font-size: 34px !important;
    }


    section {
    padding: 10px 0 !important;
    margin-bottom: 0px !important;
}

}

@media screen and (width < 500px) {
    .defaultH1 {
        font-size: 40px !important;
    }
    .defaultH2 {
        font-size: 30px !important;
    }
}

@media screen and (width < 380px) {
    .defaultH1 {
        font-size: 36px !important;
    }
    .defaultH2 {
        font-size: 28px !important;
    }
}


