.content {
  width: 100%;
  padding: 70px 0 120px 0;
  position: relative;
}
.insights-box {
  display: flex;
  flex-direction: column;
  width: 1200px;
  margin: 0 auto;
}
.insights-list {
  display: flex;
  flex-direction: column;
  width: 1200px;
}
.insights-list .insights-item {
  display: flex;
  border-bottom: 1px solid #eee;
  padding: 22px 0;
}
.circular {
  min-width: 8px;
  max-width: 8px;
  min-height: 8px;
  max-height: 8px;
  border: 2px solid #E72521;
  margin: 9px 18px 0 0;
  border-radius: 50%;
}
.insights-title {
  font-size: 18px;
  font-weight: 400;
  width: 1080px;
  line-height: 28px;
}
.insights-title .pills {
  width: 36px;
  height: 20px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  padding: 4px 6px;
  margin: 0 8px 0 0;
  background: linear-gradient(270deg, #1085D9 0%, #004098 100%);
}
.insights-title .pills-red {
  background: linear-gradient(270deg, #FF5A26 0%, #EB2921 100%);
}
.insights-title a {
  color: #222;
}
.insights-title a:hover {
  color: rgba(0, 64, 152, 1)
}
.small-font-size {
  margin: 6px 0 0 auto;
}
