/* RESEARCH SECTION MATCH */
.research-container-new {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 40px;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
}
.research-diag-new {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.research-diag-new img {
  width: 100%;
  max-width: 580px;
  height: auto;
  object-fit: contain;
}
.research-info-new {
  font-family: 'Inter', sans-serif;
  text-align: left;
}
.research-info-new h3 {
  font-family: 'Oswald', sans-serif;
  font-size:1.375rem;
  font-weight: 600;
  color: var(--t1);
  text-transform: uppercase;
  margin-bottom: 12px;
  letter-spacing: 0.3px;
}
.research-info-new ul {
  list-style-type: square;
  padding-left: 20px;
  font-size:0.938rem;
  color: var(--t2);
  line-height: 1.9;
  margin-bottom: 24px;
}
.research-info-new h4 {
  font-size:0.938rem;
  font-weight: 700;
  color: var(--t1);
  margin-top: 12px;
}
.research-info-new h4 span {
  font-weight: 400;
}

@media (max-width: 900px) {
  .research-container-new {
    grid-template-columns: 1fr;
    gap: 30px;
    justify-items: center;
  }
  .research-diag-new img {
    max-width: 100%;
  }
  .research-info-new {
    width: 100%;
    padding: 0 10px;
  }
}

@media (max-width: 768px) {
  .home-grid-new {
    grid-template-columns: 1fr;
    gap: 24px;
    text-align: center;
  }
  .logo-container-new {
    gap: 16px;
  }
  .main-logo-new {
    width: 210px;
    height: 210px;
  }
  .sub-logo-new {
    width: 105px;
    height: 105px;
    padding: 8px;
  }
  .title-container-new h1 {
    font-size:1.625rem;
  }
  .green-bar-new {
    height: 6px;
    margin-top: 10px;
  }
  .pitem {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    padding: 16px 20px;
  }
  .pyear {
    width: fit-content;
  }
}
