* {
  margin: 0;
  padding: 0;
}

h3 {
  font-size: 43px;
  color: #114074;
  text-align: center;
}

.container-how-to-use {
  overflow: hidden;
}

/* -------- Section One ---------- */

.section-one {
  width: 100%;
  background: #f8f8f8;
  height: 60vh;
}

.container-section-one {
  display: flex;
  align-items: flex-start;
  padding: 180px 0;
  width: 80%;
  margin: auto;
}

.section-one img {
  width: 80%;
  position: relative;
  right: -70%;
  top: 60px;
}

/* -------- Section Two ---------- */

.section-two {
  width: 80%;
  margin: 100px auto;
}

.section-two img {
  width: 100%;
}

.section-two h3 {
  text-align: left;
}

/* -------- Section three ---------- */

.section-three {
  margin: 0 auto 180px;
}

.center {
  display: flex;
  align-items: center;
}

.center .slick-dots li button {
  width: 20px;
  height: 20px;
  background: #ededed;
  color: #ededed;
  border-radius: 20px;
}

.center .slick-dots li button:before {
  width: 20px;
  height: 20px;
  background: #ededed;
  color: #ededed;
  border-radius: 20px;
}
.center .slick-dots li.slick-active button:before {
  color: #a3d55e;
  background: #a3d55e;
}

/* -------- Section Four ---------- */

.section-four {
  width: 100%;
  margin: 0;
  background: #a3d55e;
  display: block;
  padding: 80px 0;
}

.section-four h1 {
  color: #ffffff;
  text-align: center;
}

.section-four .button {
  background: white;
  color: #a3d55e;
  border: 2px solid white;
  position: unset;
  margin: 30px auto;
}

.section-four .button:hover {
  color: white;
  background: #a3d55e;
}

.section-four p {
  text-align: center;
  font-size: 30px;
  color: white !important;
  padding-top: 30px;
}

@media screen and (max-width: 768px) {
  h3 {
    font-size: 20px;
    font-weight: 800;
    line-height: 24px;
    text-align: left;
  }

  /* -------- Section One ---------- */

  .container-section-one {
    display: block;
    position: relative;
  }

  .section-one {
    height: 60vh;
  }

  .section-one img {
    position: relative;
    right: -50%;
    width: 90%;
    top: -50px;
  }

  p {
    font-size: 18px;
  }

  /* -------- Section Three ---------- */

  h3 {
    text-align: center;
  }

  .center .slick-dots li.slick-active button:before {
    color: #114074;
    background: #114074;
  }

  /* -------- Section Four ---------- */

  .section-four h1{
    font-size: 30px;
  }

  .section-four p{
    font-size: 20px;
  }
}
