.about-banner{
    margin:0;
    height: 30vh;
    display: flex;
    justify-content: center;
    align-items: center;
	padding:0;
    position: relative;
    background:  url('../images/about-ban2.gif') no-repeat center center/cover;
	
}


.about-banner .overlay{
    background: rgba(0, 0, 0, 0.8);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}


.about-banner h1{
    font-size: 50px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 20px;
    font-family: 'Epilogue', sans-serif;
    text-align: center;
}

.about-banner p{
    font-size: 20px;
    color: #fff;
    font-weight: 300;
    margin-bottom: 20px;
    font-family: 'Epilogue', sans-serif;
    text-align: center;
}

.story_section{
    padding: 50px 0;
}

/* Blog content dark-mode styles */
.story_section .inovat-text a{
    color:#68b5ff;
    text-decoration: underline;
}
.story_section .inovat-text a:hover{
    color:#8f94fb;
    text-decoration-color:#8f94fb;
}
.story_section .inovat-text ul,
.story_section .inovat-text ol{
    padding-left: 20px;
}
.story_section .inovat-text ul li,
.story_section .inovat-text ol li{
    color:#f5f5f5;
    margin-bottom:8px;
}
.story_section .inovat-text li::marker{
    color:#655fd3;
}