/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.wp-block-fl-homepage-products-and-services *, .wp-block-fl-homepage-products-and-services *:visited, .wp-block-fl-homepage-products-and-services *:active {
  box-sizing: border-box;
  text-decoration: none;
}
.wp-block-fl-homepage-products-and-services a {
  color: currentColor;
}
.wp-block-fl-homepage-products-and-services a:hover {
  color: currentColor;
}

.wp-block-fl-homepage-products-and-services {
  margin: 0;
  width: 100%;
  background-color: #F8F5F2;
}

.wp-block-fl-homepage-products-and-services .products-and-services {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  font-size: 20px;
  padding: 56px 0 50px;
  background-color: #F8F5F2;
  width: 99.7vw;
  position: relative;
  left: calc(-50vw + 50%);
}
@media (min-width: 775px) {
  .wp-block-fl-homepage-products-and-services .products-and-services {
    padding: 56px 0;
    /*padding + overlay card */
  }
}
.wp-block-fl-homepage-products-and-services .products-and-services .products-and-services_cards-grid-wrapper {
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
}

.wp-block-fl-homepage-products-and-services .products-and-services_title {
  text-align: center;
  color: #26313A;
  margin: 0 auto 16px;
  line-height: 24px;
  font-size: 20px;
  padding: 0 20px;
}
@media (min-width: 775px) {
  .wp-block-fl-homepage-products-and-services .products-and-services_title {
    font-size: 36px;
  }
}
.wp-block-fl-homepage-products-and-services .products-and-services_description {
  text-align: center;
  color: #26313A;
  margin: 0 auto 40px;
  line-height: 25px;
  padding: 0 20px;
  font-size: 14px;
}
@media (min-width: 775px) {
  .wp-block-fl-homepage-products-and-services .products-and-services_description {
    font-size: 18px;
  }
}

.wp-block-fl-homepage-products-and-services .products-and-services_cards-grid {
  width: 100%;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 775px) {
  .wp-block-fl-homepage-products-and-services .products-and-services_cards-grid {
    display: grid;
    grid-template-columns: calc(50% - 10px) calc(50% - 10px);
    grid-template-rows: auto auto;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}

.wp-block-fl-homepage-products-and-services .cards-grid_card {
  margin: 0;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
}
@media (max-width: 775px) {
  .wp-block-fl-homepage-products-and-services .cards-grid_card {
    width: 100%;
    padding: 0;
  }
}
.wp-block-fl-homepage-products-and-services .cards-grid_card:first-of-type {
  width: 30%;
}
@media (max-width: 775px) {
  .wp-block-fl-homepage-products-and-services .cards-grid_card:first-of-type {
    width: 100%;
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
.wp-block-fl-homepage-products-and-services .cards-grid_card:last-of-type {
  width: 30%;
}
@media (max-width: 775px) {
  .wp-block-fl-homepage-products-and-services .cards-grid_card:last-of-type {
    width: 100%;
    grid-column: 2/3;
    grid-row: 2/3;
  }
}

.wp-block-fl-homepage-products-and-services .card_img {
  height: 96px;
  width: 100%;
  background-size: cover;
  background-position: center;
  border-bottom: 5px solid #67737C;
}
@media (min-width: 775px) {
  .wp-block-fl-homepage-products-and-services .card_img {
    height: 253px;
  }
}

.wp-block-fl-homepage-products-and-services .card_bottom-container {
  width: 100%;
  padding: 12px 24px;
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row;
  bacakground-color: white;
}
@media (min-width: 775px) {
  .wp-block-fl-homepage-products-and-services .card_bottom-container {
    padding: 24px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-flow: column;
  }
}
.wp-block-fl-homepage-products-and-services .card_bottom-container .button-arrow {
  margin-left: 7px;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #26313A;
}
.wp-block-fl-homepage-products-and-services .card_bottom-container .bottom-card-container_title, .wp-block-fl-homepage-products-and-services .card_bottom-container .bottom-card-container_description {
  line-height: 1.3;
  text-align: center;
  display: none;
  widht: auto;
  margin: 0 0 8px;
}
@media (min-width: 775px) {
  .wp-block-fl-homepage-products-and-services .card_bottom-container .bottom-card-container_title, .wp-block-fl-homepage-products-and-services .card_bottom-container .bottom-card-container_description {
    text-align: left;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
}
.wp-block-fl-homepage-products-and-services .card_bottom-container .bottom-card-container_title {
  font-size: 18px;
  font-weight: bold;
}
@media (min-width: 775px) {
  .wp-block-fl-homepage-products-and-services .card_bottom-container .bottom-card-container_title {
    font-size: 24px;
  }
}
.wp-block-fl-homepage-products-and-services .card_bottom-container .bottom-card-container_description {
  font-size: 14px;
}
@media (min-width: 775px) {
  .wp-block-fl-homepage-products-and-services .card_bottom-container .bottom-card-container_description {
    font-size: 18px;
  }
}
.wp-block-fl-homepage-products-and-services .card_bottom-container .bottom-container_button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: auto;
  background-color: transparent;
  border: none;
  padding: 4px 8px;
}
@media (min-width: 775px) {
  .wp-block-fl-homepage-products-and-services .card_bottom-container .bottom-container_button {
    padding: 4px 8px;
    display: inline-flex;
    border: 1px solid #26313A;
    border-radius: 100px;
  }
}
.wp-block-fl-homepage-products-and-services .card_bottom-container .bottom-container_button a {
  font-family: "Founders SemiBold";
  font-size: 16px;
  line-height: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 90px;
}
@media (min-width: 470px) {
  .wp-block-fl-homepage-products-and-services .card_bottom-container .bottom-container_button a {
    width: 100%;
  }
}
@media (min-width: 775px) {
  .wp-block-fl-homepage-products-and-services .card_bottom-container .bottom-container_button a {
    margin-top: -2px;
    color: #26313A;
    font-size: 18px;
    font-weight: 600;
  }
}
.wp-block-fl-homepage-products-and-services .card_bottom-container .bottom-container_button:hover {
  cursor: pointer;
}

.wp-block-fl-homepage-products-and-services .cards-grid_card--main {
  margin: 0;
  width: calc(40% - 32px);
}
@media (max-width: 775px) {
  .wp-block-fl-homepage-products-and-services .cards-grid_card--main {
    width: 100%;
    grid-column: 1/3;
    grid-row: 1/2;
  }
}
.wp-block-fl-homepage-products-and-services .cards-grid_card--main .card_bottom-container {
  padding: 24px;
  flex-flow: column;
}
.wp-block-fl-homepage-products-and-services .cards-grid_card--main .card_img {
  height: 325px;
}
.wp-block-fl-homepage-products-and-services .cards-grid_card--main .bottom-card-container_title {
  margin-bottom: 8px;
}
.wp-block-fl-homepage-products-and-services .cards-grid_card--main .bottom-card-container_description {
  display: block;
}
.wp-block-fl-homepage-products-and-services .cards-grid_card--main .bottom-container_button {
  display: inline-flex;
  border: 1px solid #26313A;
  border-radius: 100px;
  padding: 4px 8px;
}
.wp-block-fl-homepage-products-and-services .cards-grid_card--main .bottom-container_button:hover {
  curssor: pointer;
  border: 1px solid #000;
}

/*# sourceMappingURL=style-index.css.map*/