@media screen and (max-width: 1024px) {
    #topBanner .topBannerPhoto img {
        height: 300px;
        object-fit: cover;
        object-position: left;
    }
    .bannerText.bigText {
        font-size: 22px;
    }
    .bannerText.normalText {
        font-size: 17px;
    }
    .bannerText.smallText {
        font-size: 15px;
    }
    .hc-nav-trigger {
        position: relative;
        top:0;
    right: 0;
    }
   .footerMenu a  {
    font-size: 18px;
}
.footerMenu a + a {
    margin-left: 0;
    margin-top: 10px;
}
    .topBannerPhoto {
        position: relative;
    }
    .topBannerPhoto:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgb(8 142 196 / 71%);
    }
    .bannerButton {
        display: block;
        max-width: 100%;
    }
    #textQuestion strong {
        margin-bottom: 5px;
    }
    #textQuestion i {
        margin-bottom: 5px;
    }
    #accordionQuestion strong {
        margin-bottom: 5px;
    }
    #whyTurkey {
        padding: 10px 0;
    }
    #cancerType {
        padding: 0;
    }
    footer {
    margin-bottom: 48px;
}
    html[dir*="rtl"] .footerMenu a + a {
    margin-left: 0;
    margin-right: 0px;
        margin-top: 10px;
}
}