
body {
	background: url('../img/fundoAgradecimento.jpg') no-repeat fixed;
	background-size: cover;
}

#Container{
	display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    width: 45%;
    margin: 20% auto;
    border-radius: 22px;
}

img{
    width: 17%;
    margin: 25px;
}

h1{
    font-family: 'Montserrat';
    color: #082b49;
    font-weight: 600;
    font-size: 23px;
}

h2{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    color: #082b49;
    font-family: 'Montserrat';
    font-weight: 500;
    margin: 0px 0px 13px 0px;
    /* padding: 0px 21px; */
    font-style: italic;
}

@media (max-width: 768px){
	body{
		background-position: 48% center;
	}

	#Container{
		display: flex;
		flex-direction: column;
		width: 70%;
		margin: 50% auto;
	}

	img {
        width: 46%;
        margin: 17px 0px 0px 0px;
    }

	h1{
		font-size: 20px;
		display: flex;
		align-items: center;
		justify-content: center;
	}	

	h2{
		font-size: 11px;
		margin: 0px 12px 21px 30px;
	}
}
