
.aboutheader{
    margin-top: 70px;
    z-index: 50;
    position: relative; 
    top: 0; 
    padding-left: 20px;
    padding-top:15px;
}
.aboutheader h3{
    font-family: "Hepta Slab", serif;;
    font-size: 145px;
    line-height: 160px;
    font-weight: 800;
    color: #db6672;
}
.content{
    margin-top: -195px;
    z-index: 50;
    position: relative; 
    top: 80px; 
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    padding-left: 180px;

}
.content p{
    color: #021120;
    max-width: 600px;
    font-size: 18px;
    line-height: 30px;
}
.page{
    background-image: url(../assests/shapes/bg_about.png);
    height: calc(100vh - 70px);
    background-size: cover;
    background-repeat: no-repeat;
    position: center;
}

.page img{
    height: 50vh;
    position: absolute;
    bottom: 0px;
    left:0px;
}