.success-msg-section  {
	display: flex;
  	flex-direction: column;
  	align-items: center;
  	justify-content: center;
  	text-align: center;
}
.success-msg-section .top-image {
	max-width: 100px;
}

.success-msg-section  h3 {
	font-size: 20px;
  	font-weight: 600;

}
.success-msg-section .app-download-button {
	display: block;
  	max-width: 150px;
}
.download-button-modal .modal-content {
	padding: 30px;
}