﻿ .ticariBaslik {
                width: 100%;
                padding: 30px;
                background: #026b9a;
                color: #fff;
                text-align: center;
            }

            .ticariFooter {
                width: 100%;
                padding: 30px;
                background: #ffdbdb;
                color: #fff;
                text-align: center;
            }

            .ticariYazi {
                color: #831111;
                font-weight: 500;
                font-size: medium;
            }

            .ticariFooter2 {
                width: 100%;
                padding: 30px;
                background: #f5f2f2;
                color: #fff;
                text-align: center;
            }

            .ticariMobileScroll {
                overflow-x: auto !important;
                overflow-y: auto !important;
            }

            .ticariDesktop {
                content: '';
                display: inline-block;
                height: 100%;
                vertical-align: middle;
                margin-right: -4px;
            }            

            .ticariMobile {
                content: '';
                height: 100%;
                vertical-align: middle;
                margin-right: -4px;
            }

            .eski {
                background-color: #ffdbdb;
            }