:root {
  --arshine2-company-intro-title: 36px;
  --arshine2-company-intro-p: 20px;
}

.arshine2_company_intro {
  padding: clamp(30px, calc( (80 / 1920) * 100vw ), 80px) 0;
  background: #f8f9fa;
  position: relative;
}

.arshine2_company_intro .container {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  gap: 80px;
  justify-content: center;
}

.arshine2_company_intro .txt {
  flex: 1;
}

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

.arshine2_company_intro .txt h2 {
  font-size: clamp(24px, 1.88vw, 36px);
  line-height: 1.2;
}

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

.arshine2_company_intro .txt .t {
  font-size: clamp(14px, 0.94vw, 18px);
  color: #333;
  line-height: 1.5;
  margin: 20px 0 0;
}

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

.arshine2_company_intro .txt .more {
  margin-top: 30px;
  display: inline-block;
  background: var(--color-primary);
  padding: 12px 30px;
  border-radius: 30px;
  font-size: 18px;
  color: #fff;
  border-radius: 6px;
}

.arshine2_company_intro .txt .more:hover {
 opacity: 0.8;
  color: #fff;
}

.arshine2_company_intro .pic {
  width: 35%;
  /* aspect-ratio: 1 / 1; */
}

@media screen and (max-width: 1500px) {
  :root {
    --arshine2-company-intro-title: 32px;
    --arshine2-company-intro-p: 18px;
  }
 
}

@media screen and (max-width: 1280px) {
  :root {
    --arshine2-company-intro-title: 32px;
    --arshine2-company-intro-p: 16px;
  }

  .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 .txt h2 {
    margin-top: 15px;
  }

  .arshine2_company_intro .container {
    display: block;
  }

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

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

  .arshine2_company_intro .pic {
    width: 100%;
    margin: 0 auto 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 .txt .t p~p {
    margin-top: 10px;
  }
}

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