.test-series-jee .buy {
    background-color: #2FC18B;
    border: none;
    color: #fff;
    border-radius: 6px;
    padding: 15px 40px;
    font-size: 18px;
    margin-right: 10px;
}


.test-series-jee h2 {
    font-weight: 700;
    font-size: 38px;
}

.test-series-jee p {
    margin: 0;
    color: #fff;
    line-height: 22px;
}

.test-series-jee span {
    color: #2FC18B;
}

.test-series-jee h6 {
    color: #2FC18B;
}

.landing-btn {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.landing-btn .cta2 {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 97px;
    padding: 5px 15px;
    border: 2px solid #2FC18B;
    color: #fff;
    min-height: 30px;
    border-radius: 44px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    cursor: pointer;
    background-color: transparent;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.landing-btn .cta2 {
    margin: 10px 0;
    padding: 10px 20px;
    font-size: 18px;
    transition: 0.3s;
}

.landing-btn .cta2 a {
    color: white;
    text-decoration: none;
}


@media (max-width: 1025px) {
    #about {
        padding-top: 90px;
    }
}

@media (max-width: 769px) {
    #about {
        padding-top: 80px !important;
    }

}

.last-btn {
    display: flex;
    justify-content: center;
    align-items: center;
}


.bc {
    background-size: cover;
    background-position: center;
    padding: 125px 0;
}


.topmargin{
        margin-bottom: 70px;
}
.img-wrapper img{
    width: 400px;
    max-width: 100%;
    height: auto;
        
}

.study span{
    color: #0F1825;
}
.study-btn{
    margin: 44px 0;
}
.study-btn .bgcolr{
    color: #fff;
    background-color: #0F1825;
    border-radius: 50px;
    padding: 10px 30px;
}

.text-center{
    text-align: center;
}

.last-gc {
    margin-bottom: -50px;
    margin-top: 100px;
    z-index: 1;
}

/*  */


.story-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    margin-top: 20px;
}

.top{
    text-align: center;
    margin-top: 150px;
}
.story-title{
    text-align: center;
    margin-bottom: -75px;
}
.story-card {
    border-radius: 8px;
    text-align: left;
    padding: 20px;
    color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
    height: 240px;
    width: 500px;
   
}

/* Card Styling */
.blue-card {
    border-radius: 50px 0px 0px 0px;
    background-image: linear-gradient(to bottom, #1e293b 0%, #0F1825 100%);
    padding: 20px 50px;
    margin-right: -38px;
    margin-left: 225px;
}
.yellow-card {
    background-color: #2FC18B;
    color: #0f172a;
    max-width: 90%;
    border-radius: 0px 50px 0px 0px;
     padding:20px 0 0 40px;
    margin-top: 258px;
    margin-left: -10px;
}
.green-card {
    background-color: #FFD118;
    color: #0f172a;
    max-width: 90%;
    border-radius: 50px 0px 0px 0px;
     padding: 20px 0 0 40px;
    margin-top: -150px;
    margin-left: 130px;
}

.green-card p, .yellow-card p{
    font-size: 20px;
    line-height: 24px;
    color: #093323;
    margin-bottom: 0;
}
.blue-card h3{
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #fff;
}
.blue-card span{
    color: #2FC18B;
}
.green-card h3, .yellow-card h3{
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #0F1825;
}

@media (max-width: 1025px) {
    .story-grid {
        grid-template-columns: 1fr;
    }
    .story-card {
        max-width: 100%;
        margin: auto;
        margin-bottom: 20px;
    }
}
@media (max-width: 769px) {
    .story-card {
        width: 100%;
        padding: 35px;
        border-radius: 15px;
        margin-bottom: 20px;
       
    }
}