#main-content .bg-secondary {
  background-color: #f5f5f5 !important;
}
#main-content .bg-info {
  background-color: #f0f7fc !important;
}

#main-content section {
  padding-top: 3rem;
  padding-bottom: 0;
}
#main-content h2 {
  line-height: 1.6;
  font-size: 1.8rem;
}
#main-content h2 span{
  font-size: 1.4rem;
  font-weight: bold;
}
#main-content p{
  font-size: 1rem;
}
#main-content h1, #main-content h2, #main-content h3, #main-content h4, #main-content h5, #main-content h6, #main-content .h1, #main-content .h2, #main-content .h3, #main-content .h4, #main-content .h5, #main-content .h6{
  font-family: "SST W01 Roman","Helvetica Neue",Helvetica,Arial,sans-serif;
}
#main-content .navbar-expand-lg .navbar-collapse{
  justify-content: end;
}
#main-content .navbar-nav .nav-item:last-child .nav-link{
  padding-right: 1rem;
}
#main-content .text-primary{
  color: #2c81dc !important;
}
#main-content .text-danger{
  color: #df5d4d !important;
} 
#main-content .border-primary{
  border-color: #2c81dc !important;
}
#main-content .border-danger{
  border-color: #df5d4d !important;
}
@media (max-width: 575.98px) {
  #main-content section {
    padding-top: 1.5rem;
  }
  #main-content h2 {
    font-size: 1.5rem;
  }

}
