@charset "UTF-8";

.kids-present img {
    width: 100%;
    max-width: 600px;
    margin: 50px 0 0;
}

.kids-present h4 {
    font-size: 2.4em;
    color: #ffffff;
    font-weight: bold;
    margin: 75px auto 0;
    letter-spacing: 3px;
    background-color: #db7861;
    max-width: fit-content;
    padding: 5px 5em;
    border-radius: 1em;
}

.kids-present p {
    text-align: center;
    margin: 50px auto;
}

@media only screen and (max-width: 644px) {

	.kids-present h4 {
	padding: 5px 50px;
	font-size: 2em;
	}
	.kids-present img {
	width: 90%;
	}
	.kids-present p {
    width: 90%;
	}
	
}


