/*site-footer-blok-03*/
.site-footer-blok-03 .footer-baslik {
  text-shadow: 
    -1px -1px 0 white, 
    1px -1px 0 white, 
    -1px 1px 0 white, 
    1px 1px 0 white,
    0 -1px 0 white, 
    0 1px 0 white, 
    -1px 0 0 white, 
    1px 0 0 white;
}

.site-footer-blok-03 .iletisim-bilgileri a:hover{
    color:var(--renk-2);
    transition:0.3s;
}

.site-footer-blok-03 .footer-sosyal svg{
    fill:var(--renk-2);
    background:#fff !important;
    padding:0.3rem;
    border-radius:50%;
    width:4rem;
}


