h1{
    font-family: "poppins";
    font-size: 32px;
    line-height: 48px;
    font-weight: 500;
    border: 2px solid #771C1E;
    display: inline-block;
    text-align: center;
    position: relative;
    left: 30%;
    width: 40%;
    color: #222;
    margin-top: 32px;
}

h2{
    font-family: "inter";
    font-size: 19px;
    line-height: 24px;
    font-weight: 500;
    color: #222;
    padding-left: 20px;
}

hr{
    margin-left: 20px;
    width: 55%;
    float: left;
}

.bottom-line{
    margin-bottom: 20px;
}

.story{
    font-family: "inter";
    font-size: 14px;
    line-height: 24px;
    color: #222;
    font-weight: 300;
    margin: 16px;
    display: inline-block;
    padding-left: 4px;
}

.hero-pic{
    width: 20%;
    height: 30%;
    object-fit: cover;
    float: right;
    display: inline-flex;
    flex: 1;
    margin-right: 20px;
    margin-top: 24px;
    align-self: center;
}

.story-section{
    display: flex;
}

.text-content{
    flex: 1;
}

h3{
    font-family: "inter";
    font-size: 30px;
    line-height: 48px;
    color: #222;
    font-weight: 400;
    text-align: center;
    padding-top: 36px;
}

.everyAt-line{
    float: none;
    margin: 0 auto;
    width: 73%;
    
    
}

h4{
    font-family: "inter";
    font-size: 24px;
    line-height: 40px;
    color: #303030;
    font-weight: 300;
    text-align: center;
    padding-top: 32px;
}

.pic1,.pic2,.pic3{
    width: 30%;
    
}

.ourstory-pics{
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 16px;
}

.underpic-text{
    font-family: "inter";
    font-size: 18px;
    color: #303030;
    font-weight: 300;
    text-align: center;
    padding: 34px 20px;
    padding-bottom: 120px;
}


@media (min-width:650px) {

    h2{
        font-family: "inter";
        font-size: 24px;
        line-height: 24px;
        font-weight: 500;
        color: #222;
        padding-left: 20px;
    }


    .bottom-line{
        margin-bottom: 20px;
    }

    .story{
        font-family: "inter";
        font-size: 18px;
        line-height: 30px;
        color: #222;
        font-weight: 300;
        margin: 16px;
        display: inline-block;
        padding-left: 4px;
    }

    .hero-pic{
        width: 50%;       
        max-width: 300px;  
        float: right;
        margin-right: 20px;
        margin-top: 24px;
    }

    

}

@media (min-width:1025px) {

    h2{
        font-size: 40px;
        line-height: 45px;
    }
    
    .hero-pic{
        width: 60%;       
        max-width: 400px;  
        float: right;
        margin-right: 20px;
        margin-top: 24px;
    }

    .story{
        font-family: "inter";
        font-size: 26px;
        line-height: 48px;
        color: #222;
        font-weight: 300;
        margin: 16px;
        display: inline-flex;
        padding-left: 4px;
    }
}