.postbodyDescription {
    overflow-y:scroll !important;
    max-height: fit-content !important;
    overflow-y: scroll !important;
}

.h1, h1 {
  font-size: 3rem !important;  
  font-weight: bold !important;
}
.h2, h2, .prod-mainheading {
  font-size: 2.5rem !important;  
  font-weight: bold !important;
}
.h3, h3{
    font-size: 2rem !important;
    font-weight: bold !important;
}

.h4, h4{
    font-size: 1.5rem !important;
    font-weight: bold !important;
}

.h5, h5{
    font-size: 1.3rem !important;
    font-weight: bold !important;
}
pre{
    margin: 10px 0 10px !important;
}

.lead{
    font-size: 1.8rem;
}

.vptext.col-md-9>.lead>span{
    font-size: 2rem;
} 