
  .home-content .title-card{
    height: 67px;
    border: none;
  }
   
  .title{
    font-weight: bold;
    font-size: var(--size20);
    color: var(--black-color);
    text-transform: capitalize;
  }

  .d-grid{
    margin-left: -1%;
    margin-top: 2%;
    display: grid;
    grid-template-columns: 19.6% 19.6% 19.6% 19.6% 19.6%;
    grid-column-gap: 1%;
    width: 98%;
    grid-row-gap: 6%;
  }

  .grid-items{
      position: relative;
 
      min-width: 0;
      word-wrap: break-word;
      background-color: #fff;
      background-clip: border-box;
      border: none;
      height: 100%;
      border-radius: 8px;
      text-align: center;
      flex: 1 1 auto;
      padding: 1rem 1rem;
      display: grid;
      grid-template-columns: 36% auto;
      grid-column-gap: 4%;
      justify-content:flex-start;
  }
  
  .circle {
    width: 65px;
    height: 65px;
    line-height: 65px;
    border-radius: 50%;
    color: var(--blue1-color);
    text-align: center;
    background: #fff;
    -webkit-box-shadow: 0 0 5px 2px #e8e8e8;
    -moz-box-shadow: 0 0 5px 2px #e8e8e8;
    box-shadow: 0 0 5px 2px #e8e8e8;
    
  }
 

  .border-style{
    border-radius: 50%;
    color: var(--blue1-color);
     
    border-style: dashed;
    border-color: #9fbcdc;
  
    height: 55px;
    width: 55px;
    line-height: 55px;
    text-align: center;
    margin-top: 8%;
    margin-left: 7%;
  }


  .home-coneten-icons{
    width: 58%;
    margin-top: -19%;
  }


 
  .section-card{
    border: none;
    height: 90px;
    width: 167px;
  }

  .home-content-title{
    text-transform: capitalize;
    font-size: var(--size17);
    font-weight: bolder;
    color: var(--blue1-color);
    margin: 14px 0 0 0;
  }


  .row-items{
    margin-top: 3%;
  }

  .title-upper{
    text-transform: uppercase !important;
  }
 
  .grid{
    display: grid;
    margin-left: -2%;
    text-align: initial;
  }


  .grid-child{
    color: var(--dark-grey-color);
  }