* {   margin: 0;   padding: 0;   box-sizing: border-box;}body {   font-size: 16px;   background-color: #51630d;}.container {   position: relative;   display: flex;   flex-direction: column;   justify-content: flex-start;   margin-bottom: 5px;}.container-image {   position: relative;}.container-image img {   width: 100vw;}.container-text {   position: absolute;   display: flex;   flex-direction: column;   justify-content: center;   align-items: center;   top: 0;   left: 0;   right: 0;   bottom: 0;}h2 {   text-align: center;   padding-top: 3rem;   font-family: neue-haas-unica, sans-serif;   font-style: normal;   font-weight: 500;   text-transform: uppercase;   letter-spacing: 10px;   font-size: 0.75rem;   color: #fff;}h1 {   text-align: center;   padding-bottom: 2rem;   font-family: neue-haas-unica, sans-serif;   font-style: normal;   font-weight: 700;   font-size: 1.5rem;   color: #fff;}