.keshiou-about {
  background: var(--bg-page);
  position: relative;
}
.keshiou-about .about-con {
  padding: 80px 0 200px 0;
}
.keshiou-about .about-con .about-text {
  width: 1187px;
  height: 100%;
  border-radius: 30px 0 0 30px;
  background: var(--primary-color);
  padding: 101px 242px 100px 298px;
  margin-left: auto;
}
.keshiou-about .about-con .about-text h1 {
  color: var(--text-color);
  font-family: var(--font-family);
  font-size: var(--font-title-size);
  font-style: var(--font-style);
  font-weight: var(--font-title-weight);
  line-height: var(--line-height);
  text-transform: capitalize;
}
.keshiou-about .about-con .about-text p {
  color: var(--text-color);
  font-feature-settings: 'case' on;
  font-family: var(--font-family);
  font-size: 20px;
  font-style: var(--font-style);
  font-weight: 500;
  line-height: 30px;
  margin-top: 52px;
}
.keshiou-about .about-pic {
  position: absolute;
  top: 229px;
  left: 0;
}
.keshiou-about .about-con .about-pic img {
  width: 947px;
  height: 569px;
  object-fit: cover;
  border-radius: 0 30px 30px 0;
  background: url(<path-to-image>) lightgray 50% / cover no-repeat;
}
.keshiou-about .about-list {
  display: flex;
  justify-content: space-between;
  padding-bottom: 100px;
}
.keshiou-about .about-list .list-con {
  width: 326px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.keshiou-about .about-list .list-con .num {
  color: var(--second-color);
  font-family: var(--font-family);
  font-size: 54px;
  font-style: var(--font-style);
  font-weight: var(--font-sub-title-weight);
  line-height: 1.5;
}
.keshiou-about .about-list .list-con .text {
  color: var(--text-color);
  text-align: center;
  font-family: var(--font-family);
  font-size: 20px;
  font-style: var(--font-style);
  font-weight: 500;
  line-height: 1.5;
}

@media screen and (max-width: 1919px) {
  .keshiou-about .about-con .about-text {
    width: 57%;
    /* height: auto; */
    padding: 6% 6% 6% 14%;
  }
  .keshiou-about .about-con .about-pic {
    width: 55%;
  }
  .keshiou-about .about-con .about-pic img {
    width: 100%;
    /* height: auto; */
    height: 500px;
  }
  .keshiou-about .about-con {
    padding-bottom: 260px;
  }
}
@media screen and (max-width: 1200px) {
  .keshiou-about .about-con .about-text h1 {
    font-size: 40px;
  }
  .keshiou-about .about-con .about-text p {
    margin-top: 30px;
  }
  .keshiou-about .about-con .about-text {
    padding: 3% 3% 3% 14%;
  }
  .keshiou-about .about-list .list-con .num {
    font-size: 40px;
  }
}
@media screen and (max-width: 992px) {
  .keshiou-about .about-con .about-text,
  .keshiou-about .about-con .about-pic img {
    height: 400px;
  }
  .keshiou-about .about-con .about-text h1 {
    font-size: 36px;
  }
  .keshiou-about .about-con .about-text p {
    font-size: 16px;
    margin-top: 10px;
  }
  .keshiou-about .about-con .about-text {
    padding: 2% 2% 2% 13%;
  }
  .keshiou-about .about-con {
    padding-bottom: 180px;
  }
  .keshiou-about .about-list {
    padding-bottom: 50px;
  }
  .keshiou-about .about-list .list-con .num {
    font-size: 36px;
  }
  .keshiou-about .about-list .list-con .text {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .keshiou-about .about-con .about-text,
  .keshiou-about .about-con .about-pic img {
    height: auto;
  }
  .keshiou-about .about-con .about-text {
    width: 100%;
    padding: 40px 20px;
    border-radius: inherit;
  }
  .keshiou-about .about-con .about-text h1 {
    font-size: 32px;
  }
  .keshiou-about .about-con .about-text p {
    font-size: 14px;
  }
  .keshiou-about .about-pic {
    width: 100% !important;
    position: static;
    margin-top: 20px;
  }
  .keshiou-about .about-con .about-pic img {
    width: 100%;
    border-radius: inherit;
  }
  .keshiou-about .about-list .list-con .num {
    font-size: 32px;
  }
  .keshiou-about .about-list .list-con .text {
    font-size: 14px;
  }
  .keshiou-about .about-con {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 552px) {
  .keshiou-about {
    padding: 0 15px;
  }
  .keshiou-about .about-con {
    padding-top: 10px;
    padding-bottom: 0px;
  }

  .keshiou-about .about-con .about-text {
    background-color: var(--third-color);
    padding: 20px 15px;
  }
  .keshiou-about .about-con .about-text h1 {
    font-size: 24px;
    line-height: normal;
  }
  .keshiou-about .about-con .about-text p {
    line-height: 192%;
    font-size: 13px;
  }
  .keshiou-about .about-con .about-pic {
    margin-top: 0px;
  }
  .keshiou-about .about-list {
    padding: 0px;
    gap: 2px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .keshiou-about > .container {
    padding: 0;
  }

  .keshiou-about .about-list .list-con {
    background-color: #fff;
    padding: 8px;
    width: auto !important;
  }
  .keshiou-about .about-list .list-con .num {
    font-size: 20px;
    font-weight: 700;
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  .keshiou-about .about-list .list-con .text {
    color: #000;
    text-align: left;
  }
}
