.wrapper {
    display: grid;
    grid-template-areas:
    "b b"
    "a a"
    "f f";
}

.acvosorb__text {
	grid-area: a;
	margin-bottom: 70px;
}