.sidebanner {
  position: relative;
  height: 348px;
  background-size: cover;
  background-repeat: no-repeat;
}



.path {
  position: absolute;
  left: 0;
  bottom: 125px;
  right: 0
}

.path h2 {
  font-size: 50px;
  color: #e8aa18;
  font-weight: 700
}

.path p {
  margin: 25px 0 0;
  font-size: 24px;
  font-weight: 700;
  color:#e8aa18;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-left: 15px;
}

.path p span {
  margin: 0 8px
}

.path p a:hover {
  color: var(--color-primary);
}

@media screen and (max-width: 768px) {
  .sidebanner {
    height: auto;
    padding: 30px 0
  }

  .path h2 {
    font-size: 30px
  }

  .path {
    position: absolute;
    text-align: center
  }

  .path p {
    font-size: 14px;
    margin: 15px 0 0
  }
}

@media screen and (max-width: 480px) {
  .path h2 {
    font-size: 24px
  }
}
 