:root {
  --arshine2-company-intro-title: 38px;
  --arshine2-company-intro-p: 18px;
}

.arshine2_company_intro {
  padding: 100px 0;
  background: #fff;
  position: relative;
}

.arshine2_company_intro .container {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.arshine2_company_intro .txt {
  flex: 1;
  padding: 0 100px 0 0;
}

.arshine2_company_intro .txt h6{
  color: var(--color-primary);
  margin-bottom: 5px;
}

.arshine2_company_intro .txt h3 {
  color: #000;
  font-size: var(--arshine2-company-intro-title);
  line-height: 1.4;
}

.arshine2_company_intro .txt h3 span {
  color: var(--color-primary);
}

.arshine2_company_intro .txt .t p {
  font-size: var(--arshine2-company-intro-p);
  color: #000;
  line-height: 1.6;
  margin: 20px 0 0;
}

.arshine2_company_intro .txt .t p~p {
  margin-top: 18px;
}

.arshine2_company_intro .txt .more {
  margin-top: 30px;
  display: block;
  font-family: var(--title-font-family);
  border-radius: 30px;
  font-size: var(--arshine2-company-intro-p);
  color: var(--color-primary);
  text-align: left;
}

.arshine2_company_intro .txt .more:hover {
  
  color: #333
}

.arshine2_company_intro .pic {
  width: 50%;
  /* margin-left: 2%; */
  /* aspect-ratio: 1 / 1; */
}

@media screen and (max-width: 1500px) {
  :root {
    --arshine2-company-intro-title: 32px;
    --arshine2-company-intro-p: 18px;
  }
  .arshine2_company_intro {
    padding: 100px 0 60px;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --arshine2-company-intro-title: 32px;
    --arshine2-company-intro-p: 16px;
  }
  .arshine2_company_intro {
    padding: 80px 0 50px;
  }
  .arshine2_company_intro .txt .more {
    padding: 10px 50px;
  }
}

@media screen and (max-width: 992px) {
  :root {
    --arshine2-company-intro-title: 32px;
    --arshine2-company-intro-p: 16px;
  }
  .arshine2_company_intro .txt .more {
    padding: 10px 35px;
  }

  .arshine2_company_intro {
    padding: 60px 0 30px;
  }

  .arshine2_company_intro .container {
    display: block;
  }

  .arshine2_company_intro .txt {
    text-align: center;
        padding: 0;
  }

  .arshine2_company_intro .txt .t {
    text-align: left;
  }

  .arshine2_company_intro .pic {
    width: 100%;
    margin: 0;
  }
  .arshine2_company_intro .pic img {
    width: 100%;
  }
  
}

@media screen and (max-width: 768px) {
  :root {
    --arshine2-company-intro-title: 28px;
    --arshine2-company-intro-p: 14px;
  }
  .arshine2_company_intro .txt .more {
    padding: 10px 30px;
  }

  .arshine2_company_intro {
    padding: 30px 0 10px;
  }

  .arshine2_company_intro .txt .t p~p {
    margin-top: 10px;
  }
}

@media screen and (max-width: 576px) {
  :root {
    --arshine2-company-intro-title: 24px;
    --arshine2-company-intro-p: 14px;
  }
}