.about-editorial-hero {
    background-color: var(--nano-cream);
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
    overflow: hidden;
}

.about-editorial-hero::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--nano-green-dark), transparent);
    opacity: 0.2;
}

.drop-cap::first-letter {
    font-family: var(--afacad-bold);
    font-size: 3.5rem;
    color: var(--nano-green-dark);
    float: left;
    line-height: 0.8;
    margin-right: 12px;
    margin-top: 5px;
}

.do-card {
    background: white;
    border-radius: 20px;
    padding: 1.8rem !important;
    height: 100%;
    border: 1px solid rgba(132, 166, 8, 0.2);
    box-shadow: 0 10px 30px rgba(51, 27, 25, 0.05);
    transition: transform 0.4s ease, box-shadow 0.4s ease, border-color 0.4s ease;
}

.do-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(77, 113, 3, 0.15);
    border-color: var(--nano-green-light);
}

.do-icon-wrapper {
    width: 50px;
    height: 50px;
    background-color: var(--nano-cream);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.2rem;
    box-shadow: 0 5px 15px rgba(132, 166, 8, 0.1);
}

.mission-block {
    background-color: #f4f6ee;
    border: 1px solid rgba(132, 166, 8, 0.15);
    border-radius: 30px;
    padding: 3rem !important;
    position: relative;
    overflow: hidden;
    margin-top: 2rem;
}

.mission-block::before {
    content: '';
    position: absolute;
    top: -50px;
    right: -50px;
    width: 250px;
    height: 250px;
    background: var(--nano-green-light);
    filter: blur(80px);
    opacity: 0.15;
    border-radius: 50%;
}

.mission-text-container {
    border-left: 3px solid var(--nano-green-dark);
    padding-left: 1.5rem;
}

.editorial-img {
    border-radius: 25px;
    box-shadow: 0 15px 40px rgba(51, 27, 25, 0.12);
    object-fit: cover;
    width: 100%;
    height: 450px !important;
}

/* .py-8 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
} */

/* .mb-7 {
    margin-bottom: 3rem !important;
} */