@charset "UTF-8";
.our-values-wrapper {
  padding: 30px 0;
}
.our-values-wrapper .our-values-content .blocks {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.our-values-wrapper .our-values-content .blocks .block {
  padding: 0 30px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  /*.image-wrapper{
    &:before{
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-image:url("https://dev4.hellofrenchy.co.uk/wp-content/uploads/2021/09/—Pngtree—black-vector-brush-strokes_4687327.png");
      filter: invert(90%) sepia(19%) saturate(240%) hue-rotate(322deg) brightness(107%) contrast(93%);
    }
  }*/
}
.our-values-wrapper .our-values-content .blocks .block img {
  width: 90px;
  padding: 15px;
  height: 90px;
  margin-bottom: 30px;
  background: var(--accent-color);
  border-radius: 100%;
}
.our-values-wrapper .our-values-content .blocks .block h3 {
  font-size: 1.5rem;
  line-height: 1.3em;
  font-weight: 700;
  color: black;
}
.our-values-wrapper .our-values-content .blocks .block:not(:last-child):after {
  content: "";
  position: absolute;
  right: -0.5px;
  width: 1px;
  height: 50%;
  top: 50%;
  transform: translateY(-50%);
  background-color: #dbdbdb;
}

@media screen and (max-width: 1024px) {
  html .our-values-wrapper .our-values-content .blocks {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 30px;
  }
  html .our-values-wrapper .our-values-content .blocks .block {
    padding: 0 0 30px 0;
    margin-bottom: 30px;
  }
  html .our-values-wrapper .our-values-content .blocks .block:nth-last-of-type(-n+2):after {
    display: none;
  }
  html .our-values-wrapper .our-values-content .blocks .block p {
    margin-bottom: 0;
  }
  html .our-values-wrapper .our-values-content .blocks .block:nth-of-type(1):after, html .our-values-wrapper .our-values-content .blocks .block:nth-of-type(2):after {
    height: 1px;
    width: 60%;
    bottom: -0.5px;
    top: unset;
    transform: translateX(-50%);
    left: 50%;
    z-index: 9;
  }
}
@media screen and (max-width: 767px) {
  html .our-values-wrapper .our-values-content .blocks {
    grid-template-columns: repeat(1, 1fr);
  }
  html .our-values-wrapper .our-values-content .blocks .block {
    padding: 0 0 30px 0;
    margin-bottom: 30px;
  }
  html .our-values-wrapper .our-values-content .blocks .block h3 {
    font-size: 1.2rem;
  }
  html .our-values-wrapper .our-values-content .blocks .block p {
    margin-bottom: 0;
  }
  html .our-values-wrapper .our-values-content .blocks .block:not(:last-child):after {
    display: block;
    height: 1px;
    width: 60%;
    bottom: -0.5px;
    top: unset;
    transform: translateX(-50%);
    left: 50%;
    z-index: 9;
  }
}

/*# sourceMappingURL=our_values.css.map */
