
.bisiesto-block.b-bullets{
  padding: clamp(24px, 20.3636px + 0.9697vw, 32px) 0;

}
.bisiesto-block .b-bullets__heading{
    padding-bottom: 40px;
  }
.bisiesto-block .b-bullets__list{
    display: grid;
    gap: 32px;
  }
.bisiesto-block .b-bullets__item{
    display: grid;
    gap: 16px;
  }
.bisiesto-block .b-bullets__icon{
    width: 60px;
    height: 60px;
    display: grid;
    place-items: center;
  }
.bisiesto-block .b-bullets__icon img{
      -o-object-fit: contain;
         object-fit: contain;
      width: 100%;
      height: auto;
    }
@media screen and (min-width: 768px){
    .bisiesto-block .b-bullets__list{
      grid-template-columns: repeat(2, 1fr);
      align-items: start;
    }
}
@media screen and (min-width: 1024px){
    .bisiesto-block .b-bullets__list{
      grid-template-columns: repeat(4, 1fr);
    }
}




