.title_1 {
  font-family: Moderat-Light;
  font-size: 36px;
  line-height: 1;
  color: #000;
  padding-top: 108px;
  padding-bottom: 76px;
  text-align: center;
}

.who_we_are .who_we_are_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.who_we_are .who_we_are_content .item {
  width: 48.24%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  text-align: left;
}

.who_we_are .who_we_are_content .item .left {
  width: 23.63%;
  aspect-ratio: 1 / 1;
  height: fit-content;
  border-radius: 50% 50% 50% 0;
  background-color: #f1f1f1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.who_we_are .who_we_are_content .item .left .icon {
  width: 34.61%;
  height: auto;
  display: block;
}

.who_we_are .who_we_are_content .item .left .icon path {
  fill: #000000;
  transition: all 0.3s ease-in-out;
}

.who_we_are .who_we_are_content .item .right {
  width: 67.27%;
}

.who_we_are .who_we_are_content .item .right .title {
  font-family: Moderat-Light;
  font-size: 24px;
  color: #000;
  line-height: 60px;
}

.who_we_are .who_we_are_content .item .right .text {
  font-family: Moderat-Light;
  font-size: 14px;
  color: #878787;
  line-height: 24px;
}

.who_we_are .who_we_are_content .item:nth-child(1) .left {
  border-radius: 0 50% 50% 50%;
}

.who_we_are .who_we_are_content .item:nth-child(2) .left {
  border-radius: 50% 0 50% 50%;
}

.who_we_are .who_we_are_content .item:nth-child(4) .left {
  border-radius: 50% 50% 0 50%;
}

.who_we_are .who_we_are_content .item:nth-child(2n -1) {
  flex-direction: row-reverse;
}

.who_we_are .who_we_are_content .item:nth-child(2n -1) .right {
  text-align: right;
}

.who_we_are .who_we_are_content .item:hover .left {
  background-color: #c1272d;
}

.who_we_are .who_we_are_content .item:hover .left .icon path {
  fill: #ffffff;
}

.who_we_are .who_we_are_content .item:hover .right .title {
  color: #c1272d;
}

.who_we_are .who_we_are_content .itemActive .left {
  background-color: #c1272d;
}

.who_we_are .who_we_are_content .itemActive .left .icon path {
  fill: #ffffff;
}

.who_we_are .who_we_are_content .itemActive .right .title {
  color: #c1272d;
}

.focus .focusContent {
  display: flex;
  flex-direction: column;
}

.focus .focusContent .myRow {
  width: 100%;
  display: flex;
  background-color: #f1f1f1;
  overflow: hidden;
}

.focus .focusContent .myRow .myCol {
  width: 50%;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
  padding: 102px 0 120px;
}

.focus .focusContent .myRow .myCol .title {
  font-family: Moderat-Light;
  font-size: 30px;
  line-height: 36px;
  color: #000;
  margin: auto;
  max-width: 360px;
  margin-bottom: 60px;
}

.focus .focusContent .myRow .myCol .text {
  font-family: Moderat-Light;
  font-size: 16px;
  line-height: 24px;
  margin: auto;
  color: #000;
  max-width: 360px;
}

.focus .focusContent .myRow:nth-child(1) {
  margin-bottom: 40px;
}

.focus .focusContent .myRow:nth-child(2) {
  flex-direction: row-reverse;
}

.strength .strengthContent .step {
  display: flex;
  justify-content: space-around;
  position: relative;
}

.strength .strengthContent .step .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}

.strength .strengthContent .step .item .top {
  width: 110px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f1f1f1;
  transition: all 0.3s;
  border-radius: 50%;
}

.strength .strengthContent .step .item .top .icon {
  display: block;
}

.strength .strengthContent .step .item .top .icon path {
  fill: #000;
  transition: all 0.3s;
}

.strength .strengthContent .step .item .bottom {
  padding-top: 25px;
  font-family: Moderat-Light;
  font-size: 16px;
  line-height: 24px;
  color: #878787;
  max-width: 208px;
  text-align: center;
}

.strength .strengthContent .step .item:hover .top {
  background-color: #c1272d;
}

.strength .strengthContent .step .item:hover .top .icon path {
  fill: #FFF;
}

.strength .strengthContent .step .item:hover .bottom {
  color: #c1272d;
}

.strength .strengthContent .step .itemActive .top {
  background-color: #c1272d;
}

.strength .strengthContent .step .itemActive .top .icon path {
  fill: #FFF;
}

.strength .strengthContent .step .itemActive .bottom {
  color: #c1272d;
}

.strength .strengthContent .step::before {
  content: '';
  height: 1px;
  width: 100%;
  background: #e5e5e5;
  position: absolute;
  left: 0;
  top: 56px;
  z-index: -1;
}

.Capabilities .myContainer {
  position: relative;
  overflow: visible;
}

.Capabilities .myContainer .swiper_1 {
  overflow: hidden;
  padding-top: 68px;
}

.Capabilities .myContainer .swiper_1 .swiper-slide {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.Capabilities .myContainer .swiper_1 .swiper-slide .img {
  width: 50%;
  display: block;
  height: fit-content;
}

.Capabilities .myContainer .swiper_1 .swiper-slide .describe {
  width: 42.8%;
}

.Capabilities .myContainer .swiper_1 .swiper-slide .describe .title {
  font-family: Moderat-Light;
  font-size: 32px;
  line-height: 36px;
  color: #000;
  padding: 20px 0;
}

.Capabilities .myContainer .swiper_1 .swiper-slide .describe .text {
  font-family: Moderat-Light;
  font-size: 16px;
  line-height: 24px;
}

.Capabilities .myContainer .swiper_1 .swiper-slide .describe .text p {
  color: #000;
  padding-top: 30px;
}

.Capabilities .myContainer .swiper-pagination_1 {
  display: none;
}

.Capabilities .myContainer .swiper-button-prev_1 {
  width: 18px;
  height: 29px;
  background-size: cover;
  background-position: center center;
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translate(-66px, -50%);
  background-image: url(../images/prev.png);
  z-index: 9;
}

.Capabilities .myContainer .swiper-button-next_1 {
  width: 18px;
  height: 29px;
  background-size: cover;
  background-position: center center;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translate(66px, -50%);
  background-image: url(../images/next.png);
  z-index: 9;
}

.future {
  padding-top: 142px;
}

.future .title {
  font-family: Moderat-Light;
  font-size: 40px;
  line-height: 48px;
  color: #000;
  max-width: 1008px;
  margin: auto;
  text-align: center;
}

.future .text {
  font-family: Moderat-Light;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  padding-top: 45px;
  max-width: 902px;
  margin: auto;
  text-align: center;
}

.future .step {
  padding-top: 55px;
  padding-bottom: 128px;
}

.future .step .img {
  width: 100%;
  display: block;
  height: auto;
}

@media (max-width: 1440px) {
  .who_we_are .who_we_are_content .item .right .title {
    font-size: 20px;
    line-height: 1.5;
  }
  .who_we_are .who_we_are_content .item .right .text {
    line-height: 1.4;
  }
}

@media (max-width: 1024px) {
  .focus .focusContent .myRow .myCol .title {
    font-size: 22px;
    width: 90.5%;
    margin-bottom: 5%;
    line-height: 1.5;
  }
  .focus .focusContent .myRow .myCol .text {
    font-size: 14px;
    line-height: 1.5;
    width: 90.5%;
  }
  .focus .focusContent .myRow:nth-child(1) {
    margin-bottom: 0;
  }
  .Capabilities .myContainer .swiper_1 {
    width: 90.5%;
    margin: auto;
    padding-top: 5%;
  }
  .Capabilities .myContainer .swiper_1 .swiper-slide .describe .title {
    font-size: 20px;
    line-height: 1.5;
    padding: 3% 0;
  }
  .Capabilities .myContainer .swiper_1 .swiper-slide .describe .text {
    font-size: 14px;
  }
  .Capabilities .myContainer .swiper_1 .swiper-slide .describe .text p {
    padding-top: 3%;
  }
  .Capabilities .myContainer .swiper-button-prev_1 {
    left: 20px;
    right: auto;
    transform: translate(0, 50%);
  }
  .Capabilities .myContainer .swiper-button-next_1 {
    left: auto;
    right: 20px;
    transform: translate(0, 50%);
  }
  .future {
    padding-top: 80px;
  }
  .future .title {
    font-size: 32px;
    line-height: 1.5;
  }
  .future .text {
    padding-top: 3%;
  }
  .future .step {
    padding-top: 3%;
    padding-bottom: 5%;
  }
  .title_1 {
    padding-top: 8%;
    padding-bottom: 5%;
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  .who_we_are .who_we_are_content .item {
    justify-content: flex-start;
    margin-bottom: 3%;
  }
  .who_we_are .who_we_are_content .item .left {
    width: 40%;
  }
  .who_we_are .who_we_are_content .item .right {
    width: 100%;
  }
  .who_we_are .who_we_are_content .item .right .title {
    font-size: 18px;
    line-height: 1.2;
    padding-bottom: 3%;
  }
  .who_we_are .who_we_are_content .item .right .text {
    font-size: 12px;
  }
  .who_we_are .who_we_are_content .item:nth-child(1) {
    flex-direction: column-reverse;
    align-items: flex-end;
  }
  .who_we_are .who_we_are_content .item:nth-child(1) .right {
    margin-bottom: 3%;
  }
  .who_we_are .who_we_are_content .item:nth-child(2) {
    flex-direction: column-reverse;
    align-items: flex-start;
    justify-content: space-between;
  }
  .who_we_are .who_we_are_content .item:nth-child(2) .right {
    margin-bottom: 3%;
  }
  .who_we_are .who_we_are_content .item:nth-child(3) {
    flex-direction: column;
    align-items: flex-end;
  }
  .who_we_are .who_we_are_content .item:nth-child(3) .left {
    margin-bottom: 3%;
  }
  .who_we_are .who_we_are_content .item:nth-child(4) {
    flex-direction: column;
    align-items: flex-start;
  }
  .who_we_are .who_we_are_content .item:nth-child(4) .left {
    margin-bottom: 3%;
  }
  .focus .focusContent .myRow {
    flex-direction: column;
  }
  .focus .focusContent .myRow .myCol {
    width: 100%;
    padding: 10% 0 10%;
    min-height: 200px;
  }
  .focus .focusContent .myRow .myCol .title {
    max-width: 100%;
    font-size: 18px;
    margin-bottom: 3%;
  }
  .focus .focusContent .myRow .myCol .text {
    max-width: 100%;
    font-size: 12px;
  }
  .focus .focusContent .myRow:nth-child(2) {
    flex-direction: column;
  }
  .strength .strengthContent .step {
    flex-direction: column;
  }
  .strength .strengthContent .step .item {
    margin-top: 5%;
    flex-direction: row;
    align-items: center;
  }
  .strength .strengthContent .step .item .bottom {
    padding-top: 0;
    margin-left: 3%;
    text-align: left;
  }
  .strength .strengthContent .step::before {
    width: 1px;
    height: 100%;
    top: 20px;
    left: 35px;
  }
  .strength .strengthContent .step .item .top {
    width: 70px;
  }
  .future .step {
    padding-top: 7%;
    padding-bottom: 12%;
  }
  .Capabilities .myContainer .swiper_1 {
    width: 90.5%;
    margin: auto;
  }
  .Capabilities .myContainer .swiper_1 .swiper-slide {
    flex-direction: column;
  }
  .Capabilities .myContainer .swiper_1 .swiper-slide .img {
    width: 80%;
  }
  .Capabilities .myContainer .swiper_1 .swiper-slide .describe {
    width: 90.5%;
    text-align: center;
  }
  .Capabilities .myContainer .swiper_1 .swiper-slide .describe .title {
    font-size: 18px;
    padding-bottom: 0;
    padding-top: 4%;
  }
  .Capabilities .myContainer .swiper_1 .swiper-slide .describe .text {
    font-size: 12px;
  }
  .Capabilities .myContainer .swiper-pagination_1 {
    display: block;
    margin: auto;
    text-align: center;
  }
  .Capabilities .myContainer .swiper-pagination_1 .swiper-pagination-bullet {
    background: #000;
  }
  .Capabilities .myContainer .swiper-button-prev_1 {
    display: none;
  }
  .Capabilities .myContainer .swiper-button-next_1 {
    display: none;
  }
  .future {
    padding-top: 8%;
  }
  .future .title {
    font-size: 22px;
    line-height: 1.4;
  }
  .future .text {
    padding-top: 3%;
  }
}

@media (max-width: 576px) {
  .Capabilities .myContainer .swiper_1 {
    padding-top: 8%;
  }
}
