.achievements-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: #050d9e;
    border-radius: 20px;
}

.achievements-subtitle
{
    font-size: 15px;
}

.achievements-container
{
    background-color: #00B5ED;
}

.achievements-small-container
{
    margin-top:100px;
    max-width:800px;
    margin-bottom: 100px;
}

.orange
{
  background-color: #77bc1f;
  color: #FFF;
  border-color: #FFF;
  border:1px;
  border-style: solid;
}



.achievements-text
{
	font-style: italic;
	font-size: 18px;
	color: #003C80;
}

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

.achievement
{
    margin-bottom:50px; 
    max-width:410px; 
    padding:10px; 
}

@media(max-width: 767px){


    .achievement
    {
        margin-right:auto;
        margin-left:auto;
    }
}