/* about page */
#join-our-team .wp-block-separator {
  border-bottom: 1px solid #ACACAC;
  max-width: 865px;
}
#ceo-message {
  background-image: url("images/about-watermark.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 30% center;
}
#ceo-message h2 {
  color: white;
}
/* Guttman Holdings page */
.small-quote {
  max-width: 920px;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #236094;
  border-radius: 20px;
  padding: 50px 60px;
  margin: auto;
  color: #236094;
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
}
.small-quote p {
  margin: 0;
}
.small-quote .wp-block-columns {
  margin: 0;
}
.small-quote .wp-block-column:last-child {
  position: relative;
}
.small-quote .wp-block-column:last-child:before {
  content: "";
  display: block;
  height: 100px;
  width: 1px;
  background-color: #236094;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 780px) {
  .small-quote {
    padding: 25px 20px;
  }
  .small-quote .wp-block-column:last-child:before {
    content: none;
  }
  .small-quote .wp-block-columns {
    gap: 0;
  }
}
#employee-ownership-matters {
    position: relative;
}
#employee-ownership-matters:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
  bottom: 0;
  left: 0;
  right: 0;
    
  background-image: url("images/about-watermark.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 135% center;
}
.white-boxes > .wp-block-group__inner-container {
  max-width: 1380px !important;
}
.white-boxes .wp-block-columns {
  margin: 40px auto;
}
.white-boxes h3 {
  min-height: 53px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.white-boxes > .wp-block-group__inner-container {
  max-width: 1380px !important;
}
.white-boxes .wp-block-column {
  padding: 40px 30px;
  color: black;
  background-color: white;
  border: 1px solid #707070;
  border-radius: 20px;
}
.white-boxes .wp-block-separator {
  border-bottom: 1px solid #ACACAC;
  max-width: 500px;
  margin: 20px auto;
}
.white-boxes li::marker {
  color: #C40D3C;
}
@media screen and (max-width: 780px) {
  .white-boxes h3 {
    min-height: 0;
  }
  .white-boxes .wp-block-column {
    padding: 20px 10px;
  }
}
.video-columns > .wp-block-group__inner-container {
  max-width: 1288px !important;
}
.video-columns .wp-block-columns {
  gap: 70px;
}
.video-columns .full-background-image {
  aspect-ratio: 609 / 368;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.video-columns .full-background-image:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.30);
}
.video-columns .full-background-image h3 {
  color: white;
  margin: 0;
  position: relative;
  z-index: 2;
}
#come-work-with-us > .wp-block-group__inner-container {
  max-width: 1530px;
}
#come-work-with-us h2 {
    color:white;
}