﻿#about-us {
    font-size: 1.5em;
    text-align: justify;
    padding: 20px 40px;
    margin-top: 5px;
    /*width: 100%;*/
    margin-bottom: 10px;
    background-color: #EEEEEE;
    border-radius: 5px;
    border: 1px solid gray;
    -webkit-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.75);
    box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.75);
}

.desktop #about-us {
    width: 100%;
    line-height: 1.7em;
}

.mobile #about-us {
   /* line-height: 3em;*/
    margin-top: 30px;
}

#taking-the-exam-container {
    text-align: center;
}

.desktop #taking-the-exam {
    height: 80px;
    width: 350px;
    font-size: 2em;
}

.mobile #taking-the-exam {
    width: 100%;
    font-size: 1.5em;
    margin: 10px 0;
}
