.matuto-gift {
    background: url(../../../images/bg-gift.png) no-repeat;
    background-size: cover;
    padding: 50px 0;
    height: 64vw;
}

.matuto-gift .container {
    display: flex;
    justify-content: end;
}

.matuto-gift__inner {
    width: 100%;
    max-width: 590px;
    margin-top: 200px;
}

@media (max-width: 800px) {
    .matuto-gift__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;     
    background: #000   
    }
	.matuto-gift {
		height: auto;
	}
	.matuto-gift .container {
		justify-content: center
	}
	.matuto-gift__inner {
		margin-top: 587px;
        padding: 20px;
	}
}