
.indexA-arshine {
  position: relative;
  padding: 70px 0;
  font-family: Poppins;
}

.indexA-arshine .background {
  width: 100%;
  aspect-ratio: 5;
  object-fit: cover;
}

.indexA-arshine .box{width:80%;margin:auto;justify-content: space-between;align-items:center;display: flex;}

.indexA-arshine .txt {
  width: 786px;
}

.indexA-arshine .txt span{text-transform: uppercase;letter-spacing: 3px;color:#000;font-size: 18px;font-family: var(--title-font-family);}
.indexA-arshine .txt h1 {
  font-size:clamp(20px, 2.35vw, 45px);
  color: #121212;
  line-height: 1.4;
  margin-top: 30px;
  font-family: var(--title-font-family, 'Muli', 'Arial', sans-serif);
  font-weight: 400;
}

.indexA-arshine .txt .t {
  font-size: 18px;
  color: #fff;
  line-height: 30px;
  margin: 20px 0 0;
}

.indexA-arshine .right .more {
  display: inline-block;
  border-radius: var(--button-radius);
  font-size: 18px;
  color: #146596;
  text-decoration: underline;
  font-weight: 600;
  font-family: var(--font-family, 'Muli', 'Arial', sans-serif);
}

.indexA-arshine .txt .more:hover {
  background: color-mix(in srgb, var(--color-primary) 70%, transparent);
}


@media screen and (max-width: 1441px) {
.indexA-arshine .txt span{font-size:17px;}
}

@media screen and (max-width: 1367px) {


  .indexA-arshine .txt .t {
    font-size: 17px;
    line-height: 28px;
  }

  .indexA-arshine .txt .more {
    padding: 0 50px;
    font-size: 17px;
  }
}

@media screen and (max-width: 1281px) {
.indexA-arshine{padding:60px 0;}
.indexA-arshine .txt span{font-size:16px;}
}

@media screen and (max-width: 992px) {
.indexA-arshine{padding:50px 0;}
.indexA-arshine .box{width:100%;}
.indexA-arshine .txt{width:60%;}
.indexA-arshine .txt span{font-size:15px;}
.indexA-arshine .right{margin-top:30px;}
}

@media screen and (max-width: 768px) {
.indexA-arshine{padding:40px 0;}
.indexA-arshine .box{display:block;}
.indexA-arshine .txt{width:100%;}
.indexA-arshine .txt span{letter-spacing:1px;}
.indexA-arshine .txt h1{margin-top:20px;}


  .indexA-arshine .txt .t {
    font-size: 16px;
    line-height: 24px;
    margin: 20px 0 0;
    text-align: left;
  }

  .indexA-arshine .txt .more {
    margin-top: 20px;
    height: 45px;
    line-height: 43px;
    padding: 0 20px;
    font-size: 16px;
  }
}

@media screen and (max-width: 600px) {

}

@media screen and (max-width: 480px) {
.indexA-arshine{padding:30px 0;}
.indexA-arshine .txt span{font-size:14px;}
.indexA-arshine .txt h1{margin-top:15px;}
.indexA-arshine .right{margin-top:20px;}
.indexA-arshine .right .more{font-size:16px;}

}
