
:root{
  --color-green-secondary: #ECFDF5;
  --color-green-1: #286D20;
  --color-yellow-1:#D1A520;
  --color-yellow-light:#FFF7D4;
}

.section-date-new{
  width: 100%;
  font-weight: bold;
  font-size: 1rem;
  line-height: 26px;
  color: black;
  background-color: white;
  border-radius: 10px;
  display: flex;
  align-items: center;
  padding: 8px;
}

/* .section-date-active{
  color: var(--color-white) !important;
  background-color: var(--color-red-primary);
} */

.project-card-new {
  position: relative;
  width: 398px;
  height: auto;
  background-color: var(--color-white);
  padding: 10px;
}

.project-card-new .card-img {
  width: 100%;
  height: 158px;
  object-fit: cover;
  overflow: hidden;
  margin-bottom: 10px;
}

.project-card-new .card-img > img{
  width: 100%;
  height: 100%;
}

.project-card-new .card-content {
  width: 100%;
}

.project-card-new .card-content .card-content-title {
  font-family: "nunito-regular";
  font-size: 1.25rem;
  line-height: 24px;
  color: var(--color-black);
}

.project-card-new .card-content .card-content-date {
  display: flex;
  align-items: center;
  font-family: "nunito-regular";
  font-size: 1rem;
  line-height: 24px;
  color: var(--color-black);
}

/* .head-item{
  font-size: 1.125rem;
  line-height: 24px;
  font-weight: 600;
  color: var(--color-black);
  display: flex;
  align-items: center;
  padding: 8px 16px;

} */