.main-certificates{
    background: white;
    padding-bottom: 100px;
    padding-top: 40px;
}
.main-certificates h2{
    color: #0099d6;
    margin-top: 0;
}
.certificates{
    display: flex;
}
.certificates a{
    padding: 10px;
    margin: 10px;
    border: 2px solid rgba(0, 153, 214, 0.2);
    border-radius: 2px;
}
.certificates a:hover{
    background: rgba(0, 153, 214, 0.2);
}
.certificates img{
    max-width:100%;
}

.certificates-more{
    text-align: center;
    margin-top: 30px;
}
.certificates-more a{
    font-weight: 700;
}
.certificates-more .fa{
    color: #0099d6;
    font-size: 25px;
    position: relative;
    top: 3px;
    left: 4px;
}
