footer{
    padding: 80px;
    background: #F5F5F5;
border-top:3px solid #5BB12F;
}
.footer-alt {
    padding: 20px 0;
    align-items: center;
    display: flex;
    background-color: #E8E8E8 !important;
    flex-wrap: wrap;
}
.footer-alt-yan{
    display:flex;
    align-items:center;
    justify-content:space-between;
}
.footer-icerik {
    display: flex;
    align-items: center;
    column-gap: 20px;
}
    .footer-icerik a {
        color: #626A71 !important;
    }
.footer-bilgi {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}
    .footer-bilgi .footer-icerik {
        column-gap: 18px;
    }

.footer-icerik svg {
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
}

    .footer-icerik, .footer-icerik a {
        transition: .3s;
        font-family: Urbanist;
        font-size: 16px;
        font-weight: 500;
        line-height: 19.2px;
        text-align: left;
        color: #474847;
        text-decoration: none;
    }
.footer-menu-baslik{
    font-family: Urbanist;
font-size: 18px;
font-weight: 700;
line-height: 21.6px;
text-align: left;
color: #14212B;
margin-bottom: 24px;
}
.footer-sayfa-icerik{
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}
.footer-icon {
    width: 18.04px;
    min-width: 18.4px;
    height: 18.04px;
    min-height: 18.04px;
    margin-right: 18px;
}
.footer-icerik:hover, .footer-icerik:hover a {
    color: #5BB12F;
    transition: .3s;
}
.footer-detay{
    margin-top: 23px;
    font-family: Urbanist;
font-size: 14px;
font-weight: 400;
line-height: 22px;
text-align: left;
color: #474847;
}
@media only screen and (max-width: 991px) {
.footer-row{
    row-gap: 4rem;
}
}
@media only screen and (max-width: 767px) {
    .footer-row {
        row-gap: 3rem;
    }

    .footer-alt-yan {
        flex-wrap: wrap;
        flex-direction: column;
        row-gap: 12px;
        justify-content: center;
        align-items: center;
    }
}
@media only screen and (max-width: 520px) {
    footer {
        padding: 40px 20px 40px 20px !important;
    }
}