   html, body {
    height: 100%;
    font-size: 13px;
    }

    body {
    background-color: #f8f7f4;
    padding-top:0;
    font-size:16px;
    }

    .row {
      max-width: 76.92308rem;
    }
    .strong {
      font-weight: bold;
    }
    .container {
    padding: 1px;
    }
    .navbar {
      background-color: #ffffff;
      border-bottom: 1px solid #EBE6DB;
      margin-bottom: 0;
    }

    .sourcetext {
      font-size: 12px;
    }


    .navbar img {
    height: 30px;
    margin: 10px 0;
    }
    .navbar-header {
      float: none;
      padding: 0;
      margin: 0;
    }
    .info-text {
        padding-left: 0;
        padding-right: 30px;
    }
   
  






   
    
    h1{
        font-family: 'aleoregular';
        font-size: 45px;
        font-weight: normal;
        color: #474747;
        line-height: 55px;
        margin-top: 33.5px;
        margin-bottom: 10px;
    }
    h2 {
      line-height: 1.4;
      font-size: 24px;
      font-weight: normal !important;
      margin-top: 2.6px;
      margin-bottom: 6.5px;
      border: none !important;
    }
    p {
      font-family: inherit;
	  color: #424242;
      font-weight: normal;
      font-size: 1.2rem;
      line-height: 1.4;
      margin-bottom: 1.53846rem;
      text-rendering: optimizeLegibility;
    }
  
   .last-module {
font-size: 0.92308rem;
text-align: center;
color: #adadad;
margin-top: 20px;
padding-bottom: 5px;
}

@media (max-width:640px){
    .rrssb-text{
        font-size:12px !important;
    }
}