html,
body {
  margin: 0;
  padding: 0;
}
body {
  color: #414037e5;
  font-family: "Quintessential";
}
.row > * {
  padding-right: 0;
  padding-left: 0;
}
/* HERO Section */

.hero-section {
  background-color: #c5c5c1;
  background-image: url("/img/odos-prieziuros-paslaugos-kosmetologines-veido-proceduros-klaipeda.jpeg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: calc(50% + 50px) 50%;
  margin-top: 130px;
  height: 120vh;
}
.scrollBg {
  transition: background-position 0.2s ease-out;
}
.s1img,
.s2img,
.s4-img2 {
  transition: left 0.2s ease-out;
}
.hero-text p {
  margin-bottom: 18px;
}
.button-1 {
  width: 311px;
  height: 62px;
  margin-top: 50px;
  background: #f8d7c7;
  border: 0.6px solid #ffffff;
  box-shadow: -4px -4px 12px rgba(255, 255, 255, 0.5),
    4px 4px 12px 4px rgba(255, 255, 255, 0.5);
  border-radius: 40px;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #414037e5;
  font-family: "Open Sans";
}
.button-1:hover {
  background: #eccdbd;
}
.button-1:active {
  background: #f8d7c7;
}

/* Section 1 */

.s1,
.s3 {
  padding: 0;
  position: relative;
  background: linear-gradient(90.98deg, #ebe7dd 0.07%, #ffffff 99.93%);
}
.s1-col2,
.s3-col2 {
  padding-left: 60px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.s1-col2 h3,
.s3-col2 h3 {
  margin-bottom: 30px;
}
.s1-col2 p,
.s3-col2 .tarpas {
  margin-bottom: 20px;
}
.s1-col1,
.s3-col1 {
  padding: 0;

  overflow: hidden;
}
.img-container {
  position: relative;
  left: 20px;
  top: -20px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.img-container img {
  object-fit: cover;
  width: 140%;
  height: 100%;
  position: relative;
}
.s2 {
  padding: 80px 0;
}
.s2 h3 {
  margin-bottom: 30px;
}
.s4 {
  overflow: hidden;
  padding: 80px 0;
}
.s4-col2 {
  position: relative;
}
.s4-col1 {
  padding: 120px 0 120px 70px;
  align-content: center;
  z-index: 2;
}
.s4-col1 h3 {
  margin-bottom: 30px;
}
.s4-img1 {
  position: absolute;
  top: 0;
  left: -240px;
  z-index: 1;
  height: 100%;
}
.s4-img2 {
  position: absolute;
  top: 0;
  left: 165px;
  height: 100%;
  object-fit: cover;
  padding-left: 0px;
}
.s5 {
  padding: 20px 0;
  background: linear-gradient(
    92.11deg,
    #c6c6c1 0.01%,
    #c5c4bf 77.53%,
    #939390 99.99%
  );
}
.s5bg {
  background: url("/img/S5bg.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  justify-items: center;
  padding: 80px 0;
}
@media screen and (max-width: 992px) {
  .s4 {
    padding: 30px 0;
  }
  .s4 h3 {
    margin-bottom: 30px;
  }
  .s1-col2,
  .s3-col2 {
    padding: 30px 10px 30px 50px;
  }
  .s4-col1 {
    padding: 30px 10px 30px 50px;
  }
  .s4-col2 {
    padding: 10px;
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .s4-img1 {
    position: absolute;
    z-index: 1;
    height: 100%;
    left: -15%;
  }
  .s4-img2 {
    position: relative;
    right: 0;
    width: 80%;
    object-fit: cover;
  }
  .s5 p {
    padding: 30px 10px 30px 50px;
  }
}
