body {
    font-family: "Gabriela", serif;
    font-weight: 400;
    font-style: normal;
}

p {
    font-family: "Cactus Classical Serif", serif;
    font-weight: 400;
    font-style: normal;
}

.navbar-nav li {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.hero-section {
    height: 407px;
    background-size: cover !important;
    background-position: center;
    display: flex;
    align-items: center;
    padding-left: 120px;
    position: relative;
    background-repeat: no-repeat;
}

.hero-text {
    font-family: 'Amethysta', serif;
    font-size: 48px;
    font-weight: 400;
    line-height: 57px;
    color: #ffedca;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    white-space: pre-line;
}

.help-section {
    background-position: center;
    background-size: contain;
    position: relative;
    padding: 40px 20px;
    overflow: hidden;
}

.help-section::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 40%;
    background: rgba(209, 209, 209, 0.45);
    z-index: 1;
}

.help-content {
    position: relative;
    z-index: 2;
    max-width: 1080px;
    margin: 0 auto;
}

.help-content h2 {
    font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: 20px;
    color: #222;
}

.help-content p {
    font-size: 1.2rem;
    color: #222;
    margin-bottom: 30px;
}

.our-mission-btn {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
    padding: 8px 20px;
    color: white;
    border: 2px solid #ff6b6b;
    background: #ff6b6b;
    text-decoration: none;
    display: inline-block;
    transition: 0.3s ease;
}

.volunteer-image {
    position: absolute;
    right: 0;
    bottom: 0;
    max-height: 90%;
    height: auto;
    width: auto;
    max-width: 280px;
    z-index: 1;
}


@media (max-width: 768px) {

    .navbar-brand span {
        font-size: 14px;
    }

    .hero-section {
        padding-left: 20px;
        height: 300px;
    }

    .hero-text {
        font-size: 32px;
        line-height: 40px;
    }

    .help-content {
        text-align: center;
    }

    .help-content h2 {
        font-size: 1.5rem;
    }

    .help-content p {
        font-size: 1rem;
    }

    .help-section {
        background-size: cover;
    }

    .volunteer-image {
        max-width: 200px;
    }

}

@media (max-width: 576px) {

    .volunteer-image {
        position: absolute;
        bottom: 0;
        right: 50%;
        transform: translateX(50%);
        max-width: 180px;
    }
}

@media (max-width: 480px) {
    .hero-text {
        font-size: 28px;
        line-height: 34px;
    }

    .section-title {
        font-size: 24px;
        line-height: 30px;
    }


}