.refund-banner-section {
    width: 100%;
    height: 60vh;
    background: linear-gradient(135deg, #1a1a4b, #0c1234);

    position: relative;
    /* width: 100%; */
    /* min-height: 110vh; */
    display: flex;
    align-items: center;
    overflow: hidden;
    color: #fff;
}

.banner-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.banner-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-inner {
    display: flex;
    padding: 60px 20px;
    justify-content: center
}

.container {
    position: relative;
    z-index: 3;
    /* content above bg */
}

.desclaimer-title {
    font-size: 4.5rem;
}

/* content section */


.refund_first_contant {
    /* background: #f8f9fc; */
    margin: 3rem 0 2rem;
    /* light clean background */
}

.refund-title-h2 {
    /* font-size: 2.5rem; */
    font-weight: 700;
    color: #2c2c54;
    margin-bottom: 20px;
    line-height: 1.3;
}

.refund-text {
    font-size: 1rem;
    line-height: 1.8;
    color: #555;
    margin-bottom: 5px;
}

.about-img {
    max-width: 90%;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.justify-content-c {
    justify-content: center;
}

@media(max-width:768px) {
    .desclaimer-title {
        font-size: 3.5rem;
    }

    .refund-banner-section {
        height: unset;
    }

    .refund_first_contant {
        /* background: #f8f9fc; */
        margin: 2rem 0;
        /* light clean background */
    }
   
}