.page-header {
    border-bottom: 0px solid #ddd;
}

.page-header.module-content {
    background: white;
}




.ribbon {
  pointer-events: none;
  position: fixed;
  bottom: 0;
  z-index: 50;
  height: 9rem; /* 144px */
  width: 100%;
}
 
@media (min-width: 1024px) {
  .ribbon {
    position: fixed;
    right: 0;
    top: 0;
    width: 9rem; /* 144px */
    overflow: hidden;
  }
}
 
 
.ribbon-text {
  pointer-events: none;
  position: fixed;
  bottom: 0;
  z-index: 50;
  width: 100%;
  background-color: #e11d48; /* rose-600 */
  padding-top: 0.5rem; /* 8px */
  padding-bottom: 0.5rem; /* 8px */
  text-align: center;
  font-weight: 600;
  color: #ffffff;
}
 
@media (min-width: 1024px) {
  .ribbon-text {
    position: absolute;
    bottom: auto;
    right: -60px;
    top: 35px;
    width: 230px;
    transform: rotate(45deg);
  }
}


/* For About page */
.about h3.title{
  color: #0092cc;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.125;
  margin-top: 2rem;
  margin-bottom: 1.125rem;
}
 
.about{
    color: #4a4a4a;
    font-size: 1.2em;
    font-weight: 400;
    line-height: 1.5;
}
 
.about p{
    margin-bottom: 1rem;
}
 
.about dt{
  font-weight: 600;
  color: black;
}
 
.about dd{
  margin-bottom: 0.5rem;
}
 