.history-title
{
    
    display: inline-block;
    min-width: 10px;
    padding: 5px 50px;
    font-size: 25px;
    font-style: italic;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    background-color: #0097cd;
    border-radius: 20px;
}

.history-container
{
    background-color: #FFF;
}

.history-small-container
{
    margin-top:100px;
    max-width:1000px;
    margin-bottom: 100px;
}


.history-text
{
    font-style: italic;
    font-size: 18px;
    color: #383838;
}

@media(max-width: 992px){
    .history-header
    {
        text-align:center;
    }
    .history-text
    {
        text-align:justify;
    }
}