

@media (min-width: 1536px){
	.alert .alert-icon{
		width: 50px;
		height: 50px;
	}

	.alert{
		padding: 25px;
		border-radius: 15px;
	}
}

@media (max-width: 639px){
	.alert{
		flex-wrap: wrap;
		flex-direction: column;
		justify-content: center;
		row-gap: 15px;
	}
}

@media (max-width: 480px){
	.p-text{
		font-size: 15px;
		line-height: 1.5;
	}
}
