.about-box {
    background-color: #f7f7f7;
    padding: 15px 20px;
    position: relative;
    margin-bottom: 10px;
    border: 1px solid #cccccc;
}

.row-fluid{
    display:flex;
    width: 100%;
    justify-content: space-around;

}

.span6 {
    flex-basis: 48%;
    display:flex;
}

.span8 {
    flex-basis: 66%;
    display:flex;

}

.span4 {
    flex-basis: 33%;
    display:flex;
}


fieldset #edit-field-tags-learning--wrapper{
    height: 300px;
    overflow: scroll;
    overflow-x: hidden;
    width: 300px;
    padding: 20px;
    border: 3px solid grey;
    border-radius: 5px;
}

b, strong {
    font-weight: bold !important;
}