h1.headings {
    text-align: start !important;
    justify-content: left !important;
}
.about-editorial {
    padding: 50px 0 50px;
    background: #fff;
}
section.hero.position-relative {
    height: 60vh;
}
section.data-cta-wrapper {
    background: #fff;
}

.about-editorial .container{
    max-width:1400px;
    margin:auto;
}

.about-heading{
    margin-bottom:45px;
}

.about-heading span {
    display: block;
    margin-bottom: 20px;
    color: #000;
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
}

.about-heading h2{
    margin:0;
    color:#081229;   /* Elekore Navy */
    font-size:48px;
    font-weight:700;
}

.editorial-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
}

.border-top{
    margin-top:45px;
    padding-top:45px;
    border-top:1px solid #d8dde5;
}

.editorial-item{
    padding:0 28px;
    border-right:1px solid #d8dde5;
}

.editorial-item:first-child{
    padding-left:0;
}

.editorial-item:last-child{
    border-right:none;
    padding-right:0;
}

.editorial-item h6 {
    margin: 0 0 14px;
    color: #000;
    font-size: 26px;
    font-weight: 700;
}

.editorial-item p{
    margin:0;
    color:#4e5666;
    font-size:15px;
    line-height:1.7;
}
.begin{
    color:#000;
}

@media(max-width:1024px){

}
@media(max-width:767px){
.container.text-white.content {
    margin-left: 10px;
}
h1.headings {
    font-size: 30px !important;
    font-weight: 500;
    line-height: 34px !important;
    font-weight: 500;
    font-family: 'Manrope', sans-serif;
    width: 80%;
    margin: 0;
}
section.hero.position-relative {
    height: 75vh;
}
.powerbtn {
    display: flex;
    gap: 20px;
    flex-direction: column;
    margin: 20px 0;
}
.container.text-white.content {
    margin-top: -30px !important;
}
.about-heading span {
    display: block;
    margin-bottom: 20px;
    color: #000;
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
}
.editorial-grid {
    display: grid;
    grid-template-columns: repeat(1,1fr);
}
.editorial-item {
    padding: 0 0px 45px;
    border-right: 0px solid #d8dde5;
}
.about-editorial {
    padding: 40px 0 0px;
    background: #fff;
}
.data-cta-section h2 {
    margin-bottom: 20px !important;
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: -1px;
    margin: auto;
    white-space: normal;
}
}
@media(max-width:376px){
    section.hero.position-relative {
    height: 78vh;
}
}
@media(max-width:321px){
section.hero.position-relative {
    height: 85vh;
}
}
