.service-card__image img {
  display: block;
  width: 100% !important;
  clip-path: polygon(50% 0%, 100% 0, 100% 79%, 100% 79%, 50% 100%, 0 79%, 0 0);
  height: 300px !important;
}
.gallery-page__card img {
    display: block;
    width: 100%;
    height: 235px;
}
.blog-card-five__image img {
    width: 100%;
    display: block;
    transition: all 500ms ease;
    height: 230px;
}
.about-one__image__two img {
    max-width: 100%;
    /*height: auto;*/
    height: 300px;
}