body {
    background-color: #f5f5f5;
    margin: 0%;
}

body .about-us-container {
    margin-top: 115px;
}

div.image_background {
    position: relative;
    text-align: center;
}

img.background {
    width: 100%;
}

div.text_on_image {
    position: absolute;
    top: 14%;
    width: 100%;
}

div.text_on_image p,
div.text_on_image h1 {
    margin: 0%;
}

div.text_on_image h1 {
    font-size: 64px;
    line-height: 77px;
}

div.grid_container {
    display: grid;
    grid-template-columns: 2fr 3fr;
    margin-top: 64px;
    margin-bottom: 64px;
}

img.milk_picture {
    margin: auto;
    margin-left: 20%;
    width: 70%;
}

div.milk_text {
    display: flex;
    flex-direction: column;
    margin: auto;
    margin-bottom: 20%;
    width: 60%;
}

div button {
    align-self: center;
}