
.distribute-background{
    background: url(/resources/images/top-right-bg-circle.png) 
    right center no-repeat ,
     url(/resources/images/bottom-left_bg-circle.png) left bottom no-repeat;
     background-color :#ebebeb;
}
.name1{
    width: 280px;
    min-height:150px;
    margin: 17px 10px ;
    outerglow: #000000;
    stroke: 1px #ced4d6;
    background-color: #FFFFFF;

}

.wraptocenter {
    
    height: 150px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    background:white;
    object-fit: cover;
    
  }
  
  .wraptocenter * {
    vertical-align: middle;
  }
  
  .wraptocenter {
    display: block;
  }
  
  .wraptocenter span {
    display: inline-block;
    height: 100%;
    width: 1px;
  }

.content_dis{
    margin-top:40px;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 40px;
}

.table-dis{
    margin-left: -25px;
    margin-right: -20px;
    margin-bottom: 50px;
}

/* Media Query */
    
    
    /* tablet */
    @media (max-width: 1030px) {
        .name1{
            width:100%;
            margin:10px 10px;
    
            }
        .content_dis{
            margin-top:30px;
            padding-left: 10px;
            padding-right: 10px;
            margin-bottom: 30px;
        }
        
        .table-dis{
            margin-left: -16px;
            margin-right: -5px;
            margin-bottom: 50px;
        }
    }
    /* Landscape phone to portrait tablet */
    @media (max-width: 767px) {

        .name1{
            width:100%;
            margin:10px 11px;
    
            }
        .content_dis{
            margin-top:10px;
            padding-left: 15px;
            padding-right: 15px;
            margin-bottom: 10px;
        }
        
        .table-dis{
            margin-left: -10px;
            margin-right: 2px;
            margin-bottom: 50px;
        }
    }

    /* Landscape phones and down */
    @media (max-width: 480px) {

        .name1{
            width:100%;
            margin-left: 18px;
            margin-right: 20px;
            margin-bottom: 12px;
    
            }
        .content_dis{
            margin-top:10px;
            padding-left: 15px;
            padding-right: 15px;
            margin-bottom: 10px;
        }
        
        .table-dis{
            margin-left: -18px;
            margin-right: 2px;
            margin-bottom: 50px;
        }
    } 