span.bold{
    font-weight: bold !important;
}

.footer-about p,
.footer-develop{
    color: #fff;
}

.footer-about p.name{
    margin: 20px 0px 10px 0px;
    font-size: 18px;
}

.sertificates-slider ul > li:before{
    content: none;
}

.footer-develop a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: end;
}


.footer-develop a span{
    color: #fff;
}

@media (width <= 768px) {
    .footer-develop {
        padding: 15px 30px;
    }
}


@media (width <= 500px) {
    .sertificates-slider a{
        display: flex !important;
        justify-content: center;
        align-items: center;
    }
}