.inner-project-section {
  margin: 0 0 130px;
  padding: 0;
}
.inner-project-section .inner-project-container {
    display: flex;
    gap: 50px 40px;
    max-width:1400px;
    margin:0 auto;
    justify-content: center;
	flex-wrap: wrap;
}
.inner-project-section .inner-project-container .image-item {
    border-radius:0px;
    width: calc(100% / 2 - 20px);
}

.inner-project-section .inner-project-container .image-item .inner-pro-title{
    font-family: Albert Sans;
    font-weight: 500;
    font-size: 24px;
    letter-spacing: 0;
    margin: 12px 0 0px 0;
    padding: 0;
    color: #000000;
    line-height: 31px;
}
.inner-project-section .inner-project-container .image-item .project-cate-name{
  font-family: Albert Sans;
  font-weight: 500;
  font-size: 15px;
  line-height:26px;
  letter-spacing: 0;
  color: #000000;
}
.inner-project-section .inner-project-container .image-item span.divided {
    font-weight: 500;
    font-size: 15px;
    margin: 0 4px;
    color: #000000;
}

.inner-project-section .inner-project-container .image-item .sub-title-name {
   font-family: Albert Sans;
   font-weight: 400;
   font-size: 14px;
   line-height:25px;
   letter-spacing: 0;
   color: rgba(0, 0, 0, 0.50);
}

.inner-project-section .inner-project-container .image-item .pro-image {
    max-height: 466px;
    overflow: hidden;
}
.inner-project-section .inner-project-container .image-item .pro-image img{
  width:100%;
  height:100%;
  object-fit:cover;
}
