
/* 
.stories-banner {
    background:
        linear-gradient(rgba(129, 129, 129, 0.274), rgba(107, 107, 107, 0.301)),
        url("https://cdn.prod.website-files.com/6a0dfa44d46f3e02b6960cbb/6a0dfa44d46f3e02b6961488_what-is-an-ngo-p-500.jpg");
    height: 600px;
    background-repeat: no-repeat;
    background-size: cover;
} */



.stories-banner {
    background-image: url("https://cdn.prod.website-files.com/6a0dfa44d46f3e02b6960cbb/6a0dfa44d46f3e02b6961488_what-is-an-ngo.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: start;
}

.stories-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.322);
}

.stories-banner-content {
    position: relative;
    z-index: 1;
    text-align: center;
    color: white;
    max-width: 700px;
    padding: 20px;
}

.stories-banner-content h1 {
    font-size: 4rem;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* .stories-banner-content p {
    font-size: 1.2rem;
    line-height: 1.8;
    margin-bottom: 25px;
} */

/* after banner */
/* #main-stories-h1{
    font-size: 3rem;
    letter-spacing: 2px;

}

.main-stories-p{
letter-spacing: 2px;
font-size: 16px;
} */

.our-stories-title {
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 2px;
    color: rgb(0, 42, 53);
    margin-bottom: 1rem;
    
}

.our-stories-title::after {
    content: "";
    display: block;
    width: 50px;
    height: 3px;
    background:rgb(0, 42, 53);
    margin-top: 8px;
    border-radius: 2px;
}

#main-stories-h1 {
    font-size: clamp(2.5rem, 2vw, 2rem);
    font-weight: 700;
        font-family: 'Poppins', sans-serif;

    letter-spacing: 2px;
    line-height: 1.2;
    color: #222;
    margin-bottom: 1rem;
    text-transform: capitalize;
}

.main-stories-p {
    font-size: 1.1rem;
    line-height: 1.8;
    letter-spacing: 0.5px;
    color: #555;
        font-family: 'Open Sans', sans-serif;
justify-content: flex-start;
    max-width: 700px;
}




@media (max-width: 992px) {
    .stories-banner {
        min-height: 500px;
        height: 70vh;
    }

    .stories-banner-content {
        max-width: 600px;
    }
}

@media (max-width: 768px) {
    .stories-banner {
        min-height: 450px;
        height: 60vh;
        padding: 15px;
    }

        .col-lg-3 h1{
    font-size: 2rem !important;
    font-weight: 700;
}
    .stories-banner-content {
        padding: 15px;
    }

    .stories-banner-content h1 {
        letter-spacing: 1px;
        font-size: 2rem;
    }

    /* .stories-banner-content p {
        line-height: 1.6;
    } */
}

@media (max-width: 480px) {
    .stories-banner {
        min-height: 400px;
        height: 55vh;
    }

    .stories-banner-content {
        padding: 10px;
    }

          .col-lg-3 h1{
    font-size: 2rem !important;
    font-weight: 700;
}
    .col-lg-3 h1{
    font-size: 2rem;
    font-weight: 700;
}

    /* .stories-banner-content p {
        font-size: 0.95rem;
        margin-bottom: 15px;
    } */
}


.col-lg-3 h1{
    font-size: 3rem;
    font-weight: 700;
}

.connector {
  width: 2px;
  height: 50px;
  background: #333;
}