/* 576px altı (Bootstrap "xs" ve altı) için */
@media (max-width: 575.98px) {
    .hero-congress-title {
        font-size: 28px !important;   /* mobilde başlık */
        line-height: 1.2;
    }

    .hero-congress-sub {
        font-size: 16px !important;   /* alt satırlar */
        line-height: 1.1;
    }

    .transform3dx-n50 {
	transform: translate3d(-50%, 0, 0);
}
}