.footer1 {
    background: #fff;
    padding: 70px 0px 70px;

}

.footer1 .footer-logo {
    width: 100%;
    height: auto;
    text-align: center;
}

.footer1 .footer-logo-text {
    width: 100%;
    height: auto; 
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    display: block;
}

.footer1 .footer-logo img {
    height: 80px;
}

.footer1 .footer-iletisim {
    width: 100%;
    height: auto;
    text-align: center;
    margin-top: 30px;
}

.footer1 .footer-iletisim li {
    width: 100%;
    list-style: none;
    font-size: 20px;
    font-weight: 500;
}

.footer1 .footer-sosyal::before {
    content: '';
    position: relative;
    margin: 20px auto;
    width: 150px;
    height: 1px;
    background: #f4f4f4;
    display: block;
}

.footer1 .footer-sosyal {
    width: 100%;
    margin: 0px;
    padding: 0px;
    text-align: center;
}

.footer1 .footer-sosyal li {
    list-style: none;
    display: inline-block;
}

.footer1 .footer-sosyal li a {
    margin: 0px 10px;
    font-size: 22px;
}

.footer1 .footer-alt {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    color: #000;
    font-weight: 300;
    font-size: 12px;
    margin-top: 20px;
    opacity: 40%;
}

.footer1 .footer-alt a {
    color: #000;
    padding-left: 10px;
    border-left: 1px solid rgba(255, 255, 255, 0.16);
    margin-left: 10px;
    display: block;
}