.home-demo .item {
    padding: 1em;
}



    .card{
        background-color: #0f243f;
        border-radius: 30px;
        box-shadow: 3px 5px 7px 0 rgba(9,10,13,0.20);
    
     }
    .why-us  .pic {
      overflow: hidden;
      width: 100%;
      min-height: 150px;
      margin: 0px;
      padding: 0px auto;
      border-radius: 20px; 
    }

    .why-us .linea  {
      transition: ease-in-out 0.3s;
    }

    .why-us .linea:hover {
      transform: scale(1.1);
    }


    .why-us .linea h4 {
      color: #FFFFFF;
    }
    .why-us .linea p {
      color: #FFFFFF;
        font-size: 14px;
    }