.a-phone{
    color: white;
    font-style: italic;
  }
  .a-phone:hover{
    color: red;
  }
  
  .title h3{
    min-width: 460px;
  }
  .mobile{
    display: none;
  }
  .section-block-grey{
    padding: 15px 0 3em;
    background-color: #f9f9f9;
  }

  .service-block{
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;	
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 8px;
  }
  .service-block:hover{ background: #f5f5f5; }
  .service-block img{
    width: 100%;
    border-radius: 5px;
    margin-bottom: 10px;
  }
  
  .service-block-number{
    width: 15%;
    float: left;
    position: relative;
  }
  
  .service-block-number b{
      position: absolute;
      font-size: 25px; color:#000; margin-top: 8px; margin-left: 15px;  opacity: 1;
  }
  
  
  .service-block-title{
    width: 75%;
    float: left;
  }
  
  .service-block-number h5{
    color: #1179d2;
    font-size: 35px;
    font-weight: 500;
  }
  
  .service-block-title h4{
    color: #1179d2;
    font-size: 17px;
    font-weight: 500;
    padding-top: 12.5px;
    padding-left: 10px;
  }
  
  .service-block-title h4 a:hover{
    color: #1179d2;
  }
  
  .service-block p{
    color: #666;
    font-size: 15px;
    font-weight: 400;
    height: 55px; 
      overflow: hidden;
  }

  .service-block-number{
    width: 15%;
    float: left;
    position: relative;
  }

  .primary-button{
	
    background: #1C59CD;
  background: linear-gradient(0deg, rgb(28, 89, 205), rgb(4, 196, 162));
  background: -webkit-linear-gradient(0deg, rgb(28, 89, 205), rgb(4, 196, 162));
  background: -moz-linear-gradient(0deg, rgb(28, 89, 205), rgb(4, 196, 162));
  background: -o-linear-gradient(0deg, rgb(28, 89, 205), rgb(4, 196, 162));
  
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    border-radius: 50px;
    padding: 10px 15px 10px 15px;		
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
  }
  
  .primary-button:hover {
    background: #222;
    color: #fff;
  }
  .button-xs{
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    padding: 8px 17px 8px 17px;		
  }

  .case-phone{
    font-size: 26px;
  }

  @media(max-width:1025px){
    .service-block p{
      height: 43px;
    }
    .case-phone{
      font-size: 30px;
    }
  }
  @media(max-width:767px){
  .service-block p{
    height: 55px;
    line-height: 1.7;
  }
  .title h3{
    min-width: auto;
  }
  .mobile{
    display: block;
    margin: 0 auto;
    width: 100%;
  }
  .case-phone{
    font-size: 22px;
  }
}