@media (max-width: 1199px) {
  .inner-h + div {
    padding-top: 56px;
  }
}
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.gallarySlider .imgHolder {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
  overflow: hidden;
  user-select: none;
}
.gallarySlider img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  pointer-events: none;
}

.aboutUs {
  flex-grow: 1;
  padding: 50px 5vw;
}
.aboutUs .wrapper {
  padding: 50px 0 0;
}
.aboutUs > div {
  padding: 50px 0 0;
}
.aboutUs br {
  display: none;
}

h4 {
  font-size: 24px;
  margin: 0 0 16px;
  color: #e1e0d0;
  font-family: "Kugile";
  line-height: 1.45;
}
@media (max-width: 1199px) {
  h4 {
    font-size: 17px;
    margin: 0 0 15px;
  }
}
h4 a {
  color: #00a695;
}

h3 {
  font-size: 28px;
  margin: 10px 0;
  line-height: 1.5;
  letter-spacing: 0.5px;
  font-weight: 300;
  font-family: "Glitten";
  position: relative;
  color: #b3d300;
  text-shadow: 2px 2px 1px rgba(0, 166, 149, 0.5);
  text-transform: capitalize;
}

h6 {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  position: relative;
  font-weight: 600;
  color: #b3d300;
  text-shadow: 2px 2px 1px rgba(255, 230, 0, 0.2392156863);
  margin: 30px 0 10px;
}

p {
  letter-spacing: 0.5px;
  font-size: 16px;
  margin: 0 0 25px;
  color: #e1e0d0;
  font-weight: 200;
  font-size: 18px;
}
p strong,
p b {
  font-weight: 600;
}
p a {
  color: #fff;
  font-weight: 400;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3333333333);
  display: inline-block !important;
}
p a span {
  position: relative;
  top: 0;
  left: 0;
}
p a:hover {
  color: #b3d300;
  text-shadow: 1px 1px 1px #008a7e;
}
p a:hover span {
  top: -1px;
  left: -1px;
}
@media (max-width: 1199px) {
  p {
    margin: 0 0 15px;
    font-size: 14px;
  }
}

.btns {
  display: flex;
  gap: 15px;
  margin: 0 0 10px;
  justify-content: center;
}

.job-detail {
  text-align: center;
  padding-bottom: 30px;
}
.job-detail h4 {
  font-size: 29px;
}
.job-detail .title {
  margin-top: 40px;
}