.wp-block-cnb-variations {
  background: #F5F8FA;
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 35px;
  counter-reset: my-awesome-counter;
}
.wp-block-cnb-variations .wp-block-cnb-imgtitletext {
  counter-increment: my-awesome-counter;
  background: #FFFFFF;
  box-shadow: 0px 0px 1px rgba(40, 41, 61, 0.08), 0px 0.5px 2px rgba(96, 97, 112, 0.16);
  border-radius: 20px;
  padding: 20px 16px 20px 60px;
  position: relative;
  margin-bottom: 10px;
  display: flex;
}
.wp-block-cnb-variations .wp-block-cnb-imgtitletext:last-child {
  margin-bottom: 0;
}
.wp-block-cnb-variations .wp-block-cnb-imgtitletext::before {
  content: counter(my-awesome-counter, decimal-leading-zero);
  position: absolute;
  top: 20px;
  left: 16px;
  font-family: Poppins;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 100%;
  color: #25283D;
}
.wp-block-cnb-variations .wp-block-cnb-imgtitletext .image-block {
  flex: none;
  margin-right: 22px;
}
.wp-block-cnb-variations .wp-block-cnb-imgtitletext .text h1,
.wp-block-cnb-variations .wp-block-cnb-imgtitletext .text h2,
.wp-block-cnb-variations .wp-block-cnb-imgtitletext .text h3,
.wp-block-cnb-variations .wp-block-cnb-imgtitletext .text h4,
.wp-block-cnb-variations .wp-block-cnb-imgtitletext .text h5,
.wp-block-cnb-variations .wp-block-cnb-imgtitletext .text h6 {
  margin-bottom: 13px;
}
.wp-block-cnb-variations .wp-block-cnb-imgtitletext .text p {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  color: #25283D;
}
.wp-block-cnb-variations .wp-block-cnb-imgtitletext .text p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 600px) {
  .wp-block-cnb-variations .wp-block-cnb-imgtitletext {
    display: block;
  }
}
