.media-project .media__img {
  overflow: hidden;
  height: 350px !important;
}
.media-project .media__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.logo img{
    width: 100px;
    height: auto;
    margin: 0 auto;
}

.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #25d366;
  padding: 14px;
  border-radius: 50%;
  z-index: 999;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.whatsapp-float:hover {
  transform: scale(1.1);
}
