body, html {
    height: 100%;
  }


  .bg {
    /* The image used */
    background-image: url("../ele/Tree.jpg");

    /* Full height */
    height: 50%;

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
      position: relative;
  }
  .bg2 {
    /* The image used */
    background-image: url("../ele/Tree.jpg");

    /* Full height */
    height: 10%;

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .kznfInput{
      position: absolute;
      left: 30%;
      top: 20%;
      width: 100%;
    }

    .img-text-container {
      position: relative;
  }

  .inner {
      position: absolute;
      top: 20%;
      left: 50%;
      transform: translate(-50%, -50%);
      background-color: rgba(0, 0, 0, 0.3);
      color: #fff;
      padding: 30px;
  }

  .center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 40%;
  }

  .decorated-list-item {
      display: flex;
}

.decorated-list-item__title {
    width:180px;
	display:block;
	text-align:left;
   	text-align-last:left;
    padding-right: .7rem;
}

.decorated-list-item__content {
    flex-grow: 1;
    padding-left: .4rem;
    padding-top: .1rem;
    padding-bottom: .1rem;
    border-left: .125rem solid #00a6d5;

}

.info-list--columns {
    column-count: 2;
}

.info-list {
    margin: .25rem 0 1rem 0;
    list-style: none;
}

.underline-span {
    border-bottom: 1px solid #ddd;
    margin-bottom: 0;
}

.cap_tittle{
    width:150px;
	display:block;
}
