/*Logo + iletişim bilgileri: uzun içeriklerde (e-posta/adres) taşmayı önleyip*/
/*orijinaldeki "logo solda, bilgiler sağda kümelenmiş" görünümü korur.*/
.header-layout1 .header-logo .logo {
    max-height: 48px;
    width: auto;
}
.header-layout1 .menu-top .header-info {
    padding-top: 22px;
    padding-bottom: 22px;
    margin-left: 24px;
    padding-left: 24px;
}
.header-layout1 .menu-top .header-info_label {
    font-size: 13px;
}
.header-layout1 .menu-top .header-info_link {
    font-size: 16px;
    white-space: nowrap;
}
.header-layout1 .menu-top .header-info_icon {
    font-size: 20px;
    margin-right: 12px;
}
@media (max-width: 1199.98px) {
    .header-layout1 .menu-top .header-info_link {
        white-space: normal;
    }
}

.hero-layout1 .hero-text {
    margin-left: 96px;
}

@media (max-width: 991.98px) {
    .hero-layout1 .hero-text {
        margin-left: 0;
    }
}
