  /******** About Section ********/

#about {
  padding-top: 40px;
  padding-bottom: 40px;
}

#about .text h2 {
  font-size: 28px;
  text-transform: uppercase;
  font-family: 'Noto Sans', sans-serif;
  letter-spacing: 1px;
  font-weight: 600;
  text-align: center;
}

#about .text p {
  text-align: center;
  font-family: 'PT Sans', sans-serif;
  font-size: 16px;
}

#about .panel-group {
  margin-top: 30px;
}

#about .panel-heading:hover {
    cursor:pointer;
}

#about .panel-heading {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;    
}

#about .side-tab:hover {
     cursor: pointer;
}
    
#about .panel.panel-default {
     border: none;
     box-shadow: none !important;
     border-bottom-right-radius: 0px;
     border-bottom-left-radius: 0px;
        
}

#about .panel-heading {
     border: none;
     background-color: #2469A2;
     color: #fff;
}

#about .panel-title {
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Noto Sans', sans-serif;
}
 
#about .panel-body {
  border-right: 1px solid #2469A2;
  border-left: 1px solid #2469A2;
  font-family: 'PT Sans', sans-serif;
}     

#about #carousel {
  margin-top: 30px;
  position: relative;
  display: block;
}

#about #carousel .item img {
  width: 100%;
  height: 350px;
}
@media (max-width:768px){
  #about #carousel .item img {
  width: 100%;
  height:auto;
}
}