.wp-block-cnb-heroparameters {
  display: flex;
  align-items: center;
}
.wp-block-cnb-heroparameters .image-block {
  flex: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 20px;
}
.wp-block-cnb-heroparameters p {
  margin-bottom: 0;
}
.wp-block-cnb-heroparameters .name {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #7161EF;
  position: relative;
  margin-right: 44px;
  display: inline-block;
}
.wp-block-cnb-heroparameters .name::after {
  content: '';
  width: 4px;
  height: 4px;
  background: #7161EF;
  border-radius: 2px;
  position: absolute;
  top: 8px;
  right: -24px;
}
.wp-block-cnb-heroparameters .date {
  font-size: 16px;
  line-height: 20px;
  color: #25283D;
  position: relative;
  margin-right: 44px;
}
.wp-block-cnb-heroparameters .date::after {
  content: '';
  width: 4px;
  height: 4px;
  background: #7161EF;
  border-radius: 2px;
  position: absolute;
  top: 8px;
  right: -24px;
}
.wp-block-cnb-heroparameters .time {
  font-size: 16px;
  line-height: 20px;
  color: #7161EF;
  display: inline-block;
}
@media screen and (max-width: 600px) {
  .wp-block-cnb-heroparameters {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 120px;
    position: relative;
    min-height: 100px;
    margin-bottom: 20px;
    justify-content: space-around;
  }
  .wp-block-cnb-heroparameters .date {
    display: inline-block;
  }
  .wp-block-cnb-heroparameters .image-block {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 100px;
  }
  .wp-block-cnb-heroparameters .name::after,
  .wp-block-cnb-heroparameters .date::after {
    content: none;
  }
}
