.image-logo-thank {
    text-align: center;
    margin-bottom: 1.875rem;
}

.image-logo-thank img {
    max-width: 20rem;
}

.description-thank {
    text-align: center;
    color: #fff;
    font-size: 1.25rem;
    margin-top: 1.875rem;
}

.button-thank {
    text-align: center;
    margin-top: 1.875rem;
}

@media (min-width:1024px) {
	.button-thank button {
    min-width: 18rem;
}
}

@media (max-width:766px) {
	
	
	.image-logo-thank img {
    max-width: 14rem;
}
	
	
}