
@import url('https://fonts.googleapis.com/css?family=Fredoka+One&amp;display=swap');
@import url('https://fonts.googleapis.com/css?family=Schoolbell&amp;display=swap');
@import url('https://fonts.googleapis.com/css?family=Lato&amp;display=swap');

  .service-csr {
    height: 100vh;
    width: 100%;
    display: grid;
    place-items: center;
    padding-top: 70px;
  }
  .rt {
    display: flex;
    flex-wrap: wrap;
  }
  .column {
    width: 100%;
    padding: 0 1em 1em 1em;
    text-align: center;
  }
  .card {
    width: 100%;
    height: 100%;
    padding: 2em 1.5em;
    /* background: linear-gradient(#ffffff 50%, #2c7bfe 50%); */
    background-size: 100% 200%;
    background-position: 0 2.5%;
    border-radius: 5px;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    transition: 0.5s;
  }
  h3 {
    font-size: 15px!important;
    /* font-weight: 600; */
    color: #1f194c;
    margin: 1em 0;
  }
  p {
    color: #575a7b;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0.03em;
  }
  .icon-wrapper {
    /* background-color: #2c7bfe; */
    position: relative;
    margin: auto;
    font-size: 30px;
    height: 2.5em;
    width: 2.5em;
    color: #ffffff;
    border-radius: 50%;
    display: grid;
    place-items: center;
    transition: 0.5s;
  }
  

 
  @media screen and (min-width: 768px) {
    .service-csr a {
      padding: 0 2em;
    }
    .column {
      flex: 0 50%;
      max-width: 50%;
    }
  }
  @media screen and (min-width: 992px) {
    .service-csr {
      padding: 1em 3em;
    }
    .column {
      flex: 0 0 33.33%;
      max-width: 33.33%;
    }
  }
  

  /* utitities */
  .fw400{font-weight: 100!important;}
  .ff1{font-family: 'Schoolbell', cursive; color: #dd006d!important;}
  