body{
	font-family: "Lato", sans-serif;
	font-size: 14px;
}
.about{
	padding: 1em;
}
a:hover, a:focus{
    text-decoration: none;
    outline: none;
}
h3{
	font-size: 25px;
	font-family: "Oswald", sans-serif;
	text-align: center;
	margin-bottom: 4%;
}
h3:after {
    position: absolute;
    content: " ";
    width: 78px;
    height: 2px;
    background: #eb0000;
    display: block;
    /* bottom: -18px; */
    left: 47%;
    border-radius: 5px;
    margin-top: 1%;
}
h4{
    font-size: 16px;
    font-weight: bold;
}
p, li{font-size: 14px;}

@media (max-width: 767px){
    h3:after {
    position: absolute;
    content: " ";
    width: 78px;
    height: 2px;
    background: #eb0000;
    display: block;
    /* bottom: -18px; */
    left: 37%;
    border-radius: 5px;
    margin-top: 1%;
}
h4{
    font-size: 14px;
    font-weight: bold;
}
}
.panel-default>.panel-heading:hover {
    color: #fff;
    background-color: #eb0000;
    border-color: #eb0000;
}
.question:after {
    font-family: FontAwesome;
    height: auto;
    content: "\f107"; 
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.active:after {
    font-family: FontAwesome;
    content: "\f106";
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    color: inherit;
    text-transform: capitalize;
    font-weight: normal;
}