.service_block_with_bg .service_item_padding_post {
  padding: 0 25px;
  margin-bottom: 50px;
}
.service_block_with_bg .service_item_padding_post .wrapper-services {
  position: relative;
}
.service_block_with_bg .service_item_padding_post .wrapper-services::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.service_block_with_bg .service_item_padding_post .service_item_post {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.28);
  padding: 30px 25px;
  display: flex;
  flex-direction: column;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  -ms-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
}
.service_block_with_bg .service_item_padding_post .service_item_post .overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
  background-color: rgba(23, 84, 65, 0.49);
  transition: 0.35s;
}
.service_block_with_bg .service_item_padding_post .service_item_post .category {
  text-align: center;
  display: inline-block;
  padding: 5px 10px;
  margin-bottom: auto;
  margin-right: auto;
  transition: 0.35s;
  color: var(--light-color);
  background-color: #be5d44;
  font-size: 12px;
  font-weight: bold;
  z-index: 2;
  letter-spacing: 1.85px;
  text-transform: uppercase;
}
.service_block_with_bg .service_item_padding_post .service_item_post p {
  font-size: 16px;
  line-height: 1.56;
  color: var(--light-color);
  transition: .5s ease-in;
  z-index: 2;
  position: relative;
}
.service_block_with_bg .service_item_padding_post .service_item_post .more_detail {
  font-size: 16px;
  font-weight: 500;
  color: #75fcd3;
  margin-top: 25px;
  z-index: 2;
  text-decoration: underline;
}
.service_block_with_bg .service_item_padding_post .service_item_post:hover {
  box-shadow: 0px 10px 45px 0 rgba(0, 0, 0, 0.67);
}
.service_block_with_bg .service_item_padding_post .service_item_post:hover .overlay {
  background-color: rgba(23, 84, 65, 0.29);
}
.service_block_with_bg .service_item_padding_post .service_item_post:hover .category {
  background-color: #fbb125;
}

@media (max-width: 991px) {
  .service_block_with_bg .service_item_padding_post .service_item_post {
    min-height: 300px;
    padding: 25px 10px;
  }
  .service_block_with_bg .service_item_padding_post .service_item_post .title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .service_block_with_bg .service_item_padding_post {
    margin-bottom: 110px;
  }
}
@media (max-width: 575px) {
  .service_block_with_bg .service_item_padding_post {
    margin-bottom: 15px;
  }

  .service_block .service_item_padding_post .service_item_post {
    padding: 35px;
    box-shadow: 0 6px 20px 0 rgba(128, 190, 121, 0.3);
  }
  .service_block .service_item_padding_post .service_item_post .image {
    margin: 10px auto;
  }
}

/*# sourceMappingURL=services.min.css.map */
