.img-holder.blog-image {
  width: 770px;
  height: 440px;
}

.img-holder.ima {
  width: 370px;
  height: 240px;
}

img.clients-saladar-image {
  height: 86px;
  width: 101px;
}`

img.headerimage {
  height: 41px;
  width: 306px;
}

.btan.pt-5 {
  text-align: center;
}

.single-footer-widget .latest-post .single-post .img-holder {
  /* width: 70px; */
  height: 70px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}



.single-footer-widget .latest-post .single-post .img-holder img {
  transition: all 0.4s ease-in-out 0.5s;
  width: 100%;
  transform: scale(1.1, 1.1);
}

.Terre .img-holder {
  background-color: white;
  width: 180px;
  border: 1px solid #8f8c8c47;
  overflow: hidden;
  border-radius:5px;
  margin-top: 5px;
  margin-bottom: 10px
}

.Terre .img-holder img {
  width: 200px;
  height: 100px;
  max-width: 190px !important;
  transform: scale(0.8, 1.1);
  transition: all 1s ease-in-out;
  object-fit: scale-down;
}
.Terre .img-holder:hover{
  box-shadow: 0px 6px 25px 3px #e1d7d7;
  transform: scale(1.03);
  transition: 0.5s;
}

button.update.btn-one {
  padding: 20px 42px 25px 43px;
  font-size: large;
}