.hero-section {
    background-size: cover !important;
    color: white;
    padding: 60px 20px;
    min-height: 300px;
}
.hero-content {
    max-width: 1170px !important;
    width: 100%;
}
.hero-text {
    flex: 1;
    min-width: 300px;
    padding-right: 20px;
}
.hero-text h1 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 20px;
    color: #fff;
}
.hero-text p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 30px;
    max-width: 500px;
}
.bg{
    display: flex;
    padding: 30px 0;
}
.page-quiz-mbti .quiz-header{
    background: #2466C9;
}
.page-quiz-enneagram .quiz-header{
    background: #2DA771;
}
.page-quiz-disc .quiz-header{
    background: #FFAE35;
}
.page-quiz-riasec .quiz-header{
    background: #79CC0D;
}
.page-quiz-iq .quiz-header{
    background: #9747FF;
}
.page-quiz-eq .quiz-header{
    background: #DC3545;
}
.bg-2{
    background: linear-gradient(90deg, #CEEFFB 0%, #F1F9FA 100%);
}

.bg-3{
    background: linear-gradient(90deg, #CEFBE5 0%, #F1F9FA 100%);
}

.bg-4{
    background: linear-gradient(90deg, #FBE8CE 0%, #FFFFFF 100%);
}

.bg-5{
    background: linear-gradient(90deg, #E9FBCE 0%, #FFFFFF 100%);
}

.bg-6{
    background: linear-gradient(90deg, #E6CEFB 0%, #FFFFFF 100%);
}

.bg-7{
    background: linear-gradient(90deg, #FBCECE 0%, #FFFFFF 100%);
}
.hero-section{
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
}
@media (max-width: 500px) {
    .hero-section{
        background-size: 200% !important;
        background-repeat: no-repeat !important;
        min-height: initial;
        padding: 10px 20px;
        height: 130px;
        /* background-position: 108px !important; */
    }
    .hero-content{
    }
    .hero-content h1{
        font-size: 22px;
        margin-top: 20px;
        margin-bottom: 5px;
    }
    .hero-content p{
        font-size: 14px;
    }
}
