.arshine-sidebanner {
  position: relative;
}

.arshine-sidebanner h1,
.arshine-sidebanner h2 {
  font-size: clamp(24px, 1.9vw, 36px);
  color: #fff;
  text-align: center;
}

.arshine-sidebanner .title {
    position: absolute;
    top: 50%;
    left: 50%; 
    transform: translate(-50%, -50%);
    width: 44%;
    box-sizing: border-box;
}

.arshine-sidebanner p {
    margin-top: 20px;
    font-size: 16px;
    color: #fff;
    line-height: 24px;
}


.arshine-sidebanner {
  line-height: 30px;
  margin-top: 30px;
  font-size: 18px;
  color: #fff;
}

.arshine-sidebanner img {
  width: 100%;
}

.arshine-path {
  padding-top: 37px;
}

.arshine-path p {
  color: #666;
  font-size: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-transform: uppercase;
}

.arshine-path p a {
  color: #666;
}

@media screen and (max-width:1550px) {
.arshine-sidebanner .title {width: 53%;}
}

@media screen and (max-width:1200px) {
.arshine-sidebanner .title {width: 90%;}
}


@media screen and (max-width:991px) {
.arshine-path p {font-size: 14px;}
.arshine-sidebanner p {font-size: 14px; line-height: 18px;margin-top: 0;}
}

@media(max-width:768px){
  .arshine-sidebanner p {display: none;}
}
