.col-footer-logo {
    align-content: center;
    margin-right: 10px;
}

.footer-logo-visa {
    height: 27px;
}

.footer-logo-master {
    height: 40px;
    margin-left: 5px;
    margin-right: 5px;
}

.footer-logo-troy {
    height: 37px;
}

.footer-logo-etbis {
    height: 45px;
}

.footer-logo-trgo {
    height: 47px;
}

.footer-logo-iso27001 {
    height: 49px;
}

.footer-logo-iso27701 {
    height: 55px;
}

.social-wrapper a {
    width: 30px;
    height: 30px;
    font-size: 14px;
}

.bg-doktorpark {
    background-color: #2B697D;
}

@media (max-width: 768px) {
    .footer-logo-visa {
        height: 20px;
    }

    .footer-logo-master {
        height: 25px;
    }

    .footer-logo-troy {
        height: 25px;
    }

    .footer-logo-etbis {
        height: 40px;
    }

    .footer-logo-trgo {
        height: 45px;
    }

    .footer-logo-iso27001 {
        height: 45px;
    }

    .footer-logo-iso27701 {
        height: 50px;
    }

    .footer-logo-title {
        /*yazı soldan başlasın*/
        text-align: left !important;
        margin-top: 15px;
    }

    .social-wrapper a {
        width: 40px;
        height: 40px;
        font-size: 14px;
    }
}