@media (max-width: 767px) {
    .navbar-brand img {
        height: 80px;
    }

    .mt-8 {
        margin-top: 3rem;
    }

    header p {
        font-size: 18px;
    }

    .medicana {
        clip-path: none;
        padding: 2rem !important;
        min-height: auto;
    }

    .tedaviListesi h2 {
        font-size: 16px !important;
    }

    .yorumlar h3 {
        font-size: 34px;
    }

    .yorumlar {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .yorumAlani {
        margin-top: 2rem;
    }

    .makaleler {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .makaleler .mt-5 {
        margin-top: 2rem;
    }

    .tab-content span {
        float: left;
        margin-bottom: 10px;
    }
}


@media (max-width: 992px) {
    .bilgiler-text {
        margin-top: 1.5rem;
        text-align: center !important;
    }

    .gulenyuzler-text {
        margin-top: 3.5rem;
        text-align: center !important;
    }

    .urunler-swiperbuton {
        align-items: center;
        justify-content: center !important;
        display: flex !important;
        margin-left: 0;
        margin-right: 0;
    }

    .urunler .swiper-buttons .swiper-button-next,
    .urunler .swiper-buttons .swiper-button-prev {
        padding-left: 0;
        margin-left: 50px !important;
        margin: 0 0 0 40px !important;
    }
}


@media (min-width: 1200px) {}