@font-face {
  font-family: "iconfont"; /* Project id 4603859 */
  src: url('../fonts/iconfont.woff2?t=1721288293023') format('woff2'),
       url('../fonts/iconfont.woff?t=1721288293023') format('woff'),
       url('../fonts/iconfont.ttf?t=1721288293023') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-phone:before {
    display: block;
  content: '';
  width: 20px;
height: 20px;
flex-shrink: 0;

background-image: url('../img/cp/icon-phone.png');
background-size: cover;
}

.icon-shield:before {
    display: block;
  content: '';width: 20px;
height: 20px;
flex-shrink: 0;background-image: url('../img/cp/icon-shield.png');
background-size: cover;
}

.icon-pdf:before {
    display: block;
   content: '';
  width: 20px;
  height: 20px;
  background-image: url('../img/cp/logo-big.png');
  background-size: cover;
}
.icon-arrow-right{
        display: block;
   content: '';
  width: 20px;
  height: 20px;
  background-image: url('../img/cp/download-line.png');
  background-size: cover;

}

