
.mainImgContainer{
    display: flex;
    justify-content: center;
    position: relative;
    list-style-type: none;
    width: 100%;
    height: auto;
}
.mainImg{
    width: 1157px;
    max-width: 80vw;
    height: auto;
    filter: drop-shadow(0px 20px 94px rgba(19, 33, 64, 0.5));
    border-radius: 40px;
    position: relative;
    margin-top: 100px;
    z-index: 2;
}

.wif{
    width: 1351px;
    max-width: 93vw;
    position: absolute;
    top: 70px;
    z-index: 3;

}

.mainImg-titletext{
    position: absolute;
    top: 24%;
    left: 16%;
    font-family: 'Sofia Pro';
    font-style: normal;
    font-weight: 800;
    font-size: 28px;
    line-height: 37px;
    /* or 132% */
    color: #FFFFFF;
    z-index: 2;
}
.mainImg-titleSupporttext{
    position: absolute;
    top: 34%;
    left: 16%;
    font-family: 'Sofia Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    /* or 156% */
    z-index: 2;
    color: #FFFFFF;

}

.mainImg-part2-titleSupporttext{
    position: absolute;
    top: 70%;
    right: 17%;
    z-index: 2;
    font-family: 'Sofia Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 38px;
    color: #FFFFFF;
}

.mainImg-part2-titletext{
    position: absolute;
    z-index: 2;
    top: 93%;
    right: 37%;
    font-family: 'Sofia Pro';
    font-style: normal;
    font-weight: 800;
    font-size: 42px;
    line-height: 47px;
    color: #FFFFFF;
}