.arshine-sidebanner {
  position: relative;
}

.arshine-sidebanner h1,
.arshine-sidebanner h2 {
  font-size: 36px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

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

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

.arshine-path p {
  color: var(--color-primary);
  font-size: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-weight: bold;
}

.arshine-path p a {
  color: var(--color-primary);
}
.arshine-path p i {
  margin: 0 8px;
}
@media screen and (max-width: 992px) {
  .arshine-sidebanner h1,
  .arshine-sidebanner h2 {
    font-size: 32px;
  }
}

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

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

  .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;
  }
}