.custom-hero-200 {
    background-image: url('images/bg_1.jpg');
    background-size: cover;
    background-position: center center;
    position: relative;
    height: 300px;
    width: 100%;
  }

  .custom-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.3;
  }

  .custom-container {
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }

  .custom-content {
    text-align: center;
    padding-bottom: 40px;
    color: #ec8942;
  }

  .custom-breadcrumbs a,
  .custom-breadcrumbs span {
    color: #ec8942;
    margin-right: 5px;
  }

  .custom-breadcrumbs i {
    margin-left: 5px;
  }

  .custom-title {
    margin: 0;
    font-size: 36px;
    font-weight: bold;
     color: #ffffff;
  }