/* //about-background  */
.hero-about-frame {
    display: flex;
    flex-direction: column;
    height: 400px;
    align-items: center;
    justify-content: center;
    gap: 24px;
    padding: 40px 80px;
    position: relative;
    background-image: url(../../assets/images/contact-hero.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
}

.hero-about-frame .text-wrapper {
    position: relative;
    width: fit-content;
    font-family: "Outfit", sans-serif;
    font-weight: 700;
    color: var(--erp-white-3);
    font-size: 48px;
    letter-spacing: 0;
    line-height: 56px;
    white-space: nowrap;

}

.hero-about-frame .CDN-a-pan-african {
    position: relative;
    width: 552px;
    font-family: var(--ERP-REG-5-font-family);
    font-weight: var(--ERP-REG-5-font-weight);
    color: var(--erp-white-3);
    font-size: var(--ERP-REG-5-font-size);
    text-align: center;
    letter-spacing: var(--ERP-REG-5-letter-spacing);
    line-height: var(--ERP-REG-5-line-height);
    font-style: var(--ERP-REG-5-font-style);
}

/* Responsive styles */
@media (max-width: 768px) {
    .hero-about-frame {
        padding: 32px 24px;
        height: 25%;
        gap: 16px;
    }

    .hero-about-frame .text-wrapper {
        font-size: 32px;
        line-height: 40px;
        white-space: normal;
        text-align: center;
    }

    .hero-about-frame .CDN-a-pan-african {
        width: 100%;
        font-size: 14px;
        /* Override if needed */
        line-height: 22px;
        padding: 0 10px;
    }
}

@media (max-width: 480px) {
    .hero-about-frame {
        padding: 24px 16px;
    }

    .hero-about-frame .text-wrapper {
        font-size: 24px;
        line-height: 32px;
    }

    .hero-about-frame .CDN-a-pan-african {
        font-size: 13px;
        line-height: 20px;
    }
}

.content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    gap: 32px;
    padding: 120px 80px;
    position: relative;
}

.content .text-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    gap: var(--collection-1-numbers-12);
    width: 100%;
    flex: 0 0 auto;
    position: relative;
    align-self: stretch;
}

.content .heading {
    position: relative;
    align-self: stretch;
    margin-top: -1.00px;
    font-family: "Outfit", sans-serif;
    font-weight: 700;
    color: var(--cdn-primary-10);
    font-size: 32px;
    text-align: center;
    letter-spacing: 0;
    line-height: 44.8px;
}

.content .text {
    font-family: "Outfit", sans-serif;
    font-weight: 400;
    color: var(--cdn-primary-10);
    font-size: 24px;
    text-align: center;
    letter-spacing: 0;
    line-height: 38.4px;
    position: relative;
    align-self: stretch;
}

.content .button-group {
    display: flex;
    flex-direction: column;
    max-width: 800px;
    align-items: center;
    justify-content: flex-end;
    gap: var(--collection-1-numbers-12);
    position: relative;
    width: 100%;
    flex: 0 0 auto;
}

.content .prymary-inverted {
    display: flex;
    height: 60px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: var(--collection-1-numbers-0) 16px var(--collection-1-numbers-0) 16px;
    position: relative;
    align-self: stretch;
    width: 100%;
    background-color: var(--cdn-primary-1);
    border-radius:10px;
    /* border-radius: var(--collection-1-numbers-12); */
}

.content .text-wrapper {
    position: relative;
    width: fit-content;
    font-family: "Outfit", sans-serif;
    font-weight: 600;
    color: var(--erp-white-3);
    font-size: 24px;
    letter-spacing: 0;
    line-height: 38.4px;
    white-space: nowrap;
}

.content .sign-in {
    display: inline-flex;
    align-items: flex-end;
    justify-content: center;
    gap: 8px;
    position: relative;
    flex: 0 0 auto;
}

.content .div {
    position: relative;
    width: fit-content;
    margin-top: -1.00px;
    font-family: "Outfit", sans-serif;
    font-weight: 400;
    color: var(--cdn-primary-10);
    font-size: 16px;
    letter-spacing: 0;
    line-height: 25.6px;
    white-space: nowrap;
}

.content .text-wrapper-2 {
    position: relative;
    width: fit-content;
    margin-top: -1.00px;
    font-family: "Outfit", sans-serif;
    font-weight: 600;
    color: var(--cdn-primary-10);
    font-size: 16px;
    letter-spacing: 0;
    line-height: 25.6px;
    white-space: nowrap;
}

