section {
    padding: 60px 0;
    padding-top: 60px;
    padding-right: 0px;
    padding-bottom: 60px;
    padding-left: 0px;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: hidden;
}
.section-title h2 {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
   
    color: #BF771F;
}
.section-title {
    text-align: left;
    padding-bottom: 30px;
}
.section-title p {
    margin-bottom: 0;
    margin-left: auto;
    align-items: left;
}

.portfolio .portfolio-item .portfolio-info h4 {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Jost", sans-serif;
}

.portfolio .portfolio-item .portfolio-info {
    opacity: 0;
    position: absolute;
    left: 15px;
    bottom: 0;
    z-index: 3;
    right: 15px;
    transition: all 0.3s;
    background: rgba(55, 81, 126, 0.8);
    padding: 10px 15px;
}

.fh5co-bg-section {
    background: #e8e8e8;
  }
  #fh5co-gallery {
    padding-top: 2.5em;
  }
  #fh5co-gallery h2 {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 2.5em;
    font-family: "Source Sans Pro", Arial, sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
  }
  #fh5co-gallery h2 span {
    border: 2px solid rgba(0, 0, 0, 0.8);
    padding: 10px 15px;
    position: relative;
  }
  #fh5co-gallery h2 span:before, #fh5co-gallery h2 span:after {
    position: absolute;
    top: 18px;
    bottom: 0;
    content: '';
    width: 100px;
    height: 1px;
    background: rgba(0, 0, 0, 0.1);
  }
  #fh5co-gallery h2 span:before {
    lett: 0;
    margin-left: -125px;
  }
  #fh5co-gallery h2 span:after {
    right: 0;
    margin-right: -110px;
  }
  .centered {
    position: absolute;
    top: 80%;
    left: 50%;
    color: #fff;
    transform: translate(-50%, -50%);
    font-size: large;
  }
  