.unfold-image-text img{
 transform: scale(1);
 transition: 1s;  
}
.unfold-image-text:hover img{
 transform: scale(1.05); 
}

body, .paragraph:not(.button), .paragraph > * {
  font-size: 20px !important;
}
