#job-seeker .eye-catching-area .background-eye-catching-container {
    background-image: linear-gradient(to right, #F5FFFF 40%, rgba(255, 255, 255, 0.00) 80%),
            url('../images/first-time-background.jpeg');
    background-repeat: no-repeat;
    background-size: auto 550px;
    background-position: 100% center;
    height: 529px;
    width: 100%;
}
#job-seeker .eye-catching-area .content-area {
    justify-content: center;
    align-items: start;
    top: 35px;
}

#job-seeker .btn-register-section {
    font-family: noto-sans-jp-regular;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    background: linear-gradient(to right, #04A197, #00BEB2);
    box-shadow: -1px -1px 14px -3px rgb(185, 185, 185);
    max-width: 478px;
    height: 70px;
    margin: auto;
    text-align: center;
    border-radius: 8px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

#job-seeker .btn-register-section::after {
    content: "";
    position: absolute;
    top: 40%;
    right: 20px;
    height: auto !important;
    display: flex;
    align-items: center;
    border: solid white;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 5px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

#job-seeker .page-content {
    background: url(../images/top-left.png), url(../images/bottom-left.png), url(../images/bottom-right.png), url(../images/bottom-left.png),
                url(../images/bottom-right.png), url(../images/bottom-left.png), url(../images/bottom-left.png), url(../images/top-left.png),
                url(../images/bottom-right.png);
    background-position:  -100px -100px, calc(100% + 60px) 180px, calc(100% + 180px) 640px, -100px  1200px, calc(100% + 50px) 1410px, -30px  2200px, calc(100% + 50px) 2850px, -100px  3000px, calc(100% + 80px)  3750px;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat,
                       no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
    background-size: 400px auto, 150px auto, 400px auto, 220px auto, 250px auto, 150px auto, 200px auto,
                     350px auto, 270px auto;
    padding-top: 40px !important;
    padding-bottom: 100px !important;
    margin-bottom: 0 !important;
}

#job-seeker .eye-catching-area .badge-area .badge-area-user-title {
    margin-bottom: 27px;
}

#job-seeker .eye-catching-area .badge-area .badge-area-user-title .badge-area-user-title-text {
    background-color: #008C57;
    font-size: 20px;
    line-height: 38px;
    text-align: center;
    height: 38px;
    width: 251px;
    color: #FFF;
    border-radius: 10px;
    margin-left: 11px;
    font-weight: bold;
}

#job-seeker .eye-catching-area .badge-area .badge-area-title {
    font-size: 41px;
    line-height: 45px;
    font-weight: bold;
    display: flex;
    margin: 19px 0 34px 0;
}

#job-seeker .eye-catching-area .subtitle {
    border-bottom: 4px solid #F2D22B;
}

#job-seeker .eye-catching-area .subtitle .text {
    font-size: 21px;
    font-weight: bold;
    color: #585A57;
}

#job-seeker .eye-catching-area .ctas-area {
    margin-top: 22px;
    margin-left: 10%;
    width: calc(100% - 10%);
}

#job-seeker .eye-catching-area .badge-area-more {
    width: 130px;
    height: 130px;
    border-radius: 20px;
    padding: 15px 20px 14px 20px;
}

#job-seeker .eye-catching-area .badge-area-more svg {
    height: 49px;
}

#job-seeker .eye-catching-area .title .text {
    font-size: 27px;
    font-weight: bold;
    color: #585A57;
}

#job-seeker .eye-catching-area .badge-area-more .badge-area-more-content {
    font-size: 15px !important;
    font-weight: bold !important;
    line-height: 19px !important;
}

#job-seeker .eye-catching-area .btn {
    border-radius: 6px !important;
}

#job-seeker .page-content .btn-cta-container {
    max-width: 392px;
}

#job-seeker .eye-catching-area .btn-cta-blue {
    min-width: 300px;
    width: 30%;
    max-width: 381px;
    background: linear-gradient(to right, #04A197, #00BEB2);
    color: #FFFFFF;
    font-size: 20px !important;
    font-weight: 600;
    border-radius: 10px !important;
    padding: 11px 1px !important;
    margin: 20px;
    box-shadow: 0 1px 2px rgba(173, 173, 173, 0.07), 0 2px 4px rgba(173, 173, 173, 0.07), 0 4px 8px rgba(173, 173, 173, 0.07), 0 8px 16px rgba(173, 173, 173, 0.07), 0 16px 32px rgba(173, 173, 173, 0.07), 0 32px 64px rgba(173, 173, 173, 0.07);
}

#job-seeker .eye-catching-area .btn-cta-white {
    min-width: 300px;
    width: 30%;
    max-width: 381px;
    background: #FFFFFF;
    color: #04A197;
    font-size: 20px !important;
    font-weight: 600;
    border-color: #04A197;
    border-radius: 10px !important;
    padding: 10px 0 !important;
    margin: 20px;
    border: 2px solid #04A197;
    box-shadow: 0 1px 2px rgba(173, 173, 173, 0.07), 0 2px 4px rgba(173, 173, 173, 0.07), 0 4px 8px rgba(173, 173, 173, 0.07), 0 8px 16px rgba(173, 173, 173, 0.07), 0 16px 32px rgba(173, 173, 173, 0.07), 0 32px 64px rgba(173, 173, 173, 0.07);
}

#job-seeker .eye-catching-area .subtext {
    font-size: 14px !important;
}


#job-seeker .page-title {
    background: #09447C;
    height: 50px;
}

#job-seeker .page-title .text {
    font-size: 17px !important;
    font-weight: 500 !important;
    line-height: 50px;
    color: #FFFFFF;
}

#job-seeker .block-one .card.small {
    height: 359px !important;
    min-width: 340px !important;
    width: 340px !important;
}

#job-seeker .block-one .card.large {
    height: 426px !important;
    min-width: 340px !important;
    width: 340px !important;
}

#job-seeker .page-content .btn-cta-special-pink .arrow-bottom {
    border-color: #D72D86;
    border-width: 0 2px 2px 0;
    padding: 5px;
}

#job-seeker .border-bottom {
    border-bottom: 2px solid #D72D86 !important;
}

#job-seeker .page-content .btn-cta-special-pink {
    border: 1px solid #D72D86;
    overflow: hidden;
    border-radius: 20px;
    background: #FFFFFF;
    color: #D72D86 !important;
    padding: 19px 30px !important;
    width: 392px;
    box-shadow:  0 1px 2px rgba(173, 173, 173, 0.07), 0 2px 4px rgba(173, 173, 173, 0.07), 0 4px 8px rgba(173, 173, 173, 0.07), 0 8px 16px rgba(173, 173, 173, 0.07), 0 16px 32px rgba(173, 173, 173, 0.07), 0 32px 64px rgba(173, 173, 173, 0.07)
}

#job-seeker .page-content .btn-cta-special-pink .fa-5x {
    font-size: 80px !important;
}

#job-seeker .page-content .btn-cta-special-pink-content .subtitle .text {
    font-size: 14px !important;
    font-weight: bold !important;
    margin-bottom: 9px !important;
}

#job-seeker .page-content .btn-cta-special-pink-content .title .text {
    font-size: 18px !important;
    font-weight: bold !important;
    color: #333333;
}

#job-seeker .page-content .content-title .subtitle {
    color: #D72D86;
    font-size: 14px;
    font-weight: bold !important;
    padding-bottom: 5px !important;
}

#job-seeker .page-content .content-title .title {
    color: #333333;
    font-size: 25px !important;
    font-weight: bold !important;
}
#job-seeker .page-content .line {
    width: 100px;
    border: 1px solid #D72D86;
}

#job-seeker .page-content .block-one .card {
    border-radius: 20px !important;
    border: none !important;
    background-color: #F5F5F5;
    margin: 15px 20px;
}

#job-seeker .page-content .block-one .card-header {
    border-radius: 20px 20px 0px 0px !important;
    text-align: center;
    background: #09447C;
    color: #FFFFFF;
    z-index: 3 !important;
}

#job-seeker .page-content .block-one .card .triangle {
    color: #09447C;
    transform: rotate(45deg);
    top: 28px;
    left: 45%;
    z-index: 1 !important;
}

#job-seeker .page-content .block-one .card .card-header {
    border-radius: 20px 20px 0px 0px !important;
    font-size: 20px !important;
    line-height: 21px;
    background: #FFE3F2;
    font-weight: bold !important;
    padding: 15px 1.25rem !important;
    color: #333333 !important;
    border: none !important;
}

#job-seeker .page-content .block-one .card .card-img-top {
    height: 184px !important;
    width: 100% !important;
}

#job-seeker .page-content .block-one .card .card-body {
    padding: 5px 20px 20px 20px !important;
}

#job-seeker .page-content .block-one .card .card-body .arrow-text-content {
    font-size: 14px !important;
    font-weight: normal !important;
    padding-top: 17px;
}

#job-seeker .page-content .checkicon {
    width: 20px;
    height: 18px;
    margin: 4px 10px 0 0 !important
}

#job-seeker .page-content .block-two .title .text {
    font-size: 20px !important;
    font-weight: bold !important;
    color: #09447C !important;
}

#job-seeker .page-content .block-two .title .small-text {
    font-size: 14px !important;
    font-weight: bold !important;
    color: #09447C !important;
}

#job-seeker .page-content .block-two .content .title {
    width: fit-content !important;
    background: #D72D86 !important;
    border-radius: 10px;
    white-space: nowrap;
    padding: 16px 22px !important;
    margin-right: 18px !important;
}

#job-seeker .page-content .block-two .content .title .text {
    color: #FFFFFF !important;
    font-size: 18px !important;
    line-height: 1;
    font-weight: bold !important;
}

#job-seeker .page-content .block-two .content .description {
    margin-bottom: 10px;
}

#job-seeker .page-content .block-two .content .title-container {
    margin-bottom: 30px;
}

#job-seeker .page-content .block-two .content .title-container .subtitle .text {
    color: #D72D86 !important;
    font-size: 26px !important;
    font-weight: bold !important;
}

#job-seeker .page-content .block-two .content .description .text {
    font-size: 14px !important;
    margin-bottom: 0 !important;
    font-weight: normal !important;
}

#job-seeker .page-content .block-two .content .instruction {
    width: 531px;
    height: 230px;
    margin: 20px;
    padding: 25px;
    background-color: #F5F5F5;
    border-radius: 20px;
}

#job-seeker .page-content .block-two .content .instruction .img-fluid {
    height: 100px;
}

#job-seeker .page-content .block-two .content .instruction .text {
    font-size: 16px !important;
    line-height: 27px;
    font-weight: bold !important;
    text-align: center;
    max-width: 450px;
}

#job-seeker .page-content .block-two .content .instruction:first-child .text {
    max-width: 320px;
}

#job-seeker .block-three .block-three-title {
    color: #09447C;
}

#job-seeker .block-three .block-three-title .small-text {
    font-size: 12px !important;
    font-weight: bold;
}

#job-seeker .block-three .block-three-title .text {
    font-size: 18px !important;
    font-weight: bold;
}

#job-seeker .block-three .step .step-header {
    background: #FFE3F2;
    width: 100%;
    border-radius: 20px;
    border: 1px solid #D72D86;
    padding: 14px 20px 19px 20px;
}

#job-seeker .block-three .step .step-header .bottom-triangle {
    bottom: -15px;
    left: 44%;
}

#job-seeker .block-three .step .step-header .step-number {
    color: #FFFFFF;
    opacity: 0.5;
    font-size: 54px;
    letter-spacing: 10px;
    left: 40%;
}

#job-seeker .block-three .step .step-header .small-text {
    color: #D72D86;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 2px !important;
}

#job-seeker .page-content .content-title {
    padding: 10px 0 !important;
    margin-left: 90px !important;
    margin-right: 90px !important;
    margin-top: 40px !important
}

#job-seeker .block-three .step .step-header .text {
    color: #333333;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}

#job-seeker .block-three .step .step-description .text-more {
    font-size: 18px;
    font-weight: bold;
    margin: 30px 0;
}

#job-seeker .block-three .step .step-description .step-content .step-element-container {
    width: 530px;
    height: 230px;
    margin: 20px 20px;
}

#job-seeker .block-three .step .step-description .step-content .step-content-header {
    border-bottom: 2px solid #D72D86;
    color: #333333;
    font-size: 18px;
    font-weight: bold;
}

#job-seeker .block-three .step .step-description .step-content .img-fluid {
    width: 150px !important;
    max-height: 105px;
}

#job-seeker .block-three .step .step-description .step-content .step-content-body .text {
    font-size: 14px;
    font-weight: normal;
}

#job-seeker .block-three .step .step-description .step-content .step-content-end .btn-cta-orange {
    border-radius: 6px !important;
    background: linear-gradient(to right, #dd840b, #e8aa00);
    color: #FFFFFF;
    font-size: 16px !important;
    font-weight: bold;
    height: 60px !important;
}

#job-seeker .block-three .step .step-description .step-content .step-content-body {
    padding-top: 26px;
}

#job-seeker .block-three .step .step-description .step-content .step-content-body .men-handshaking {
    width: 78px;
    height: 28px;
    margin-top: 40px;
}

#job-seeker .block-three .step .step-description .step-content .step-content-body .woman-with-laptop {
    width: 78px;
    height: 50px;
    margin-top: 25px;
}

#job-seeker .block-three .step .step-description .step-content .step-content-body .report {
    width: 78px;
    height: 78px;
    margin-top: 15px;
}

#job-seeker .block-four {
    background-image: url(../images/repeat-grid.png);
    background-color: #FFE3F2;
    background-size: cover;
}

#job-seeker .block-four .title .text {
    font-size: 25px !important;
    font-weight: bold !important;
    color: #333333;
}

#job-seeker .block-four .steps {
    margin-top: 10px;
}

#job-seeker .block-four .steps .step {
    height: 381px !important;
    width: 340px !important;
    border-radius: 20px !important;
    background: #FFFFFF;
    margin: 20px;
    min-width: 340px !important;
}

#job-seeker .block-four .step .block-step-header {
    width: 100%;
    height: 52px;
    border-radius: 20px 20px 0 0;
    background-color: #D72D86;
    padding: 10px;
}

#job-seeker .block-four .step .block-step-body {
    padding: 26px 20px;
}

#job-seeker .block-four .step .block-step-body .image {
    height: 92px;
    display: flex;
    align-items: end;
}


#job-seeker .block-four .step .step-text {
    font-size: 20px;
    margin-right: 5px;
    /* font-weight: bold; */
}

#job-seeker .block-four .step .step-number {
    font-size: 30px;
    line-height: 37px;
    /* font-weight: bold; */
}

#job-seeker .block-four .step .title .text {
    color: #333333;
    font-size: 18px !important;
    font-weight: bold;
    margin-top: 35px !important;
}

#job-seeker .block-four .step .content {
    font-size: 14px !important;
    font-weight: bold;
}


/* Fix Conflict CSS */
#job-seeker .step .content {
    margin-left: 0 !important;
    padding: 0 !important;
    padding-top: 0 !important;
}

/* End of Fix Conflict CSS */

@media screen and (max-width: 991px) {

    #job-seeker .page-content {
        background: url(../images/bottom-left.png), url(../images/bottom-left.png), url(../images/bottom-left.png), url(../images/bottom-left.png),
                    url(../images/bottom-left.png), url(../images/bottom-left.png), url(../images/bottom-left.png), url(../images/bottom-left.png),
                    url(../images/bottom-left.png), url(../images/bottom-left.png), url(../images/bottom-left.png), url(../images/bottom-left.png);
        background-position: calc(100% + 50px) 70px, -50px 350px, calc(100% + 50px) 2230px, -50px  2835px, calc(100% + 50px) 3040px, -30px  3550px, calc(100% + 50px)  3920px, -20px  4445px, calc(100% + 50px)  5730px, -50px  6050px, calc(100% + 50px)  6480px, -20px  6870px;
        background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat,
                           no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
        background-size: 120px auto, 150px auto, 130px auto, 140px auto, 110px auto, 150px auto, 140px auto,
                         90px auto, 150px auto, 140px auto, 130px auto, 100px auto;
        padding-top: 0 !important;
        padding-bottom: 30px !important;
    }

    #job-seeker .page-content > div{
        padding-bottom: 20px !important;
    }


    #job-seeker .block-four {
        padding-left: 16px;
        padding-right: 16px;
    }

    #job-seeker .container-fluid {
        padding: 16px 16px 0 16px !important;
    }

    #job-seeker .eye-catching-area .content-area .badge-area-list-more {
        padding: 0 !important;
    }

    #job-seeker .block-four .title .text {
        margin-bottom: 0px !important;
        margin-top: 35px;
        font-size: 18px !important;
    }

    #job-seeker .page-content .line {
        width: 100% !important;
    }

    #job-seeker .block-three .step .step-description .step-content .step-content-body {
        flex-direction: column;
        width: 100%;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    #job-seeker .block-three .step .step-description .step-content .step-content-body .text {
        max-width: 100%;
    }

    #job-seeker .block-three .step .step-description .step-content .step-content-body .col {
        margin-bottom: 0;
    }

    #job-seeker .block-three .step .step-description .step-content .step-content-body .row {
        margin-top: 23px !important;
    }

    #job-seeker .block-three .step .step-description .step-content {
        width: 100%;
        margin-bottom: 20px;
    }

    #job-seeker .block-three .step .step-content.second {
        display: none !important;
    }

    #job-seeker .page-content .content-title {
        padding: 10px 0 !important;
        margin-left: 16px !important;
        margin-right: 16px !important;
        margin-top: 10px !important;
        margin-bottom: 25px !important
    }

    #job-seeker .block-three .step .step-header {
        padding: 15px;
        border-radius: 14px;
    }

    #job-seeker .page-content .block-two .content .instruction .text {
        font-size: 14px !important;
        text-align: center;
    }

    #job-seeker .block-three .step .step-header .small-text {
        font-size: 12px !important
    }

    #job-seeker .block-three .step .step-header .text {
        font-size: 16px !important;
    }

    #job-seeker .block-three .step .step-description .text-more {
        margin: 21px 0 15px 0;
        font-size: 14px !important;
    }

    #job-seeker .page-content .block-two .content .description {
        margin-bottom: 15px;
    }

    #job-seeker .page-content .block-two .content .instruction {
        margin: 10px 0;
    }

    #job-seeker .page-content .block-two .content .title-container {
        margin-bottom: 20px !important;
    }

    #job-seeker .block-one {
        padding: 15px 0 15px 0 !important;
    }

    #job-seeker .eye-catching-area {
        height: calc(460px + 210px);
    }

    #job-seeker .eye-catching-area .content-area {
        align-items: center;
        top: 18px;
        z-index: 2;
    }

    #job-seeker .eye-catching-area .content-area .badge-area {
        position: absolute;
        top: 0;
    }

    .badge-area-title {
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }
    .badge-area-title .text-pink{
        margin-bottom: 10px;
    }

    #job-seeker .eye-catching-area .content-area .badge-area-list-more {
        margin-top: 315px;
    }

    #job-seeker .eye-catching-area .ctas-area {
        margin-top: 13px;
        margin-left: 0;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-color: #CBF2EF;
        width: 100%;
    }

    #job-seeker .eye-catching-area .btn-cta-white {
        margin-top: 0px;
        width: calc(100% - 40px);
    }

    #job-seeker .eye-catching-area .background-eye-catching-container {
        height: 450px;
        background-image: linear-gradient(to bottom, #F5FFFF calc(100% - 60vw), rgba(255, 255, 255, 0.00) 75%), url(../images/first-time-background.jpeg);
        background-repeat: no-repeat;
        background-size: 100% auto;
        background-position: 100% bottom;
        width: 100%;
        position: absolute;
        top: 0;
        z-index: 1;
    }

    #job-seeker .eye-catching-area .btn-cta-blue {
        width: calc(100% - 32px);
    }

    #job-seeker .page-content .btn-cta-container {
        width: calc(100% - 32px);
    }

    #job-seeker .page-content .btn-cta-container .btn-cta-special-pink{
        width: 100%;
    }

    #job-seeker .eye-catching-area .badge-area-description {
        width: 80%;
        max-width: 700px;
    }

    #job-seeker .eye-catching-area .badge-area .badge-area-title {
        font-size: 32px;
        line-height: 1;
    }

    #job-seeker .eye-catching-area .badge-area .badge-area-user-title {
        margin-bottom: 15px;
    }

    #job-seeker .eye-catching-area .badge-area .badge-area-user-title img {
        height: 39px;
    }

    #job-seeker .eye-catching-area .badge-area .badge-area-user-title .badge-area-user-title-text {
        font-size: 14px;
        height: 31px;
        line-height: 31px;
        width: 182px;
    }

    #job-seeker .eye-catching-area .badge-area-more {
        width: 99px;
        height: 99px;
        padding: 11px 15px 11px 15px;
    }

    #job-seeker .eye-catching-area .badge-area-more svg {
        height: 31px;
    }

    #job-seeker .eye-catching-area .badge-area-more .badge-area-more-content {
        font-size: 11px !important;
    }

}

@media only screen and  (min-width: 670px) {

    #job-seeker .eye-catching-area .background-eye-catching-container {
        background-position: 100% center !important;
    }
}

@media only screen and  (min-width: 1280px) {

    #job-seeker .eye-catching-area .background-eye-catching-container {
        background-image: linear-gradient(to right, #F5FFFF calc(100% - 800px), rgba(255, 255, 255, 0.00) 80%),
                url('../images/first-time-background.jpeg');
    }
}

@media only screen and (min-width: 1000px) {
    #job-seeker .eye-catching-area .content-area {
        width: calc(100% - 5%) !important;
        left: 5%;
    }

    #job-seeker .block-one {
        padding: 15px 90px 15px 90px !important;
    }

    #job-seeker .page-content > div{
        padding-bottom: 30px !important;
    }

    #job-seeker .block-two {
        padding: 40px 90px 30px 90px !important;
    }

    #job-seeker .block-two.second {
        padding: 55px 90px 30px 90px !important;
    }

    #job-seeker .block-three {
        padding: 10px 90px !important;
    }

    #job-seeker .block-four {
        padding: 50px 90px !important;
    }

    #job-seeker .block-five {
        padding: 40px 90px !important;
    }

    #job-seeker .block-three .step .step-header .bottom-triangle {
        bottom: -15px;
        left: 49%;
    }

    #job-seeker .block-three .step .step-header .step-number {
        left: 48%;
    }

    #job-seeker .block-three .step .step-description .step-content .step-content-end .btn-cta-orange {
        max-width: 415px !important;
    }

    #job-seeker .eye-catching-area {
        background-image: none;
        background: #F6F5F2;
    }

    #job-seeker .page-content .btn-cta-special-blue .triangle {
        top: -45px;
        left: -45px;
    }

    #job-seeker .eye-catching-area .badge-area {
        top: 60px;
        left: 30%;
    }

    #job-seeker .eye-catching-area .golden-circles {
        top: 256px;
        left: 30%;
    }
}



@media screen and (max-width: 768px) {

    #job-seeker .btn-register-section {
        font-size: 17px;
        height: 50px;
    }

    #job-seeker .block-four .step .step-number {
        font-size: 25px !important;
    }

    #job-seeker .block-four .step .step-text {
        font-size: 18px !important;
    }

    #job-seeker .page-content .content-title {
        margin-bottom: 0 !important;
    }

    #job-seeker .page-content .btn-cta-special-pink-content .subtitle .text {
        font-size: 12px !important;
        margin-bottom: 0px !important;
    }

    #job-seeker .block-four .step .content {
        margin-top: 22px !important;
    }

    #job-seeker .block-four .step .title .text {
        font-size: 15px !important;
    }

    #job-seeker .page-content .block-one .card {
        margin: 10px;
    }
    #job-seeker .page-content .btn-cta-special-pink {
        padding: 15px 20px !important;
    }

    #job-seeker .page-content .btn-cta-special-pink svg {
        height: 45px !important;
    }

    #job-seeker .page-content .content-title .subtitle {
        font-size: 12px !important;
    }

    #job-seeker .page-content .content-title svg {
        height: 45px !important;
    }

    #job-seeker .page-content .content-title .title {
        font-size: 18px !important;
    }

    #job-seeker .page-content .block-two .content .title {
        padding: 10px 10px !important;
        margin-right: 18px !important;
    }
    
    #job-seeker .page-content .block-two .content .title-container {
        margin-top: 15px;
    }

    #job-seeker .page-content .block-two .content .title .text {
        font-size: 14px !important;
    }
    #job-seeker .page-content .block-two .content .title-container .subtitle .text {
        font-size: 16px !important;
    }
}
@media only screen and (max-width: 350px) {
    #job-seeker .eye-catching-area .badge-area-more {
        margin: 2px !important;
    }
}

@media only screen and (max-width: 480px) {
    .h-new-body {
        margin-top: 0 !important;
    }

    #job-seeker .page-content .btn-cta-special-pink svg {
        margin-right: 0.5rem !important;
    }

    #job-seeker .eye-catching-area .btn-cta-blue {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    #job-seeker .eye-catching-area .btn-cta-white {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    #job-seeker .block-one .card.small {
        min-width: 300px !important;
        min-width: 300px !important;
    }

    #job-seeker .page-content .block-one .card {
        width: 100% !important;
        min-width: calc(100% - 32px) !important;
    }

    #job-seeker .block-four .steps .step {
        width: 100% !important;
        margin: 20px 0;
        min-width: calc(100% - 32px) !important;
    }

    #job-seeker .page-content .block-one .card {
        margin: 10px 0;
    }
}