
.contact-frame {
  display: flex;
  position: absolute; 
  left: 50%; 
  transform: translateX(-50%);
  height: 100px;
  
}

.img-contact {
  height: 120px;
}