.caption_block .caption_title, .caption_block .content_caption {
  color: #373737;
}

.content_wrap {
  padding-bottom: 4.2em;
}
.content_wrap .feature_img_link {
  width: 100%;
}

.feature_img_block {
  display: inline-block;
  position: relative;
  text-align: center;
  transition: all 0.3s 0s ease-in;
  overflow: hidden;
  flex-direction: row;
  width: 100%;
  height: 300px;
  background-size: cover;
  background-image: url(../imges/sitmap/sitmap1.png);
  background-repeat: no-repeat;
  -o-object-fit: cover;
     object-fit: cover;
}
.feature_img_block::after {
  z-index: 2;
  content: "";
  background: linear-gradient(180deg, rgba(30, 30, 30, 0) 0%, rgba(42, 45, 49, 0.2) 46.88%, #3B424B 100%);
  width: inherit;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.2s ease-in;
}
.feature_img_block:hover::after {
  opacity: 0%;
}

@media screen and (max-width: 912px) and (min-width: 768px) {
  .feature_img_block {
    background-position: 0px -150px;
  }
}
@media screen and (max-width: 569px) {
  .style2_wrap .caption_block h2 {
    letter-spacing: 0.01em;
  }
}
@media screen and (max-width: 375px) {
  .feature_img_block {
    background-position: -80px 0px;
  }
}/*# sourceMappingURL=sitmap.css.map */