section.wp-block-cnb-autorhero {
  margin-bottom: 20px;
}
section.wp-block-cnb-autorhero .top {
  padding: 28px 0;
  border-bottom: 1px solid #343438;
  border-top: 1px solid #343438;
  display: flex;
  margin-bottom: 36px;
}
section.wp-block-cnb-autorhero .top p {
  font-family: Gotham Pro;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  margin-bottom: 0;
}
section.wp-block-cnb-autorhero .top p.date {
  margin-right: 20px;
}
section.wp-block-cnb-autorhero .top p.time {
  padding-left: 44px;
  position: relative;
}
section.wp-block-cnb-autorhero .top p.time::before {
  content: url('img/eye.svg');
  position: absolute;
  left: 0;
  top: -1px;
}
section.wp-block-cnb-autorhero .center {
  display: flex;
}
section.wp-block-cnb-autorhero .center .left {
  width: 380px;
  margin-right: 20px;
  text-align: center;
  flex: none;
  padding: 40px;
  background: #191A1D;
  border-radius: 20px;
}
section.wp-block-cnb-autorhero .center .left .image-block {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  margin: 0 auto 24px;
  overflow: hidden;
}
section.wp-block-cnb-autorhero .center .left p {
  color: #A3A3A5;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 11px;
}
section.wp-block-cnb-autorhero .center .left p.name {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
  color: #FFFFFF;
}
section.wp-block-cnb-autorhero .center .left .wp-block-cnb-email {
  margin-bottom: 25px;
}
section.wp-block-cnb-autorhero .center .left .wp-block-cnb-email a {
  font-family: Gotham Pro;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 13px;
  color: #7161EF;
  text-decoration: none;
  margin-bottom: 25px;
  display: block;
}
section.wp-block-cnb-autorhero .center .left .wp-block-cnb-email a:hover {
  text-decoration: underline;
}
section.wp-block-cnb-autorhero .center .left .socials {
  display: flex;
  align-items: center;
  justify-content: center;
}
section.wp-block-cnb-autorhero .center .left .socials a {
  display: block;
  margin-right: 15px;
}
section.wp-block-cnb-autorhero .center .left .socials a:last-child {
  margin-right: 0;
}
section.wp-block-cnb-autorhero .center .left .socials a img {
  display: block;
  flex: none;
  width: 44px;
}
section.wp-block-cnb-autorhero .center .right {
  padding: 30px;
  background: #191A1D;
  border-radius: 20px;
  color: #fff;
  flex: 1;
}
section.wp-block-cnb-autorhero .center .right p,
section.wp-block-cnb-autorhero .center .right h1,
section.wp-block-cnb-autorhero .center .right h2,
section.wp-block-cnb-autorhero .center .right h3,
section.wp-block-cnb-autorhero .center .right h4,
section.wp-block-cnb-autorhero .center .right h5,
section.wp-block-cnb-autorhero .center .right h6 {
  color: #fff;
}
section.wp-block-cnb-autorhero .center .right p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1000px) {
  section.wp-block-cnb-autorhero .center {
    display: block;
  }
  section.wp-block-cnb-autorhero .center .left {
    width: 100%;
    margin-bottom: 20px;
  }
}
