.state_page_section {
  background-color: #fff;
}

.state_page_section .state_hero_section {
  background: -webkit-gradient(linear, left top, left bottom, from(#e9f3ff), to(#ffffff));
  background: linear-gradient(180deg, #e9f3ff 0%, #ffffff 100%);
}

.state_page_section .state_hero_section .hero_state_wrapper {
  padding-top: 60px;
  padding-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 959px) {
  .state_page_section .state_hero_section .hero_state_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 40px;
  }
}

.state_page_section .state_hero_section .hero_state_wrapper .hero_content_state {
  width: 100%;
  max-width: 500px;
}

.state_page_section .state_hero_section .hero_state_wrapper .hero_content_state > h1 {
  color: #333;
  font-size: 40px;
  margin-bottom: 30px;
}

@media (max-width: 959px) {
  .state_page_section .state_hero_section .hero_state_wrapper .hero_content_state > h1 {
    font-size: 30px;
    margin-bottom: 20px;
    text-align: center;
  }
}

.state_page_section .state_hero_section .hero_state_wrapper .hero_content_state > h1 > span {
  color: #0874f5;
}

.state_page_section .state_hero_section .hero_state_wrapper .hero_content_state > p {
  color: #555;
  font-size: 16px;
  margin-bottom: 30px;
}

@media (max-width: 959px) {
  .state_page_section .state_hero_section .hero_state_wrapper .hero_content_state > p {
    margin-bottom: 40px;
    text-align: center;
  }
}

.state_page_section .state_hero_section .hero_state_wrapper .hero_image_section_state {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 90%;
  margin: auto;
}

.state_page_section .state_hero_section .hero_state_wrapper .hero_image_section_state > img {
  width: 100%;
  max-width: 600px;
  margin-left: 30px;
}

@media (max-width: 959px) {
  .state_page_section .state_hero_section .hero_state_wrapper .hero_image_section_state > img {
    margin-left: 0;
    max-width: 500px;
  }
}

.state_page_section .grains_state {
  width: 100%;
  padding: 40px 0;
}

@media (max-width: 959px) {
  .state_page_section .grains_state {
    padding: 10px 0;
  }
}

.state_page_section .grains_state > img {
  max-height: 300px;
  width: 100%;
}

.state_benefits {
  margin-bottom: 100px;
}

@media (max-width: 959px) {
  .state_benefits {
    margin-bottom: 50px;
  }
}

.state_benefits > h2 {
  text-align: center;
  font-size: 28px;
  margin-bottom: 20px;
  color: #0874f5;
}

@media (max-width: 959px) {
  .state_benefits > h2 {
    margin-bottom: 15px;
  }
}

.state_benefits > p {
  color: #333;
  text-align: center;
  font-size: 16px;
  margin-bottom: 100px;
}

@media (max-width: 959px) {
  .state_benefits > p {
    margin-bottom: 30px;
  }
}

.state_benefits .benefit_cards_state {
  margin-top: 100px;
}

.state_benefits .benefit_cards_state .benefit_card_state {
  background: linear-gradient(105.27deg, rgba(255, 255, 255, 0.105) 2.25%, rgba(154, 154, 154, 0.035) 49.02%, rgba(201, 201, 201, 0.07) 60.55%, rgba(255, 255, 255, 0.042) 68.44%, rgba(129, 143, 161, 0.0424448) 84.06%, rgba(0, 28, 65, 0) 100%);
  border: 2px solid rgba(209, 239, 253, 0.42);
  padding: 10px 20px;
  border-radius: 20px;
  position: relative;
  max-width: 250px;
  height: 300px;
  margin: 40px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.state_benefits .benefit_cards_state .benefit_card_state .image_benefit_card_state > img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 164px;
  width: 75%;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

@media (max-width: 959px) {
  .state_benefits .benefit_cards_state .benefit_card_state .image_benefit_card_state > img {
    width: 75%;
    max-width: 150px;
  }
}

.state_benefits .benefit_cards_state .benefit_card_state .image_benefit_card_state > img:hover {
  -webkit-transform: translate(-50%, -50%) scale(1.05);
          transform: translate(-50%, -50%) scale(1.05);
}

.state_benefits .benefit_cards_state .benefit_card_state .content_benefit_card_state {
  margin-top: 40px;
}

.state_benefits .benefit_cards_state .benefit_card_state .content_benefit_card_state > h3 {
  font-size: 18px;
  color: #0874f5;
  text-align: center;
  margin-bottom: 10px;
}

.state_benefits .benefit_cards_state .benefit_card_state .content_benefit_card_state > p {
  color: #333;
  text-align: center;
  font-size: 16px;
}

@media (max-width: 959px) {
  .state_benefits .benefit_cards_state .benefit_card_state .content_benefit_card_state > p {
    font-size: 14px;
  }
}
/*# sourceMappingURL=state.css.map */