﻿.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;
}
    .info-texts > .info-texts-content {
        color: #000;
        font-family: "Nunito Sans";
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
    }

        .info-texts > .info-texts-content span {
            color: #FD830C;
            font-family: "Nunito Sans";
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: 20px;
        }