.hero-paragraph {
  color: #f9f9f9;
  width: 55%;
  margin-bottom: 25px;
  font-size: 18px;
}

.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.hero-section {
  background-image: linear-gradient(360deg, #222, #2220), url('../images/wu-jianxiong-UniC8xhlzaE-unsplash.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  min-height: 550px;
}

.hero-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 550px;
  display: flex;
}

.hero-heading {
  color: #f9f9f9;
  font-size: 62px;
  line-height: 1.2;
}

.btn {
  background-color: #eb5757;
  border: 1px solid #eb5757;
  border-radius: 5px;
  padding: 5px 25px;
  font-weight: 700;
  transition: border-color .3s, background-color .3s;
}

.btn:hover {
  background-color: #222;
  border-color: #222;
}

.btn.light {
  color: #222;
  background-color: #f9f9f9;
  border-color: #f9f9f9;
}

.btn.light:hover {
  color: #f9f9f9;
  background-color: #eb5757;
  border-color: #eb5757;
}

.btn.light.outline {
  color: #0c0c0c;
}

.btn.light.outline:hover {
  color: #222;
  background-color: #f9f9f9;
  border-color: #f9f9f9;
}

.support-square-text {
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 20px;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.2;
}

.support-wrapper {
  justify-content: space-between;
  display: flex;
}

.support-square {
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  min-height: 75%;
  margin-bottom: 45px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.support-square.square2 {
  background-image: url('../images/life-insurance-280x125.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.support-square.square1 {
  background-image: url('../images/Picture-5-280x125.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.support-square.square3 {
  background-image: url('../images/AutoInsurance1-280x125.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.support-section {
  height: 30em;
  padding-top: 65px;
  padding-bottom: 65px;
}

.support-column {
  width: 30%;
}

.features-right {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.serivices-2 {
  background-color: #e4e4e4;
  padding-top: 65px;
  padding-bottom: 65px;
}

.features-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.container-3 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.features-list {
  border-bottom: 1px solid #e4ebf3;
  padding: 40px 30px;
  position: relative;
}

.features-paragraph {
  margin-bottom: 24px;
}

.features-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 40%;
  display: flex;
}

.heading-2 {
  margin-top: 0;
  margin-bottom: 20px;
}

.features-block-two {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.shop-local-section {
  padding-top: 65px;
  padding-bottom: 65px;
}

.container-4 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.shop-local-wrapper {
  justify-content: flex-end;
  min-height: 500px;
  display: flex;
  position: relative;
}

.shop-local-left {
  background-image: url('../images/pexels-olly-3760067.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 5px;
  width: 30%;
  height: 0;
  min-height: 440px;
  position: absolute;
  inset: 6% auto 0% 0%;
}

.shop-local-right {
  color: #f9f9f9;
  background-color: #222;
  border-radius: 5px;
  justify-content: flex-end;
  width: 80%;
  padding: 45px;
  display: flex;
}

.shop-local-content-wrapper {
  width: 80%;
  padding-left: 145px;
  padding-right: 145px;
}

.shop-local-heading {
  margin-top: 0;
  font-size: 45px;
  line-height: 1.2;
}

.footer {
  padding-top: 65px;
  padding-bottom: 10px;
}

.container-5 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-bottom-wrapper {
  color: #f9f9f9;
  text-align: center;
  margin-top: 55px;
}

.small {
  margin-bottom: 10px;
  font-size: 10px;
}

.small.footer-small {
  color: #222;
  font-size: 12px;
}

.navbar {
  padding-top: 20px;
  padding-bottom: 20px;
}

.nav-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cart-nav-wrapper {
  align-items: center;
  display: flex;
}

.menu-wrapper {
  z-index: 900;
  position: sticky;
  top: 0;
}

.nav-link {
  color: #000;
  border-radius: 5px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 4px 10px;
  transition: all .3s;
}

.nav-link:hover {
  color: #fff;
  background-color: #222;
  background-image: none;
}

.nav-link.w--current {
  color: #000;
}

@media screen and (max-width: 991px) {
  .hero-paragraph {
    width: 55%;
  }

  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .hero-heading {
    width: 60%;
  }

  .support-square-text {
    font-size: 30px;
  }

  .support-square {
    min-height: 330px;
  }

  .features-right {
    max-width: 100%;
  }

  .features-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .container-2 {
    max-width: 728px;
  }

  .container-3 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .features-left {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .container-4 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .shop-local-left {
    top: 8%;
  }

  .shop-local-content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .shop-local-heading {
    margin-top: 0;
  }

  .container-5 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav-button {
    color: #f9f9f9;
  }

  .nav-button.w--open {
    z-index: 100;
    background-color: #222;
    border-radius: 5px;
  }

  .nav-link {
    text-align: center;
    font-size: 30px;
  }

  .nav-menu {
    background-color: #eb5757;
    width: 100vw;
    padding-top: 140px;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .support-square-text {
    font-size: 40px;
  }

  .support-wrapper {
    flex-wrap: wrap;
  }

  .support-column {
    width: 100%;
    margin-bottom: 40px;
  }

  .features-list {
    padding: 60px 15px;
  }

  .container-4.shop-local-container {
    padding-left: 0;
    padding-right: 0;
  }

  .shop-local-wrapper {
    flex-wrap: wrap;
  }

  .shop-local-left {
    border-radius: 0;
    width: 100%;
    position: static;
  }

  .shop-local-right {
    border-radius: 0;
    justify-content: center;
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .hero-paragraph {
    width: 70%;
    font-size: 13px;
  }

  .hero-wrapper {
    justify-content: flex-end;
    padding-bottom: 45px;
  }

  .hero-heading {
    font-size: 30px;
  }

  .features-right {
    margin-bottom: -30px;
  }

  .container-2 {
    max-width: none;
  }

  .features-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .shop-local-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .shop-local-right {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-wrapper {
    flex-direction: column;
  }

  .footer-logo-column {
    margin-bottom: 30px;
  }

  .brand {
    width: 100px;
  }

  .brand.w--current {
    width: 90px;
  }
}
