.angie-ib-dual-wrapper {
	display: flex;
	flex-direction: column;
}
.angie-ib-icon-wrap {
	margin-bottom: 15px;
}
.angie-ib-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.angie-ib-title-1 {
	margin: 0 0 10px 0;
}
.angie-ib-title-2 {
	margin: 0 0 10px 0;
}
.angie-ib-content {
	margin: 0 0 15px 0;
}
.angie-ib-button {
	display: inline-block;
	text-decoration: none;
	padding: 10px 20px;
	background-color: #000;
	color: #fff;
	transition: all 0.3s ease;
	align-self: flex-start;
}
.angie-ib-dual-wrapper[style*="text-align: center"] .angie-ib-button {
	align-self: center;
}
.angie-ib-dual-wrapper[style*="text-align: right"] .angie-ib-button {
	align-self: flex-end;
}
