.arshine-sidebanner {
  position: relative;
}

.arshine-sidebanner h1,
.arshine-sidebanner h2 {
  font-size: 50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  
}
.arshine-sidebanner h1::after,
.arshine-sidebanner h2::after{
  content: "";
  background:#fff;
  width: 140px;
  height: 7px;
  margin: 11px auto 0 0;
  display: block;
}
.arshine-sidebanner img {
  width: 100%;
}

.arshine-path {
  padding: 20px 0;
}

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

.arshine-path p a {
  color: #666;
}
@media screen and (max-width: 992px) {
  .arshine-sidebanner h1,
  .arshine-sidebanner h2 {
    font-size: 32px;
  }
}

@media screen and (max-width:768px) {
  .arshine-sidebanner h1,
  .arshine-sidebanner h2 {
    font-size: 28px;
  }

  .arshine-path p {
    font-size: 14px;
  }
}

@media screen and (max-width: 480px) {
  .arshine-sidebanner h1,
  .arshine-sidebanner h2 {
    font-size: 24px;
  }
}