@font-face {
    font-family: 'icomoon';
    src:  url('../fonts/icomoon.eot?41h8v3');
    src:  url('../fonts/icomoon.eot?41h8v3#iefix') format('embedded-opentype'),
      url('../fonts/icomoon.ttf?41h8v3') format('truetype'),
      url('../fonts/icomoon.woff?41h8v3') format('woff'),
      url('../fonts/icomoon.svg?41h8v3#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
  }
  
  [class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    font-style:normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    text-decoration: none;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  #section-3 .icon-Bookmrk:before {
    content: "\e900";
    color: #4527d8;;
    
  }
  #section-3 .icon-Downld:before {
    content: "\e901";
    color: #4527d8;
  }

  #section-3 .icon-Bookmrk,
  .icon-Downld{
     font-size: 1rem;
     padding-left: .4rem;
  }
  #section-3 .icon-Downld:hover::before,
  #section-3 .icon-Bookmrk:hover::before{
    text-decoration: none;
    color:#eec3fd 
  }

/* --------------Hover for image---------------------- */

  #section-3 .icon-Bkmrk:before {
    content: "\e900";
    color: #fff;
    
  }
  #section-3 .icon-Dwnld:before {
    content: "\e901";
    color: #fff;
  }
  #section-3 .icon-Dwnld, .icon-Bkmrk{
    font-size: 1rem;
    padding-left: .4rem;
  }
  #section-3 .icon-Dwnld:hover::before,
  #section-3 .icon-Bkmrk:hover::before{
    text-decoration: none;
    color: #4527d8;
  }

 #section-3 a:hover{
    text-decoration: none;
 } 

 @media(min-width: 720px){
  #section-3 .icon-Bookmrk,
  .icon-Downld{
     font-size: 1.5rem;
     padding-left: 1rem;
  }

  #section-3 .icon-Dwnld, .icon-Bkmrk{
     font-size: 1.5rem;
     padding-left: 1rem;
  }
 }

  