.left-icon-box-grid {
  margin: 15px -30px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.left-icon-box-grid .left-icon-box {
  margin: 15px 30px;
  width: calc(50% - 60px);
  min-width: 300px;
  flex-grow: 1;
}
.left-icon-box-grid.is-dark-style .left-icon-box {
  background: var(--wp--preset--color--dark-green);
  color: var(--wp--preset--color--light-tan);
  border-radius: 10px;
  box-shadow: none;
}
.left-icon-box-grid.is-dark-style .left-icon-box > .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: none;
  display: block;
}
.left-icon-box-grid.is-dark-style .left-icon-box > .icon > img {
  width: auto;
  height: auto;
}
.left-icon-box-grid.is-dark-style .left-icon-box > .text {
  position: relative;
  z-index: 1;
}
@media (max-width: 1169px) {
  .left-icon-box-grid {
    margin-left: -15px;
    margin-right: -15px;
  }
  .left-icon-box-grid .left-icon-box {
    margin: 15px 15px;
    width: calc(50% - 30px);
  }
}
@media (max-width: 480px) {
  .left-icon-box-grid .left-icon-box {
    min-width: auto;
    width: 100%;
  }
}

.left-icon-box {
  display: flex;
  align-items: center;
  padding: 0;
  background: var(--wp--preset--color--light-green);
  color: var(--wp--preset--color--dark-gray);
  position: relative;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.262745098);
  z-index: 0;
}
.left-icon-box.has-link {
  cursor: pointer;
}
.left-icon-box .icon {
  display: flex;
  height: 100%;
  width: 60px;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  flex-shrink: 0;
  background: var(--wp--preset--color--green);
}
.left-icon-box .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.left-icon-box .text {
  padding: 30px 50px;
  min-height: 285px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.left-icon-box .text .icon-box-title {
  margin: 0 0 15px;
}
.left-icon-box .text .icon-box-link {
  margin-top: 20px;
}
.left-icon-box .text .icon-box-link .btn {
  padding-left: 30px;
  padding-right: 30px;
  margin: 0;
  font-size: 18px;
}
@media (max-width: 1169px) {
  .left-icon-box .text {
    padding: 30px 30px;
  }
}
@media (max-width: 720px) {
  .left-icon-box .text {
    min-height: auto;
  }
}/*# sourceMappingURL=style.css.map */