.arshine-sidebanner {
  position: relative;
}

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

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

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

.arshine-path p a {
  color: var(--color-second);
}

@media screen and (max-width:768px) {
  .arshine-path p {
    font-size: 14px;
  }
}