.questions-box .container {
    padding-right: 80px ;
    padding-left: 80px ;
    padding-top: 80px;
}
.questions-box h3 {
    text-align: right;
    border-bottom: 2px solid #bbb;
    border-bottom-width: 50%;
    padding-bottom: 20px;
    margin-bottom: 40px;
    font-size: 30px;
    font-weight: bold;

}

p {
    font-size: 20px;
}

.questions-box a {
    text-decoration: none;
    color: black;
    font-size: 20px;

}
.questions-box a:hover {
    color: orange;
}
.panel-title {
    font-size: 20px;
}

.panel-body {
    font-size:20px;
}