.p-text{
	font-size: 16px;
	line-height: 1.5;
}

.item-block {
	position: relative;
	display: inline-block;
	width: 100%;
}

.alert{
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	padding: 20px;
	column-gap: 20px;
	border: 1px solid transparent;
	border-radius: 12px;
	position: relative;
}
.alert.alert-warning{
	border-color: #FFD584;
	background: #FFEFD4;
}
.alert-icon{
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.alert .alert-icon{
	-ms-flex: 0 0 40px;
	flex: 0 0 40px;
	max-width: 40px;
	padding: 5px;
}

img {
	max-width: 100%;
	height: auto;
}

.alert {
	width: 100%;
}

.btn-close{
	padding: 0.5rem;
}
.btn-close:focus{
	outline: none;
}
