body p{
    font-family: 'Roboto', sans-serif;
}


/* color titles */
:root {
    --color-land: rgb(252, 193, 154);
  }

.title-land-h3{
   color: var(--color-land)!important;
}

.block-long-text.section_title_container .section_title {
    /* width: 33.33%; */
    min-width: 100px;
    margin: 0 auto 2rem 22% !important;
    position: relative;}

    .divider {
        border-top: 2px solid #140D1A;
    }
    
.scroll-color{
    color: var(--project-Color);
    font-size: 40px !important;
}

.land-counter{
    color: var(--color-land)!important;
    font-size: 40px !important;
}

.section_title h1:before, .section_title h3:before {
    content: '';
    width: 5vw;
    height: 1px;
    background-color: #000;
    display: block;
    transform: translate(-6.5vw, 1rem);
}