#aboutus-container{
    position: absolute;
    width: 80%;
    height: 80%;
    left: 10%;
    top: 10%;
    text-align: center;
}
#aboutus-container label{
    color: black;
    font-size: 25pt;
    font-weight: bold; 
    margin-bottom: 10%;  
}
#textarea-row{
    position: relative;
    width: 100%;
    height: 30vh;
    margin-bottom: 3%;
}
#textarea-row div{
    position: absolute;
    top: 0;
    left: 2%;
    font-size: 16pt;
    width: 25%;
    margin-right:1%;
    text-align: right;
    display: inline-block;
}
#textarea-row > textarea{
    position: absolute;
    top: 0;
    right: 11.5%;
    width: 60%;
    font-size: 14pt;
    border: 2px solid grey;
}
#aboutus-container-left{
    position: absolute;
    left:0;
    top:0;
    height: 100%;
    width: 100%;
    text-align: center;  
}
.aboutus-left-title{
    color: black;
    font-size: 20pt;
    font-weight: bold; 
    margin-top: 10%;
    display: block;
}
.aboutus-left-text{
    color: black;
    font-size: 18pt;
    font-weight: 100;
    padding: 0 20px;
    display: block;
}
.aboutus-row{
    width: 100%;
    height: 15vh;
}
.aboutus-row > img{
    height: 6vh;
    width: 6vh;
}
.aboutus-row > label{
    color: black;
    font-size: 18pt;
    font-weight: bold; 
    display: block;
}
.aboutus-row > p{
    color: black;
    font-size: 14pt;
    font-weight: 100;
    margin: 0 auto;
}
#aboutus-map{
    width: 100%;
    height: 20vh;
    margin: 3vh 0;
}
#aboutus-map > img{
    height: 100%;
    width: 90%;
}