#text_logo {
    margin-bottom: 20px;
}

#top_cont {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    min-height: 240px;
}

#middle_text {
    width: 95%;
}

#bottom_cont {
    flex: 0 0 80px;
    flex-wrap: wrap;
    justify-content: center;
}

#middle_voucher_cont {
    width: 80vw;
}

#gift_text {
	padding: 0 0 0 20vw;
}