
        news__date {
            color: #444;
            font-family: 'sans-serif';
            font-size: 15px;
            font-weight: 400;
            margin-top: 20px;
            text-align:left;
        }

         .cards {
            position: relative;
            display: flex;
            flex-direction: column;
            min-width: 0;
            word-wrap: break-word;
            background-color: #f8f9fa;
            box-shadow: rgba(0, 0, 0, 0.16) 3px 3px 6px, rgba(0, 0, 0, 0.23) 3px 3px 6px;
            /*border-radius: 1rem;*/
            border:solid #E2DFDF 1px;
       }
       
      
       .controls{
           padding-top:20px;
           padding-bottom:20px;
           
       }
       
       /*background-clip: border-box;*/
       
       .newcontrol{
           /**padding-bottom:35px;*/
           
           overflow: hidden;
           text-overflow: ellipsis;
           display: -webkit-box;
           /*-webkit-line-clamp: 4;
                   line-clamp: 4; 
           -webkit-box-orient: vertical;*/
           height:100px;
        }
        
        .newcontrolheight{
            height:50px;
            padding-bottom:20px;
        }
        
        .newcontroldate{
            text-align:left;
            padding-top:20px;
        }

       
       .newcontrols{
           padding-top:20px;
           
       }
       
       .imagadvories{
           width:270px; 
           height:270px;
       }
       
       .partners{
           max-width:100%;
       }
       
       .bannerheight{
             height: 650px;
         }  
       
       
    @media screen and (max-width: 600px) {
            .cards {
            position: relative;
            display: flex;
            flex-direction: column;
            min-width: 0;
            padding:5px;
            word-wrap: break-word;
            background-color: #f8f9fa;
            /*background-clip: border-box;*/
            /**border: 1px Solid #00334d;*/
            box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
            /*border-radius: 1rem;*/
             }
             
             .newcontrol{
               overflow: hidden;
               text-overflow: ellipsis;
               height:auto;
             }
               
           .newcontrols{
            padding-top:20px;
            padding-bottom:10px;
           }
           
           .newcontrolheight{
            height:auto;
            padding-bottom:20px;
        }
               
           .newcontroldate{
              text-align:left;
              padding-top:2px;
              margin-top:2px;
              padding-bottom:10px;
           }
               
          .imagadvories{
                width:20%;
                height:20%;
            }
            
             .wow-center {
             text-align: center;
             }
             
              .size_image{
            max-width:50%;
            max-height:100%;
             }
             
             .partners{
           max-width:90%;
          }
          
          .poly{
              font-size:8px;
          }
          
       .bannerheight{
            height: 300px;
        }  
        
    .swiper-pagination.swiper-pagination-modern .swiper-pagination-bullet {
                display: inline-block;
                background: transparent;
                font-weight: 200;
                color: rgba(234, 240, 246, 0);
                }
            
        }
            
            
             @media screen and (max-width: 900px) {
                    .cards {
                    position: relative;
                    display: flex;
                    flex-direction: column;
                    min-width: 0;
                    padding:5px;
                    word-wrap: break-word;
                    background-color: #f8f9fa;
                    /*background-clip: border-box;*/
                    /**border: 1px Solid #00334d;*/
                    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
                    /*border-radius: 1rem;*/
                     }
                     
                     
                     .newcontrol{
                       overflow: hidden;
                       text-overflow: ellipsis;
                       height:auto;
                     }
                 
    
                   .newcontrols{
                       padding-top:20px;
                       padding-bottom:20px;
                       
                   }
                   
                   .newcontrolheight{
                        padding-bottom:20px;
                    }
                    
                   .newcontroldate{
                      text-align:left;
                      padding-top:2px;
                      margin-top:2px;
                      padding-bottom:10px;
                   }
            
                     .partners{
                           max-width:90%;
                       }
                   .bannerheight{
                          height: 300px;
                        }  
                
                
            }