.download-how-it-works {
  background-color: #fff;
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
}

.download-how-it-works .download {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 8rem;
}

.download-how-it-works .download .image img {
  width: 25rem;
  height: 20rem;
  object-fit: cover;
}

.download-how-it-works .download .context_apple_google_store {
  display: flex;
  flex-direction: column;
}

.download-how-it-works .download .context_apple_google_store .slider-numbers {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  justify-content: center;
  margin-bottom: 2rem;
}

.download-how-it-works
  .download
  .context_apple_google_store
  .slider-numbers
  .circle {
  border: 1px solid #539b27;
  border-radius: 50%;
  padding: 0.5rem 0.8rem;
  color: #008f43;
}

.download-how-it-works
  .download
  .context_apple_google_store
  .slider-numbers
  .circle:hover {
  cursor: pointer;
}

.download-how-it-works
  .download
  .context_apple_google_store
  .slider-numbers
  .active-circle {
  color: #fff;
  background-color: #008f43;
}

.download-how-it-works
  .download
  .context_apple_google_store
  .title-description {
  margin-bottom: 3rem;
}

.download-how-it-works
  .download
  .context_apple_google_store
  .title-description
  .title {
  font-weight: 400;
  font-size: 2.5rem;
  color: #008f43;
  margin-bottom: 0.5rem;
}

.download-how-it-works
  .download
  .context_apple_google_store
  .title-description
  .description {
  color: #7d7d7d;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
}

.download-how-it-works
  .download
  .context_apple_google_store
  .download-buttons
  a
  img {
  transition: transform 0.5s ease;
}

.download-how-it-works
  .download
  .context_apple_google_store
  .download-buttons
  a
  img:hover {
  cursor: pointer;
  transform: scale(1.1);
}

.download-how-it-works
  .download
  .context_apple_google_store
  .download-buttons
  a:nth-child(2)
  img {
  height: 2.5rem;
  margin-left: 1rem;
}

.download-how-it-works .how-does-it-work {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-top: 4rem;
}

.download-how-it-works .how-does-it-work .title-description {
  text-align: center;
  margin-bottom: 4rem;
}

.download-how-it-works .how-does-it-work .title-description .title {
  font-size: 3rem;
  font-weight: 700;
  color: #1a1a1b;
  margin-bottom: 1rem;
}

.download-how-it-works .how-does-it-work .title-description .description {
  font-size: 1rem;
  font-weight: 400;
  color: #889493;
}

.download-how-it-works .how-does-it-work .image-explanation {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 8rem;
  margin-bottom: 4rem;
}

.download-how-it-works .how-does-it-work .image-explanation .box .image {
  padding: 1rem;
  height: 2rem;
  width: 2rem;
  display: flex;
  border-radius: 0.5rem;
  align-self: center;
  margin-bottom: 1rem;
  margin-left: 15%;
}

.download-how-it-works
  .how-does-it-work
  .image-explanation
  .box:nth-child(1)
  .image {
  background: rgba(0, 143, 67, 0.29);
}

.download-how-it-works
  .how-does-it-work
  .image-explanation
  .box:nth-child(2)
  .image {
  background: rgba(67, 152, 209, 0.41);
}

.download-how-it-works
  .how-does-it-work
  .image-explanation
  .box:nth-child(3)
  .image {
  background: rgba(230, 115, 104, 0.59);
}

.download-how-it-works .how-does-it-work .image-explanation .box .title {
  font-weight: 700;
  font-size: 1.563rem;
  color: #1a1a1b;
  margin-bottom: 1.5rem;
}
/* Font Roboto */
.download-how-it-works .how-does-it-work .image-explanation .box .description {
  font-weight: 400;
  font-size: 1.563rem;
  color: #889493;
  font-size: 0.875rem;
  line-height: 1.375rem;
  padding-left: 1rem;
}

.download-how-it-works .how-does-it-work .imigongo-designs {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 2rem;
  margin-bottom: 1rem;
  position: relative;
}

.download-how-it-works .how-does-it-work .imigongo-designs .single {
  display: flex;
  align-items: last baseline;
}

.download-how-it-works .how-does-it-work .imigongo-designs .single img {
  height: 8rem;
}

.crossbar {
  position: absolute;
  top: 10%;
  left: 0;
}

.crossbar img {
  width: 8rem;
  height: 40rem;
}

.download-how-it-works .watch-our-story img {
  height: 30rem;
  width: 100%;
  object-fit: cover;
}

/* Responsiveness */
@media only screen and (max-width: 600px) {
  .download-how-it-works {
    padding-top: 4rem;
    padding-bottom: 1rem;
  }
  .download-how-it-works .download {
    display: flex;
    flex-direction: column;
    margin-bottom: 2rem;
  }

  .download-how-it-works .download .image {
    display: none;
  }

  .download-how-it-works .download .image img {
    width: 100%;
    height: 25rem;
    margin-bottom: 2rem;
  }
  .crossbar {
    position: absolute;
    top: 35%;
    left: 0;
  }
  .crossbar img {
    height: 25rem;
    width: 5rem;
  }

  .download-how-it-works .download .context_apple_google_store .slider-numbers {
    display: none;
  }

  .download-how-it-works
    .download
    .context_apple_google_store
    .title-description {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .download-how-it-works
    .download
    .context_apple_google_store
    .title-description
    .description {
    width: 20rem;
    font-size: 1.5rem;
    display: flex;
    line-height: 2rem;
  }

  .download-how-it-works
    .download
    .context_apple_google_store
    .download-buttons {
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
    justify-content: center;
  }

  .download-how-it-works
    .download
    .context_apple_google_store
    .download-buttons
    a:nth-child(2)
    img {
    margin-left: 0;
  }

  .download-how-it-works .how-does-it-work .title-description .title {
    width: 70%;
    margin: 0 auto;
    font-size: 4rem;
    margin-bottom: 2rem;
  }

  .download-how-it-works .how-does-it-work .title-description .description {
    width: 80%;
    margin: 0 auto;
  }

  .download-how-it-works .how-does-it-work .image-explanation {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4rem;
    margin-bottom: 1rem;
  }

  .download-how-it-works .how-does-it-work .image-explanation .box {
    width: 90%;
    text-align: center;
  }

  .download-how-it-works .how-does-it-work .image-explanation .box .image {
    margin-left: 40%;
  }

  .download-how-it-works
    .how-does-it-work
    .imigongo-designs
    .single:nth-child(1)
    img,
  .download-how-it-works
    .how-does-it-work
    .imigongo-designs
    .single:nth-child(3)
    img {
    height: 4rem;
    position: absolute;
    top: 0;
  }

  .download-how-it-works
    .how-does-it-work
    .imigongo-designs
    .single:nth-child(3)
    img {
    width: 5rem;
    right: 5%;
  }

  .download-how-it-works .how-does-it-work .image-explanation .box {
    width: 90%;
  }

  .download-how-it-works .watch-our-story img {
    height: 20rem;
    width: 100%;
  }
}

@media only screen and (max-width: 450px) {
  .crossbar img {
    width: 2rem;
  }
  .download-how-it-works
    .how-does-it-work
    .imigongo-designs
    .single:nth-child(1)
    img,
  .download-how-it-works
    .how-does-it-work
    .imigongo-designs
    .single:nth-child(3)
    img {
    display: none;
  }

  .download-how-it-works
    .how-does-it-work
    .imigongo-designs
    .single:nth-child(1)
    img {
    left: 0.2rem;
  }

  .download-how-it-works .download .image img {
    width: 100%;
    height: 20rem;
    margin-bottom: 2rem;
  }
  .download-how-it-works .watch-our-story img {
    object-position: 40% 0;
  }
}

@media only screen and (max-width: 370px) {
  .download-how-it-works .watch-our-story img {
    object-position: 43% 0;
  }
}

@media only screen and (max-width: 350px) {
  .crossbar img {
    display: none;
  }

  .download-how-it-works
    .download
    .context_apple_google_store
    .title-description
    .title {
    text-align: center;
  }

  .download-how-it-works
    .download
    .context_apple_google_store
    .title-description
    .description {
    font-size: 1rem;
    text-align: center;
  }

  .download-how-it-works
    .how-does-it-work
    .imigongo-designs
    .single:nth-child(1)
    img,
  .download-how-it-works
    .how-does-it-work
    .imigongo-designs
    .single:nth-child(3)
    img {
    display: none;
  }

  .download-how-it-works .watch-our-story img {
    object-position: 50% 0;
  }
}

@media only screen and (max-width: 280px) {
  .download-how-it-works
    .download
    .context_apple_google_store
    .title-description
    .description {
    width: 100%;
    font-size: 0.8rem;
  }

  .download-how-it-works
    .download
    .context_apple_google_store
    .download-buttons {
    flex-direction: column;
    align-items: center;
  }

  .download-how-it-works .how-does-it-work .imigongo-designs {
    display: none;
  }

  /* .download-how-it-works .how-does-it-work .image-explanation .box {
    padding-left: 1.5rem;
  } */
}

@media only screen and (min-width: 600px) and (max-width: 767px) {
  .download-how-it-works {
    padding-top: 2rem;
    padding-bottom: 1rem;
  }
  .download-how-it-works .download .image {
    display: none;
  }
  .download-how-it-works .download {
    display: flex;
    flex-direction: column;
    margin-bottom: 2rem;
  }
  .download-how-it-works .download .image {
    text-align: center;
  }

  .download-how-it-works .download .context_apple_google_store .slider-numbers {
    display: none;
  }

  .crossbar {
    position: absolute;
    top: 20%;
    left: 0;
  }
  .crossbar img {
    height: 25rem;
    width: 4rem;
  }

  .download-how-it-works
    .download
    .context_apple_google_store
    .title-description {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .download-how-it-works
    .download
    .context_apple_google_store
    .download-buttons {
    display: flex;
    justify-content: center;
  }

  .download-how-it-works .how-does-it-work .title-description .description {
    width: 80%;
    margin: 0 auto;
  }

  .download-how-it-works .how-does-it-work .image-explanation {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4rem;
    margin-bottom: 1rem;
  }

  .download-how-it-works .how-does-it-work .image-explanation .box {
    width: 90%;
    text-align: center;
  }

  .download-how-it-works .how-does-it-work .image-explanation .box .image {
    margin-left: 40%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .download-how-it-works .download {
    display: flex;
    flex-direction: column;
    margin-bottom: 2rem;
  }

  .download-how-it-works .download .image {
    display: none;
  }

  .download-how-it-works .download .image {
    text-align: center;
  }

  .download-how-it-works
    .download
    .context_apple_google_store
    .title-description {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .download-how-it-works .download .context_apple_google_store .slider-numbers {
    position: absolute;
    top: 1rem;
    left: 40%;
  }

  .crossbar {
    position: absolute;
    top: 18%;
    left: 0;
  }
  .crossbar img {
    height: 25rem;
    width: 4rem;
  }

  .download-how-it-works
    .download
    .context_apple_google_store
    .download-buttons {
    display: flex;
    justify-content: center;
  }

  .download-how-it-works .how-does-it-work .image-explanation {
    /* flex-wrap: wrap; */
    flex-direction: column;
    align-items: center;
  }
  .download-how-it-works .how-does-it-work .image-explanation .box {
    width: 90%;
    text-align: center;
  }

  .download-how-it-works .how-does-it-work .image-explanation .box .image {
    margin-left: 40%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .download-how-it-works .how-does-it-work .image-explanation {
    /* flex-wrap: wrap; */
    padding: 0 5%;
  }

  .download-how-it-works
    .how-does-it-work
    .image-explanation
    .box
    .description {
    line-height: 1.4;
  }

  .crossbar {
    position: absolute;
    top: 20%;
    left: 0;
  }

  .crossbar img {
    height: 22rem;
    width: 4rem;
  }
}
