header {
  min-height: 720px;
  width: 100%;
  height: 80vh;
  background-image: 
    linear-gradient(to right, #f9f2ed, #f9f2edaa),
    url('./../img/manos-1.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 80% 50%;
}

.header-cont {
  height: 100%;
}

.fs-big {
  font-size: clamp(2rem, 3vw, 3.8rem);
  font-weight: 300 !important;
}

