.box-form-info{
    border-radius: 14px;
    border: 1px solid #e4e5f0;
    padding: 30px;
}
.tips-hide{
    margin-bottom: 0;
    color: #cecece;
}
.text-area-custom{
    min-height: 6em;
}
.partnership:after{
    content: ' *';
    color: red;
}
@media screen and (max-width: 992px){
    .box-form-info{
        padding: 8px;
    }

    #form-box{
        padding: 0 8px;
    }

    #business_partnership{
        padding: 8px;
    }

    .art img {
        width: 100%;
    }
}

