.content{
    margin-left: 5%;
    margin-right: 10%;
}
.section-title{
    font-weight: bold;
    color: dodgerblue;
    margin-bottom: 25px;
}
.question{
    margin-left: 1%;
    font-weight: bold;
    font-size: 22px;
}
.answer{
    margin-left: 1%;
    font-size: 18px;
    margin-bottom: 1%;
}
.question-div{
    margin-bottom: 2%;
}
.inline-class{
    display: inline;
}
.accordion-example {
  display: none;
}
.accordion:not(.accordion-example) {
  margin-bottom: 40px;
}
.accordion .card {
  width: 100%;
  margin: 0 auto;
}
.accordion .card .card-header {
  width: 100%;
}
.acc-card-btn {
  outline: none;
  box-shadow: none !important;
  font-weight: bold;
  font-size: 22px;
}

.accordion .collapse {
  width: 100%;
}
.accordion .collapse .card-body {
  width: 100%;
  text-align: left;
  font-size: 18px;
}

#videos video {
  width: 100%;
  height: 300px;
  margin-bottom: 10px;
}
#videos .title {
  font-size: 18px;
  color: #444;
  font-weight: bold;
  text-align: center;
}