.container {
  width: 100%;
  margin: auto;
  padding: 0 16px;
}

/* Big Screen Device */
@media only screen and (min-width: 1800px) {
}

/* XXL+ Device. */
@media only screen and (max-width: 1799px) {
}

/* XXL Device. */
@media only screen and (max-width: 1600px) {
  .hero-image img {
    max-width: 100%;
  }
}

/* XL Device :1280px. */
@media only screen and (max-width: 1399px) {
  .hero-title {
    font-size: 52px;
    margin-bottom: 13px;
  }
  .btn {
    font-size: 24px;
    padding: 20px 46px;
  }
  .why-works {
    padding: 70px 0px 80px;
  }
  .section-title {
    font-size: 52px;
    line-height: 1.1;
  }
  .how-works__content {
    padding: 0px 15px;
  }
}

/* Large Device :992px. */
@media only screen and (max-width: 1199px) {
  .hero-content-logo {
    margin-bottom: 15px;
    max-width: 280px;
  }
  .hero-title {
    font-size: 44px;
    margin-bottom: 13px;
  }
  body {
    color: var(--white);
    font-size: 20px;
  }
  .btn {
    font-size: 20px;
    padding: 17px 36px;
    letter-spacing: 4px;
  }
  .hero-content {
    padding: 50px 0px 50px;
  }
  .hero-image img {
    top: 52px;
  }
  .why-items h3 {
    font-size: 31px;
    color: var(--strom);
  }
  .why-works .section-subtitle {
    color: var(--strom);
    font-weight: 600;
    font-size: 24px;
  }
  .why-works .section-header {
    max-width: 546px;
    text-align: start;
    margin-bottom: 43px;
  }
  .section-title {
    font-size: 43px;
    line-height: 1.1;
  }
  .how-works__list-item li {
    font-size: 24px;
  }
  .how-works__content-inner {
    max-width: 466px;
    margin: 0 auto;
    width: 100%;
  }
  .how-works__list-item li span.count {
    font-size: 40px;
  }
  .how-works__img {
    width: 560px;
    height: 620px;
    flex: 0 0 auto;
  }
}

/* Medium Device :768px. */
@media only screen and (max-width: 991px) {
  .hero-image {
    position: relative;
    padding-top: 0px;
    height: 500px;
    margin-top: -79px;
  }
  .hero-image img {
    max-width: 487px;
    position: relative;
    top: 50%;
    transform: translate(-27%, -48%);
    left: 50%;
  }
  .why-works {
    padding: 54px 0px 10px;
  }
  .why-items {
    margin-bottom: 40px;
  }
  .how-works__wrapper {
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    flex-direction: column-reverse;
  }
  .how-works {
    background-color: var(--water);
    padding: 50px 15px;
  }
  .how-works__content {
    padding: 0px;
  }
  .our-mission__content {
    margin-bottom: 40px;
  }
  .our-mission {
    padding: 50px 0px 50px;
    background-color: var(--marigold);
  }
}

/* Small Device :550px. */
@media only screen and (max-width: 767px) {
  .hero-image img {
    max-width: 100%;
    position: relative;
    top: 50%;
    transform: translate(-50%, -45%);
    left: 50%;
  }
  .how-works__img {
    width: 100%;
    height: auto;
    flex: 0 0 auto;
  }
  .footer-list {
    margin-bottom: 20px;
    flex-direction: column;
    gap: 6px;
  }
  .footer-list li a::after {
    display: none;
  }
  body {
    color: var(--white);
    font-size: 18px;
  }
  .hero-content {
    padding: 30px 0px 34px;
  }
  .hero-title {
    font-size: 34px;
    margin-bottom: 13px;
  }
  .why-works {
    padding: 36px 0px 8px;
  }
  .why-works .section-subtitle {
    font-size: 18px;
  }
  .section-title {
    font-size: 30px;
    line-height: 1.1;
  }
  .why-items h3 {
    font-size: 20px;
    color: var(--strom);
  }
  .why-items {
    text-align: center;
    max-width: 305px;
    margin: 0 auto;
  }
  .how-works {
    background-color: var(--water);
    padding: 42px 15px;
  }
  .how-works__list-item li {
    font-size: 18px;
  }
  .how-works__list-item {
    display: flex;
    flex-direction: column;
    gap: 18px;
  }
}

/* Extra small Device. */
@media only screen and (max-width: 575px) {
}

@media only screen and (max-width: 430px) {
}
