﻿
.section-title {
    color: #000;
    font-family: "Nunito Sans";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.content-breadcrump {
    padding-left: 0px;
    padding-top: 15px;
    padding-bottom: 26px;
    border-bottom: 1px solid #E8E8E8;
}

    .content-breadcrump a {
        color: #000;
        font-family: "Nunito Sans";
        font-size: 11px;
        font-style: normal;
        font-weight: 600;
        line-height: 20px; /* 181.818% */
    }

.content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0px 63px 72px 15px;
}

.content-section {
    padding: 0px;
}


.banner-card {
    background: linear-gradient(0deg, rgba(253, 131, 12, 0.06) 0%, rgba(253, 131, 12, 0.06) 100%), url(https://supplementler2.sm.mncdn.com/Themes/Supplementler/Content/images/garanti-iade-banner.jpg) lightgray 1.131px -8.724px / 100% 241.909% no-repeat;
}

.banner-blur-container {
    background: none;
}

.info-texts {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

    .info-texts > .info-texts-title {
        color: #000;
        font-family: "Nunito Sans";
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 20px; /* 142.857% */
    }
    .info-texts > .info-texts-content {
        color: #000;
        font-family: "Nunito Sans";
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px; /* 142.857% */
    }

        .info-texts > .info-texts-content span {
            color: #FD830C;
            font-family: "Nunito Sans";
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: 20px; /* 142.857% */
        }