body {
    background-color: rgba(245, 245, 245, 1) !important;
}

.sol-baslik {
    margin-bottom: 30px;
    color: rgba(35, 31, 32, 1);
    font-family: Urbanist;
    font-size: 42px;
    font-weight: 600;
    line-height: 50px;
    letter-spacing: 1px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.sol-baslik span {
    color: rgba(237, 29, 36, 1);
}

.sol-detay {
    font-family: Urbanist;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(79, 76, 77, 1);
}

.kalite-img {
    height: 445px;
    object-fit: cover;
}

.kalite-row {
    margin-top: 82px !important;
    margin-bottom: 111px !important;
    justify-content: space-between;
    align-items: center;
}

.kalite-baslik {
    color: rgba(255, 255, 255, 1);
    font-family: Urbanist;
    font-size: 42px;
    font-weight: 600;
    line-height: 50px;
    letter-spacing: 1px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.kalite-baslik span {
    color: rgba(237, 29, 36, 1);
}

.kalite-bg {
    display: flex;
    align-items: center;
    position: relative;
    background-image: url(../img/kalite-bg.png) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    height: auto;
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.kalite-icerik {
    margin-top: 30px;
    font-family: Urbanist;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(255, 255, 255, 1);
}

ol {
    margin-top: 2rem !important;
}

li {
    /* margin-top: 12px !important; */
    font-family: Urbanist;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(255, 255, 255, 1);
}

li span {
    font-weight: 700;
}

.sayfa-detay-baslik {
    margin-top: 70px;
    margin-bottom: 70px;
    display: flex;
    flex-direction: column;
    font-family: Urbanist;
    font-size: 22px;
    font-weight: 500;
    line-height: 42px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(79, 76, 77, 1);
}

.sayfa-detay-baslik span {
    font-family: Urbanist;
    font-size: 30px;
    font-weight: 600;
    line-height: 42px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(79, 76, 77, 1);
}
.banner-detay {
    display: flex;
    overflow-x: auto; /* Yatay kaydırma çubuğu ekler */
    white-space: nowrap; /* Satır kırılmasını engeller */
    max-width: 100%; /* Ekranın genişliğine göre kaydırma ekler */
}

.banner-detay a, .banner-detay div {
    display: inline-block; /* Yatayda sıralanır */
    padding: 0 10px; /* İçerik arasına boşluk ekler */
    flex-shrink: 0; /* Ögelerin sıkışmasını engeller */
}

.banner-detay i {
    margin: 0 5px; /* İkonlar arasına boşluk ekler */
}
@media only screen and (max-width: 550px) {
    .kalite-row {
        margin-top: 70px !important;
        margin-bottom: 70px !important;
    }
    .sol-baslik {
        font-size: 30px;
    }
    .kalite-baslik {
        font-size: 30px;
    }
}

@media only screen and (max-width: 991px) {
    .kalite-img {
        margin-top: 2rem;
        height: 490px;
        object-fit: cover;
    }
    .ul-row {
        row-gap: 3rem !important;
    }
}