/*
0E1F37
*/
.acf-block-about-why-pitman .wrap {
  position: relative;
}
.acf-block-about-why-pitman .grid-container {
  min-height: 850px;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media print, screen and (min-width: 64em) {
  .acf-block-about-why-pitman .grid-container {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.acf-block-about-why-pitman .background-image {
  background-color: #005896;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 100%;
  border-radius: 0 0 70px 0;
  z-index: -1;
  overflow: hidden;
}
@media screen and (min-width: 48em) {
  .acf-block-about-why-pitman .background-image {
    border-radius: 0 0 170px 0;
  }
}
.acf-block-about-why-pitman .background-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
.acf-block-about-why-pitman .background-image:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(270deg, rgba(0, 88, 150, 0.7) 0%, rgba(13, 72, 93, 0.8) 100%);
}
.acf-block-about-why-pitman h2,
.acf-block-about-why-pitman h3,
.acf-block-about-why-pitman p {
  color: #fff;
}
.acf-block-about-why-pitman h3 {
  font-weight: 700;
}
.acf-block-about-why-pitman .grid {
  max-width: 590px;
}
.acf-block-about-why-pitman .grid__item {
  position: relative;
  padding-left: 60px;
}
.acf-block-about-why-pitman .grid__item:before {
  position: absolute;
  content: "";
  top: 0;
  left: 21px;
  width: 1px;
  height: 100%;
  display: block;
  background-color: #fff;
}
.acf-block-about-why-pitman .grid__item:last-child:before {
  display: none;
}
.acf-block-about-why-pitman .grid__item .text {
  padding-bottom: 20px;
}
.acf-block-about-why-pitman .checkmark {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: #005896;
  position: absolute;
  top: -5px;
  left: 1px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

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