#hero {
    background-size: cover;
    background-position: center;
    padding: 100px 0;
    text-align: left;
    color: white;
}

.hero-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.hero-content h1 {
    font-size: 48px;
    margin-bottom: 20px;
}

.hero-content p {
    font-size: 18px;
    margin-bottom: 30px;
}

.hero-image {
    display: flex;
    justify-content: flex-end;
}

.hero-image img {
    max-width: 100%;
    height: auto;
}


@media (max-width: 768px) {
    .hero-content {
        text-align: center;
    }

    .hero-image {
        justify-content: center;
    }

    .hero-content h1 {
        font-size: 32px;
    }

    .hero-content p {
        font-size: 16px;
    }
}


.passionately{
    min-height: 480px !important;
}