img{
    max-width:100%;
    display:block;
}

a{
    text-decoration:none;
}

.founder-container{
    width:90%;
    margin:auto;
}

.founder-story{
    padding:40px 0;
    width:100%;
}

.heading-wrapper{
    margin-bottom:45px;
}

.heading-wrapper h2{
    line-height:1.05;
    font-weight:800;
    color:#22255c;
    max-width:850px;
    margin-bottom:10px;
}

.heading-wrapper h2 span{
    color:rgba(123, 97, 255, 1);
}

.heading-wrapper p{
    color:rgba(26, 26, 77, 1);
    margin:0;
    font-family:Inter, sans-serif;
    font-weight:700;
    font-size:18px;
    line-height:26px;
    letter-spacing:0%;
    vertical-align:middle;
}

.heading-wrapper p span{
    color:rgba(123, 97, 255, 1);
    font-style:italic;
    font-weight:700;
}

.story-card{
    background:rgba(224, 226, 244, 1);
    border:1px solid #dfe1ff;
    border-radius:24px;
    padding:28px;
    height:100%;
}

.top-content{
    display:flex;
    gap:20px;
    align-items:flex-start;
    margin-bottom:18px;
}

.founder-image{
    width:230px;
    flex-shrink:0;
}

.founder-image img{
    width:100%;
    border-radius:14px;
    object-fit:cover;
}

.quote-content{
    flex:1;
    min-width:0;
}

.quote-content p{
    font-style:italic;
    margin:0;
    font-family:Inter, sans-serif;
    font-weight:400;
    font-size:16px;
    line-height:26px;
    letter-spacing:1.2%;
    vertical-align:middle;
    color:rgba(71, 70, 80, 1);
    width:100%;
    max-width:268px;
    height:auto;
}

.story-text .italic-text{
    color:rgba(71, 70, 80, 1);
    margin-bottom:12px;
    font-family:Inter, sans-serif;
    font-weight:400;
    font-style:italic;
    font-size:16px;
    line-height:26px;
    letter-spacing:1.2%;
    vertical-align:middle;
    width:100%;
    max-width:560px;
    height:auto;
}

.story-text .bold-text{
    color:rgba(71, 70, 80, 1);
    margin-bottom:20px;
    font-family:Inter, sans-serif;
    font-weight:700;
    font-size:16px;
    line-height:26px;
    letter-spacing:1.2%;
    vertical-align:middle;
    width:100%;
    max-width:560px;
    height:auto;
}

.read-more{
    display:inline-block;
    color:rgba(184, 167, 255, 1);
    margin-bottom:20px;
    font-family:Inter, sans-serif;
    font-weight:700;
    font-size:16px;
    line-height:26px;
    letter-spacing:1.2%;
    text-align:center;
    vertical-align:middle;
}

.story-text h4{
    color:rgba(123, 97, 255, 1);
    font-family:Inter, sans-serif;
    font-weight:700;
    font-size:16px;
    line-height:26px;
    letter-spacing:1.2%;
    vertical-align:middle;
}

.video-card{
    position:relative;
    background:rgba(224, 226, 244, 1);
    border:1px solid #dfe1ff;
    border-radius:24px;
    min-height:100%;
    height:100%;
    overflow:hidden;
}

.bars-image{
    position:absolute;
    top:0;
    left:20px;
    width:70px;
    z-index:1;
    opacity:.55;
}

.video-placeholder{
    min-height:620px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#22255c;
    font-size:70px;
    font-weight:800;
}


@media (min-width:1920px){

    .heading-wrapper h2{
        max-width:950px;
    }
}
@media (max-width:1200px){

    .founder-image{
        width:200px;
    }

    .quote-content p{
        max-width:100%;
    }

    .story-text .italic-text,
    .story-text .bold-text{
        max-width:100%;
    }

    .video-placeholder{
        min-height:560px;
        font-size:60px;
    }
}
@media (max-width:1024px){

    .heading-wrapper h2{
        max-width:100%;
    }

    .founder-image{
        width:180px;
    }

    .quote-content p{
        max-width:100%;
    }

    .story-text .italic-text,
    .story-text .bold-text{
        max-width:100%;
    }

    .video-placeholder{
        min-height:500px;
        font-size:56px;
    }
}
@media (max-width:768px){

    .founder-story{
        padding:30px 0;
    }

    .heading-wrapper{
        margin-bottom:30px;
    }

     .heading-wrapper h2{
        font-size:30px;
        width: 700px;
    }


    .story-card{
        padding:24px;
    }

    .top-content{
        flex-direction:column;
        align-items:center;
        gap:20px;
    }

    .founder-image{
        width:100%;
        max-width:320px;
    }

    .quote-content{
        width:100%;
    }

    .quote-content p{
        max-width:100%;
    }

    .story-text .italic-text,
    .story-text .bold-text{
        max-width:100%;
    }

    .video-placeholder{
        min-height:420px;
        font-size:48px;
    }

    .bars-image{
        width:60px;
    }
}
@media (max-width:576px){

    .founder-container{
        width:90%;
    }

    .founder-story{
        padding:24px 0;
    }

    .heading-wrapper{
        margin-bottom:24px;
    }

     .heading-wrapper h2{
        font-size:24px;
    }


    .heading-wrapper p{
        font-size:16px;
        line-height:24px;
    }

    .story-card{
        padding:20px;
        border-radius:20px;
    }

    .quote-content p{
        font-size:15px;
        line-height:24px;
    }

    .story-text .italic-text,
    .story-text .bold-text{
        font-size:15px;
        line-height:24px;
    }

    .story-text h4{
        font-size:15px;
        line-height:24px;
    }

    .read-more{
        font-size:15px;
        line-height:24px;
    }

    .video-placeholder{
        min-height:320px;
        font-size:36px;
    }

    .bars-image{
        width:50px;
        left:12px;
    }
}
@media (max-width:400px){

     .heading-wrapper h2{
        font-size:20px;
    }

    .story-card{
        padding:16px;
        border-radius:16px;
    }

    .quote-content p{
        font-size:14px;
        line-height:22px;
    }

    .story-text .italic-text,
    .story-text .bold-text{
        font-size:14px;
        line-height:22px;
    }

    .story-text h4{
        font-size:14px;
        line-height:22px;
    }

    .read-more{
        font-size:14px;
        line-height:22px;
    }

    .video-placeholder{
        min-height:260px;
        font-size:28px;
    }

    .bars-image{
        width:40px;
        left:10px;
    }
}