.web_ind_head_cont{
    background-image: url(../../public/img/back_one.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 1000px;
    overflow: hidden;
}
.web_ind_head_cont_two{
    background-image: url(../../public/img/back_two.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 1000px;
    overflow: hidden;
}
.web_ind_head_p{
    font-weight: 600;
    font-size: 74px;
    color: #8054E7;
    margin-top: 200px;
}
.web_ind_head_p_one{
    font-weight: 600;
    font-size: 74px;
    color: #3D3D3D;
    margin-top: 200px;
}
.web_ind_head_p_two{
    margin-top: 10px;
    font-weight: 500;
    font-size: 20px;
    color: #000000;
}
.web_ind_head_cont_three{
    margin-top: 35px;
    padding: 24px 48px;
    width: 234px;
    height: 84px;
    background: #8054E7;
    border-radius: 10px;
}
.web_ind_head_p_three{
    font-weight: 500;
    font-size: 24px;
    color: #FFFFFF;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none;
}
.web_ind_head_cont_four{
    margin-top: 47px;
    right: 158px;
    position: absolute;
    padding: 25px 50px;
    width: 567px;
    height: 276px;
    z-index: 1;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #BFBFBF;
    backdrop-filter: blur(3px);
    border-radius: 10px;
}
.web_ind_head_p_eight{
    font-weight: 600;
    font-size: 64px;
    color: #8054E7;
}
.web_ind_head_p_nine{
    font-weight: 600;
    font-size: 20px;
    color: #3D3D3D;
}
@media (min-width: 1400px) and (max-width: 1700px) {
    .web_ind_head_p_one{
        font-size: 64px;
    }
    .web_ind_head_p{
        font-size: 64px;
    }
}
@media (min-width: 1200px) and (max-width: 1400px) {
    .web_ind_head_p_one{
        font-size: 54px;
    }
    .web_ind_head_p{
        font-size: 54px;
    }
    .web_ind_head_cont_four{
        width: 474px;
        height: 242px;
        right: 52px;
    }
    .web_ind_head_p_eight{
        font-size: 54px;
    }
    .web_ind_head_p_nine{
        font-size: 16px;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    .web_ind_head_p_one{
        font-size: 44px;
    }
    .web_ind_head_p{
        font-size: 44px;
    }
    .web_ind_head_cont_four{
        width: 474px;
        height: 242px;
        right: 52px;
    }
    .web_ind_head_p_eight{
        font-size: 54px;
    }
    .web_ind_head_p_nine{
        font-size: 16px;
    }
    .web_ind_head_cont_three{
        width: 192px;
        height: 76px;
    }
    .web_ind_head_p_three{
        padding-top: 3px;
        font-size: 17px;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
    .web_ind_head_p_one{
        font-size: 34px;
    }
    .web_ind_head_p{
        font-size: 34px;
    }
    .web_ind_head_cont_four{
        width: 474px;
        height: 242px;
        right: 52px;
    }
    .web_ind_head_p_eight{
        font-size: 54px;
    }
    .web_ind_head_p_nine{
        font-size: 16px;
    }
    .web_ind_head_cont_three{
        width: 192px;
        height: 76px;
    }
    .web_ind_head_p_three{
        padding-top: 3px;
        font-size: 17px;
    }
}