.wp-block-cnb-numbertitletext {
  display: flex;
  padding-bottom: 35px;
  margin-bottom: 35px;
  border-bottom: 1px solid #DBF5F5;
}
.wp-block-cnb-numbertitletext .left {
  min-width: 160px;
  margin-right: 20px;
}
.wp-block-cnb-numbertitletext .left p {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  color: #25283D;
  margin-bottom: 0;
}
.wp-block-cnb-numbertitletext .left p.number {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 50px;
  line-height: 65px;
  color: #7161EF;
  margin-bottom: 5px;
}
.wp-block-cnb-numbertitletext .right p {
  margin-bottom: 0;
}
@media screen and (max-width: 600px) {
  .wp-block-cnb-numbertitletext {
    display: block;
  }
  .wp-block-cnb-numbertitletext .left {
    margin-bottom: 25px;
  }
}
