.bni-journey-content {
    position: relative;
    padding: 70px 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    width: 100%;
    height: 100%;
}

.global-map {
    position: absolute;
    mix-blend-mode: multiply;
    z-index: 0;
    width: auto;
    height: 85%;
}
section#bni-journey {
    padding-top: 40px;
    padding-bottom: 40px;
}
.bni-journey-inner {
    width: 70%;
    margin: 0 auto;
    z-index: 9;
}
.bni-journey-inner h4 {
    color: #FFFFFF;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px;
}
#bni-journey p {
    color: #F2F2F2;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.bni-journey-inner ul {
    margin-top: 50px;
}
#bni-journey .get-invited-btn a{
    color: #cf2030;
    width: 240px;
    height: 50px;
    display: flex;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    border: 2px solid transparent;
    border-radius: 32px;
    background: #fff;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in;
}
#bni-journey .get-invited-btn a:hover{
    color: #FFFFFF;
    background: #cf2030;
    border-color: #FFFFFF;
}

#bni-journey h4 {
    text-align: center;
}

@media only screen and (max-width: 1200px) {
    .bni-journey-content {
        padding: 50px;
    }
    #bni-journey h4 {
        font-size: 30px;
    }
    #bni-journey p {
        font-size: 14px;
    }
    #bni-journey .get-invited-btn a {
        height: 40px;
    }
}

@media only screen and (max-width: 992px) {
    section#bni-journey {
        padding-top: 0;
        padding-bottom: 0;
    }
    .bni-journey-inner {
        width: 91%;
    }
}

@media only screen and (max-width: 767px) {
    section#bni-journey {
        padding: 0;
    }
    .bni-journey-content {
        padding: 40px 15px;
        border-radius: 0;
        overflow: hidden;
    }
    .bni-journey-inner h4 {
        font-size: 24px;
    }

    .global-map {
        width: 65%;
    }

    .bni-journey-inner {
        width: 100%;
    }
    #bni-journey h4 {
        font-size: 24px;
    }
    #bni-journey .get-invited-btn a {
        height: 35px;
    }
    
}

@media only screen and (max-width: 576px) {
    .bni-journey-inner h4 {
        font-size: 20px;
    }
}