* {
    box-sizing: border-box;
    margin: 0;
}

body,
html {
    overflow: hidden;

}

.natcure {
    background: #B0EE73;
    height: 100vh;
    width: 100vw;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.natcure-bg {
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: -10vh;
}

.natcure-bg img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    padding: 0 24px
}

@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@700&display=swap');

.natcure-head h2 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 130px;
    position: relative;
    font-weight: 700;
}