body {
    font-family:  "Montserrat", sans-serif;
   
    
}

h1, h2, h3, h4, h5, h6 {
    line-height: 120%;
}
#aboutSection{
    margin: auto;
    margin-top: 22vh;
    padding-top: 3vh;
    padding-bottom: 5vh;
    display: flex;
    flex-direction: column;
    height: auto;
    width: 80vw;


}
#aboutText{
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 2.3vh;
    text-align: left;
    line-height: 140%;
    margin: auto;
    padding: 1vw;
    text-align: left;
    text-justify: inter-word;
    word-break:keep-all

    
}

p, li {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 2.3vh;
    text-align: left;
    line-height: 140%;
}

#map{
    margin-top: 10vh;
    margin-bottom: 0px;
    width: 100vw;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;

}
