/* body {

} */
.exam-main {
    min-height: 800px;
    width: 100%;
    background: url(../../assets/img/bg.e32edaf.png) no-repeat no-repeat;
    background-size: cover;
    background-position: center;
}

.exam-container {
    width: 930px;
    height: 100%;
    padding: 30px 20px;
    margin: 0 auto;
    border-radius: 4px;
}
  
.exam-container .exam-title {
    margin-top: 0px;
    text-align: center;
    font-size: 40px;
    color: #333;
    /* font-weight: 600; */
    line-height: 1.5;
}

.exam-info {
    width: 100%;
    margin: 30px auto 0 auto;
    font-size: 30px;
    color: #FFFFFF;
    line-height: 65px;
    text-indent: 2em;
    text-align: justify;
    letter-spacing: 1.2px;
}

.disclaimer-footer {
    width: 100%;
    margin: 60px auto;
    font-size: 30px;
    color: #FFFFFF;
    text-align: right;
}

h1 {
    color: #fff;
    text-shadow: 1px 3px 3px #666;
    margin: 67px 0 70px 0; 
    padding: 50px 0 0 0;
}
