.wrapper__automization {
  background: #192647;
  border-radius: 10px;
  margin-top: 20px;
}

.automization__header {
  margin-right: 20px;
}

.header__left {
  background: #eb5757;
  border-radius: 5px 0px 30px 0px;
}

.header__left p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  padding: 10px 20px 10px 20px;
  margin: 0px;
}

.header__right a {
  color: #50cff6;
  font-size: 11px;
  font-weight: 400;
}

.header__right {
  margin-bottom: 20px;
}

.automization__body {
  margin: 20px;
}

.automization__title {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
}

.automization__datetime {
  color: #999999;
  font-style: italic;
  font-size: 11px;
  font-weight: 400;
  padding-top: 10px;
}

.automization__flex img {
  width: 100%;
  height: 100%;
}

.automization__padding {
  padding: 20px 15px;
}

.automization__flex {
  display: flex;
  margin-bottom: 20px;
}

.automization__title-width {
  width: 100%;
  margin-left: 15px;
}