.join-section-image {
    display: none;
}

.mobile-join-image {
    position: relative;
}

.mobile-join-image::after {
    content: "";
    position: absolute;
    bottom:-1%; 
    left: -10%;
    width: 120%;
    height: 10%; 
    background-color: white; 
    border-radius: 100%; 
}

.mobile-people-image {
    width: 100%;
    height: auto;
}

#financial-items {
    text-align: center;
    margin-top: 2%; 
    display: flex;
    flex-direction: column;
    align-items: center;
}

.financial-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    padding: 0 160px;
    overflow: hidden;
}

.financial-wrapper::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 150%;
    height: 100%;
    background-color: #C3D0EE;
    border-radius: 100%;
    transform: translate(-17%,75%)
}

.financial-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.financial-title {
    font-family: 'Poppins', sans-serif;
    font-size: 3.7vw;
    font-weight: 400;
    line-height: 4.5vw;
    text-align: center;
    max-width: 60%;
    margin: 0 auto;
    color: #1E4EBB;
    width: 40%;
    height: auto;
    padding-top: 1vw;
}

.financial-subtitle {
    font-family: 'Poppins', sans-serif;
    font-size: 1.4vw;
    font-weight: 400;
    line-height: 1.9vw;
    text-align: center;
    max-width: 30%;
    margin: 0 auto;
    color: #1E4EBB;
    width: 35%;
    height: auto;
    padding-top: 1vw;
    padding-bottom: 4vw;
}

.financial-container-title {
    font-family: 'Poppins', sans-serif;
    font-size: 2vw;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    max-width: 55%;
    margin: 0 auto;
    color: #1E4EBB;
    height: auto;
    padding-top: 2vw;
}

.financial-container-subtitle {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1vw;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
    max-width: 75%;
    margin: 0 auto;
    color: #1E4EBB;
    height: auto;
    padding-top: 1.5vw;
    padding-bottom: 15vw;
}

.financial-image {
    flex: 1;
    max-width: 50%;
    width: 100%;
}

.financial-image img {
    width: 5vw; 
    height: auto;
    z-index: 1;
}

.financial-image-2 {
    flex: 1;
    max-width: 50%;
    width: 100%;
}

.financial-image-2 img {
    width: 9.5vw; 
    height: auto;
    z-index: 1;
}

.financial-image:nth-child(2) img {
    width: 60%;
}

@media screen and (max-width: 770px) {
    .mobile-join-image::after {
        bottom: -2%;
    }

    .join-section-image {
        display: block;
        overflow-x: hidden;
    }

    #financial-items {
        padding-bottom: 0;
    }

    .financial-wrapper::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 150%;
        height: 15%;
        background-color: #C3D0EE;
        border-radius: 100%;
    }

    .financial-container {
        gap: 2vw;
        padding-bottom: 5vw;
    }

    .financial-title {
        font-size: 8vw;
        line-height: 1.2;
        width: 90%;
        max-width: 100%;
        padding-bottom: 3vw;
    }

    .financial-subtitle {
        font-size: 4.1vw;
        line-height: 1.2;
        width: 75%;
        max-width: 100%;
        padding-bottom: 15vw;
    }

    .financial-wrapper {
        flex-direction: column;
        overflow: hidden;
        padding: 0 15px;
    }

    .financial-container-title {
        font-size: 6vw;
    }

    .financial-container-subtitle {
        font-size: 3.5vw;
        line-height: 1.2;
    }

    .financial-image {
        flex: 1;
        max-width: 50%;
        width: 100%;
    }

        .financial-image img {
            width: 13vw;
            height: auto;
            z-index: 1;
        }

    .financial-image-2 {
        flex: 1;
        max-width: 50%;
        width: 100%;
    }

        .financial-image-2 img {
            width: 19vw;
            height: auto;
            z-index: 1;
        }
}

@media screen and (max-width: 480px) {
    .financial-container {
        gap: 2vw;
        padding-bottom: 15vw;
    }
}