.sdgs-wrap h2 {
    font-size: 1.3em;
    color: #000;
    padding: 12px 0;
    line-height: 1.4;
    margin: 0 0 20px 0;
    text-align: center;
    border-top: 2px solid #006aab;
    border-bottom: 2px solid #006aab;
    font-weight: 400;
}

.sdgs-icon {
    /* float: left; */
    /* width: 20%; */
    max-width: 100px;
    height: auto;
    margin-bottom: 0.75em;
    /* margin: 5px; */
}

@media screen and (max-width:600px){
    .container{
        width: 100%!important;
    }
}