.apply-point,
.single-mi,
.group-con{
    justify-content: space-between;
}
.apply-con select, .apply-con input,
.single-mi textarea,
#dllMatchGroup1{
    width: 800px !important;
}
.apply-btn input{
    width: 100px !important;
}

.img-box{
    font-size: 12px;
    width: 100%;
    display: grid;
    column-gap: 5px;
    grid-template-columns: repeat(4,1fr);
    text-align: center;
}
.img-box img{
    width: 100%;
    display: block;
}
.footer-con{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    column-gap: 67px;
}
.footer-con .supporter{
    width: 100%;
}
.footer-con .supporter:first-of-type{
    display: flex;
    flex-direction: column-reverse;
}