#about-header{
    background-image: url("../bundles/gestoriafrontend/images/home/about.jpg");
    -webkit-background-size: cover;
    background-size: cover;
    min-height: 445px;
}
#about-header .section-overlay{
/*    background: rgba(0, 0, 0, 0.4);*/
}
#about-header .float-content{
    bottom: -6%;
    top: auto;
}

.tabs{
    position: relative;
    margin-top: 20px;
}
.tabs > .tab{
    font-size: 30px;
    position: relative;
    color: white;
    padding: 20px 0;
    margin-top: -25px;
    font-weight: lighter !important;
    font-family: 'Open Sans', sans-serif;
}

h4{
    -webkit-margin-before: 1.33em;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}
.bi-inversetext {
    unicode-bidi: bidi-override;
    direction: rtl;
}