.news-single-header {
  color: var(--primary-color);
  padding: 50px 0px;
}

.news-single-header > h3 {
  font-size: 20px;
  font-weight: 300;
  line-height: 22.72px;
  letter-spacing: 0.06em;
  text-align: left;
  text-transform: uppercase;
}

.news-single-header > h1 {
  font-size: 64px;
  font-weight: 600;
  line-height: 76.34px;
  letter-spacing: 0.06em;
  text-align: left;
}

.news-single-body {
  padding: 0px 100px;
  padding-bottom: 50px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.news-single-body > h2 {
  color: var(--primary-color);
  font-size: 28px;
  font-weight: 600;
  line-height: 34px;
  letter-spacing: 0.05em;
  text-align: left;
  padding-top: 10px;
  text-align: center;
}

.news-single-box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 0px;
}

.news-single-box-head {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  border-bottom: 1px solid;
  border-color: var(--border-gray);
  padding: 20px 0px;
}

.news-single-box-head .news-single-date {
  width: 100px;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  line-height: 21.72px;
  text-align: left;
}

.news-single-box-head span {
  padding: 5px 30px;
  background-color: var(--button-gray);
  border: none;
  cursor: pointer;
	font-size: 12px;
	line-height: 17.38px;
	text-align: left;
}

.news-single-box-body {
  padding: 20px 0px 50px;
  width: 100%;
  text-align: left;
}

.news-single-box-body .news-single-description {
  width: 100%;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  line-height: 21.72px;
  text-align: left;
}

.news-single-body .news-single-button {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.news-single-body .news-single-button button {
  background-color: var(--primary-color);
  color: #fff;
  padding: 5px 24px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.news-single-body .news-single-button button svg {
	transform: rotate(-180deg);
}

.news-single-box-head > .finance {
  color: white;
  background-color: #1f2c5e;
}
.news-single-box-head > .it-dev {
  color: white;
  background-color: #b2d12b;
}
