#coreValue {
  width: 100%;
  position: relative;
  padding-bottom: 70px;
  color: white;
  background: #29292c;
}

#coreValue .content {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  /* align-items: center; */
}

#coreValue .content h1 {
  font-family: 'Styrene A Web';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  margin-top: 64px;
}

#coreValue .content .main p {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

#coreValue .detailContent {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

#coreValue .image {
  width: 240px;
  height: 244px;
  margin: 0 auto;
}

#coreValue .logo1.image {
  margin-top: 30px;
  display: block;
}

#coreValue .logo2.image {
  display: none;
}

#coreValue .content .list .card {
  display: flex;
  width: 100%;
  margin-top: 6px;
  margin-bottom: 24px;
}

#coreValue .content .list .text {
  padding-top: 2px;
  margin-left: 8px;
}

#coreValue .content .list .card .icon {
  display: block;
  width: 48px;
  height: 48px;
}

#coreValue .content .list .card .title {
  font-family: 'Styrene A Web', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  margin-top: 10px;
  display: block;
}

#coreValue .content .list .card .description {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  opacity: 0.8;
  margin-top: 6px;
}
