:root {
  --yellow: #fdb822;
  --gray: #684f40;
}
h2 {
  color: var(--gray);
  font-size: 17px;
  line-height: 27px;
}
p {
  font-size: 14px;
}
/* about_sec start*/

.about_sec {
  height: 55vh;
  background-repeat: no-repeat;
  background-image: url(imgs/about/header-bg-1-about.jpg);
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  position: relative;
  background-attachment: fixed;
}
.layer {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #383232a8;
}
.z_index {
  z-index: 99;
}
.line {
  width: 10%;
  border: 2px solid var(--yellow);
  height: 2px;
  margin: 12px auto;
  border-radius: 10px;
}
.header_wrapper {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 2px solid var(--gray);
  border-bottom: 2px solid var(--gray);
  margin-top: 10px;
}
/* about_sec end*/

/* start gallery section */
.layer_gallery {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(253, 184, 34, 0.8);
  opacity: 0;
  transition: all 0.5s;
}
.img_container:hover .layer_gallery {
  opacity: 1;
}
.img_container:hover .layer_gallery {
  opacity: 1;
}

/* start gallery section */
