.footer-container{
    max-width: 60%;
    margin: auto;
}

.footer-row{
    display: flex;
    flex-wrap: wrap;
}

.footer-col{
    width: 30%;
    padding: 0 25px;
}

.footer-col h4{
    font-size: 22px;
    color: white;
    margin-bottom: 20px;
    font-weight: 500;
    position: relative;
}

.footer-p{
    color: white;
    text-decoration: underline;
    text-decoration-thickness: 0.7px;
}

.footer-col h4::before{
    content: '';
    position: absolute;
    background-color: black;
    left: 0;
    bottom: -10px;
    height: 2px;
    box-sizing: border-box;
    width: 50px;
}

.footer-col ul{
    list-style: none;
}

.footer-col ul li:not(:last-child){
    margin-bottom: 5px;
}

.sertifika{
    display: inline-block;
    width: 80px;
    margin-right: 0.75rem;
}

#footer{
    margin-top: 25px;
    background-color: rgb(138, 138, 138);
    padding: 70px 0;
}