.elementor-2684 .elementor-element.elementor-element-2f4d742{margin-top:50px;margin-bottom:0px;}/* Start custom CSS for html, class: .elementor-element-557d7e4 *//*.filesec{
    display: none;
}*/
.uploadcont{
    display: flex;
    justify-content: center;
}
.upload{
    display: flex;
     width: 40%;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
    flex-direction: column;
    font-family: "Heebo", Sans-serif;
    font-size: 20px;
}
.upload  .container{
    
    width: 100%;
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
   
}
.upload .fluid{
    margin-bottom: 15px;   
   
    
    height: 30%;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
   
}
.upload label{
    
    text-align:center;
    font-family: "Heebo", Sans-serif;
   
    font-weight: 600;
    
    padding:2% 1%;
    background: #C0C0C0;

    border: 1px solid white;
    border-radius: 15px;
    

}
.upload label img{
   width: 20%;
   display: block;
   text-align: center;
   margin: 0 auto 0px auto;
     
}
.upload label i{
    display: block;
    font-size: 45px;
}
@media only screen and (max-width: 600px) {
.uploadcont{
    display: flex;
    flex-direction:column;
}
.upload{
   
     width: 100%;
}
}/* End custom CSS */