.upload-image-div{
    cursor:pointer;
    height:180px;
    width:70%;
    border:2px dashed #69707A;
    border-radius:10px;
    display:flex;
    justify-content:center;
    align-items:center;
    flex-direction:column
}
#upload_image_div_tryfree {
    cursor:pointer;
    height:180px;
    width:70%;
    border:2px dashed #69707A;
    border-radius:10px;
    display:flex;
    justify-content:center;
    align-items:center;
    flex-direction:column
}

@media (max-width: 768px) {
    .upload-image-div{
        width: 100%;
    }
  }