.three-img-wrapper {
  margin-top: -109px;
}

.three-img-item__hightlight-text {
  max-width: 317px;
  min-height: 29px
}

.three-img-item__content {
  padding: 24px 16px;
}

.three-img-item {
  z-index: 2;
}
.three-col-img-with-text__wrapper .featured__items_wrapper [class*="col-"]:nth-child(n + 4){
  display: none;
}
.heading-wrapper__title.white {
  width: 85%;
}

.three-img-item__content h3,
.three-img-item__content p {
  margin-bottom: 14px;
}

.three-img-item__hightlight-text {
  margin-bottom: -14px;
  z-index: 1;
  padding: 0 20px;
}
.three-img-item__image img {
  clip-path: polygon(0 0, 100% 0, 100% 74%, 100% 100%, 12% 100%, 0 63%);
  width: 100%;
  height: 197px;
  object-fit: cover;
}

.featured_landing_wrapper [class*="col-"]:nth-child(n + 10) .three-img-item {
  display: none;
}

.three-col-img-with-text__wrapper .heading-wrapper__title .large-body {
  margin-bottom: 20px;
}

.four-col-img-with-text__wrapper .three-img-wrapper {
  margin-top: -58px;
}

.four-col-img-with-text__wrapper .heading-wrapper {
  padding-bottom: 77px !important;
}

.four-col-img-with-text__wrapper img {
  height: 143px;
  object-fit: cover;
}

.three-col-img-with-text__wrapper .right-arrow-icon::after {
  right: -7px;
  top: -228px;
}

.two-column-intro-wrapper__content ul li {
  list-style: disc;
}

.two-column-intro__wrapper .secondary-yellow {
  color: var(--secondary-yellow) !important;
}
@media screen and (max-width: 767.98px) {
  .two-column-intro-wrapper__content {
    margin-left: 20px;
  }
  .three-img__btn {
    text-align: center;
  }
  
  .three-img-wrapper,
  .four-col-img-with-text__wrapper .three-img-wrapper {
    margin-top: -17px;
  }
  
  .three-col-img-with-text__wrapper .heading-wrapper {
    padding-bottom: 30px !important;
  }
  
  .heading-wrapper__title.white {
    width: 100%;
  }
  
  .three-img-item__hightlight-text {
    max-width: 308px;
  }
  
  .three-img-item__content {
    padding: 20px 12px !important;
    margin-bottom: 30px;
  }
  
  .row>div:last-child .three-img-item__content,
  .three-col-img-with-text__wrapper .row>div:nth-child(3) .three-img-item__content {
    margin-bottom: 0;
  }
  
  .four-col-img-with-text__wrapper .heading-wrapper {
    padding-bottom: 15px !important;
  }
  
  .three-img-item__image img {
    width: 100%;
  }
  
  .three-col-img-with-text__wrapper .three-img__btn {
    margin-top: 0 !important;
  }
  
  .three-col-img-with-text__wrapper .three-img-wrapper [class^="col-"],
  .four-col-img-with-text__wrapper .three-img-wrapper [class^="col-"] {
    padding: 0;
  }
  
  .row>div:nth-child(2) .img-items {
    margin-bottom: 0 !important;
  }
}

@media only screen and (max-width: 767px) and (min-width:450px) {
  .three-col-img-with-text__wrapper .three-img-item__image img {
    height: 300px;
  }
}

@media only screen and (max-width: 991px) and (min-width:450px) {
  .four-col-img-with-text__wrapper img {
    height: 250px;
  }
}

@media screen and (max-width: 449.98px) {
  
  .three-col-img-with-text__wrapper .three-img-item__image img,
  .four-col-img-with-text__wrapper img {
    height: 189px;
  }
}

.featured_landing_wrapper .featured-wrapper .featured__items_wrapper .three-img-item {
  margin-bottom: 30px;
}
