.ia-offer-card{
  padding-top:34px;
}
.ia-offer-card h3{
  margin-top:0;
  margin-bottom:14px;
}
.offer-icon{
  width:64px;
  height:64px;
  border-radius:16px;
  background:#050505;
  display:grid;
  place-items:center;
  margin-bottom:22px;
  box-shadow:0 10px 24px rgba(5,5,5,.12);
}
.offer-icon svg{
  width:40px;
  height:40px;
  fill:none;
  stroke:#fff;
  stroke-width:2.3;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.offer-icon .solid-dot{
  fill:none;
  stroke:#fff;
}
@media (max-width: 768px){
  .offer-icon{
    width:58px;
    height:58px;
    border-radius:14px;
    margin-bottom:18px;
  }
  .offer-icon svg{
    width:36px;
    height:36px;
  }
}
