.wp-block.expertise {
  padding-top: 40px;
  padding-bottom: 40px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .wp-block.expertise {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.wp-block.expertise .container {
  max-width: 1010px;
}
.wp-block.expertise .title {
  text-align: center;
  font-weight: 300;
  margin-bottom: 50px;
}
.wp-block.expertise .grid {
  display: grid;
  flex-direction: column;
  gap: 32px;
  grid-template-columns: 1fr 1fr;
}
@media only screen and (min-width: 768px) {
  .wp-block.expertise .grid {
    grid-column-gap: 20px;
    grid-row-gap: 100px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
}
.wp-block.expertise .grid .icons-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 2%;
  padding-bottom: 1%;
  padding-right: 4%;
  padding-left: 4%;
  position: relative;
}
.wp-block.expertise .grid .icons-wrap:after {
  content: "";
  height: 153px;
  background: var(--lines);
  width: 1px;
  right: -16px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
}
@media only screen and (min-width: 768px) {
  .wp-block.expertise .grid .icons-wrap:after {
    display: block;
    right: -10px;
  }
}
.wp-block.expertise .grid .icons-wrap:nth-child(2n + 2):after {
  display: none;
}
@media only screen and (min-width: 768px) {
  .wp-block.expertise .grid .icons-wrap:nth-child(2n + 2):after {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .wp-block.expertise .grid .icons-wrap:nth-child(4n + 4):after {
    display: none;
  }
}
.wp-block.expertise .grid .icons-wrap a {
  text-align: center;
}
.wp-block.expertise .grid .icons-wrap a.link {
  display: flex;
  gap: 5px;
  align-items: center;
  color: var(--hallett-gold);
  margin-right: 5px;
}
.wp-block.expertise .grid .icons-wrap h5 {
  color: #333333;
  margin-bottom: 0;
}
.wp-block.expertise .grid .icons-wrap .img-wrap {
  background-color: rgba(189, 151, 0, 0.13);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 23px;
}
.wp-block.expertise .grid .icons-wrap .img-wrap img {
  display: block;
}

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