#about {
  height: 100vh;
}

.section-title .title {
  font-size: 65px !important;
}

.header-work-image {
  max-width: 300px;
  /* margin: 0 auto; */
  position: relative; }
  .header-work-image::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 82%;
    border: 20px solid #c4b607;
    border-bottom: 0;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
  .header-work-image::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 20px;
    background-color: #c4b607;
    left: 0;
    bottom: 58px;
    z-index: 11; }
  .header-work-image img {
    position: relative;
    z-index: 5; }

.next-section {
  font-size: 40px;
  color: #fff;
  position: absolute;
  bottom: 25%;
  left: 0px;
  width: 100%;
  height: 6.6vh;
  display: flex;
  align-items: flex-end;
  -webkit-box-pack: center;
  justify-content: center;
  overflow: hidden;
  z-index: 99;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }
  .back-to-top:hover {
    color: #fff;
    background-color: #c4b607;
    border-color: #c4b607; }