.hero-section .content-area {
    padding: 0
}

.hero-section {
    background-color: #F4EEE7;
    background-image: url('/Persona-B-New/custom/assets/images/pack-pull.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    padding: 150px 80px 0; 
}


.fallback-img {
    width: 100%
}

.desktop-media {
    display: block
}

.mobile-media {
    display: none
}

.hero-content {
    color: #fff;
    max-width: 500px;
}

.hero-content h1 {
    font-size: 56px;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 10px;
    font-family: 'Lora';
    color:#121926;
}

.hero-content p {
    font-size: 18px;
    margin-bottom: 0;
    font-family: 'Montserrat';
    color:#121926; 
}

.hero-image .desktop-img {
    width: 442px
}

.info-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    gap: 16px
}

.persona-info {
    margin-top: 30px
}

.assessment-btn {
    width: fit-content;
    margin-top: 45px;
}

.assessment-btn a {
    font-size: 18px;
    font-weight: 700;
    font-family: Montserrat;
    color: var(--primaryGreen);
    background-color: #fff;
    padding: 14px 52px;
    border-radius: 50px;
    letter-spacing: 3%
}

.three-minutes {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    align-items: center;
    gap: 12px
}

@media(min-width:300px) and (max-width:479px) {
    .desktop-media {
        display: none
    }

    .mobile-media {
        display: block
    }

    .hero-content h1 {
        font-size: 48px;
        text-align: center
    }

    .hero-content p {
        font-size: 24px;
        text-align: center
    }

    .hero-content {
        width: 300px;
        margin-top: 0
    }
}

@media(min-width:480px) and (max-width:767px) {
    .desktop-media {
        display: none
    }

    .mobile-media {
        display: block
    }

    .hero-content h1 {
        font-size: 48px;
        text-align: center
    }

    .hero-content p {
        font-size: 28px;
        text-align: center
    }

    .hero-content {
        width: 455px
    }
}

@media(min-width:768px) and (max-width:1023px) {
    .hero-content h1 {
        font-size: 50px
    }

    .hero-content p {
        font-size: 20px
    }

    .hero-content {
        width: 480px;
        margin-top: 0
    }
}

@media only screen and (max-width:1200px) {
    .hero-section {
        padding: 75px 80px 0
    }

    .hero-content h1 {
        font-size: 36px
    }

    .hero-content p {
        font-size: 16px
    }

    .hero-content {
        width: 600px;
        margin-top: 0
    }

    .three-minutes {
        gap: 5px
    }
}

@media(min-width:1440px) and (max-width:2000px) {
    .hero-content {
        width: 740px;
        margin-top: 0
    }
}

@media only screen and (max-width:767px) {
    .hero-section .content-area {
        padding: 0;
        flex-direction: column
    }

    .hero-section {
        padding: 75px 16px 0
    }

    .hero-content {
        width: fit-content
    }

    .hero-content h1 {
        font-size: 32px;
        text-align: left
    }

    .assessment-btn a {
        width: 100%;
        display: flex;
        justify-content: center
    }

    .assessment-btn {
        width: 100%
    }

    .hero-image {
        display: flex;
        justify-content: center
    }

    .hero-image .desktop-img {
        width: 250px
    }
}