/* ****** LANDING TEXT ****** */

#landingX-about{
    position: relative;
}

#landingX-about::before{
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(to top,#000000, transparent);
    z-index: 1000;
}

#landing-about{
    line-height: normal;
    background-color: #000000;
    padding-left: 15%; 
    padding-right: 15%;
    padding-top: 100px;
    padding-bottom: 100px;
}

#landing_text-about{
    font-size:7vw;
    font-weight: 900;
    font-family: 'Lexend', sans-serif;
    letter-spacing: 0.1;
    line-height: 1.5;
    color: rgb(255, 255, 255);
}

.about-description{
    color: white;
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 100px;
    font-family: 'Lexend', sans-serif;

}


@media screen and (max-device-width: 640px) {
    #landing_text-about{
        font-size:10vw;
        font-weight: 800;
        font-family: 'Lexend', sans-serif;
        letter-spacing: 0.1;
        line-height: 1;
        color: rgb(255, 255, 255);
    }
  }
