.part__items .icon {
  width: 120px;
  margin: 0 auto 58px;
}

.part__items .content {
  text-align: center;
}

.part__items .content h4 {
  font-weight: bold;
  font-size: 20px;
  color: #000000;
  margin-bottom: 20px;
}

/* ---------------- */
.home-part2 .text {
  font-weight: bold;
  font-size: 40px;
  color: #2b2d38;
  text-align: center;
}

.home-part2 .text span {
  color: var(--clr-theme-1);
}

.home-part3 {
  padding-top: 56px;
}

.home-part3 p {
  text-align: center;
  margin-bottom: 48px;
}

.home-part4 {
  padding-top: 128px;
}

.home-part4 .part_boxer {
  margin-top: 101px;
}

.home-part5 .section__title {
  text-align: start;
  margin-bottom: 20px;
}

.home-part5 .project__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 19px;
}

.home-part5 .project__navigation .custom-arrow {
  width: 56px;
  height: 56px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.home-part5 .project__navigation .arrow-left {
  background-image: url("../picture/home/arrow-left.png");
}

.home-part5 .project__navigation .arrow-left:hover {
  background-image: url("../picture/home/arrow-left-hover.png");
}

.home-part5 .project__navigation .arrow-right {
  background-image: url("../picture/home/arrow-right.png");
}

.home-part5 .project__navigation .arrow-right:hover {
  background-image: url("../picture/home/arrow-right-hover.png");
}

.home-part6 .section__title {
  margin-bottom: 133px;
}

.home-part6 .part__items {
  display: flex;
  align-items: center;
  margin-bottom: 115px;
}

.home-part6 .part__items .icon {
  width: 212px;
  margin: 0 auto;
  margin-right: 20px;
}

.home-part6 .part__items .content {
  text-align: start;
}

.home-part7 .section__title {
  text-align: left;
  margin-bottom: 44px;
}

.home-part7 .section__right {
  padding-left: 50px;
}

.home-part7 .content-boxer {
  position: relative;
}

.home-part7 .content-boxer::before {
  content: "";
  position: absolute;
  left: 22px;
  top: 18px;
  width: 1px;
  height: calc(100% - 56px);
  background: #eaeaea;
  z-index: -1;
}

.home-part7 .content-boxer .item-boxer {
  display: flex;
}

.home-part7 .content-boxer .item-boxer:not(:last-child) {
  margin-bottom: 70px;
}

.home-part7 .content-boxer .item-boxer .number {
  min-width: 40px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #4c87f6;
  background: #f6f6f6;
  border-radius: 8px;
  margin-right: 15px;
  box-sizing: border-box;
}

.home-part7 .content-boxer .item-boxer .content .title {
  font-weight: bold;
  color: #2b2d38;
  margin-bottom: 15px;
}

.home-part7 .content-boxer .item-boxer .content p {
  margin-bottom: 0;
}

.home-part8 .section__title {
  margin-bottom: 74px;
}

.home-part8 .item {
  background: rgba(43, 45, 56, 0.02);
  border-radius: 16px;
  padding: 40px 20px 53px;
  height: 100%;
}

.home-part8 .item .top {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.home-part8 .item .top .title-boxer {
  flex: 1;
  display: flex;
  gap: 10px;
}

.home-part8 .item .top .title-boxer img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
}

.home-part8 .item .top .title-boxer .content {
  text-align: start;
}

.home-part8 .item .top .title-boxer .content .name {
  font-size: 20px;
  color: #2b2d38;
  margin-bottom: 10px;
}

.home-part8 .item .top .title-boxer .content .job {
  color: #ff8955;
  line-height: 1.3;
}

.home-part8 .item .top .star {
  width: 120px;
  flex-shrink: 0;
  display: flex;
  gap: 4px;
  justify-content: flex-end;
}

.home-part8 .item .top .star img {
  width: 21px;
  height: 23px;
}

.home-part8 .item p {
  text-align: start;
}
