#servicesdsat {
    padding: 60px 0 40px 0;
  }
  
  #servicesdsat .box {
    padding: 30px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin: 0 10px 40px 10px;
    background: #fff;
    box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
    transition: all 0.3s ease-in-out;
    text-align: center;
  }
  
  #servicesdsat .box:hover {
    transform: scale(1.1);
    background-color: #2196F3;
    color: white; !important
    
  }
  
  #servicesdsat .icon {
    margin: 0 auto 15px auto;
    padding-top: 12px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    width: 60px;
    height: 60px;
  }
  
  #servicesdsat .icon .service-icon {
    font-size: 36px;
    line-height: 1;
  }
  
  #servicesdsat .title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
  }
  
  #servicesdsat .title:hover {
   color: white;
  }
  #servicesdsat .title a {
    color: #111;
  }
  
  
  }
  #servicesdsat .box:hover .title a:hover {
    text-decoration: none;
  }
  #servicesdsat .description {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 0;
    text-align: left;
  }