.shopify-section .text--text-adverts__section-wrapper {
	padding: 0;
	text-align: center
}

.text-advert-section .text-advert-section__item {
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0 10px
}

@media screen and (min-width:769px) {
	.text-advert-section .text-advert-section__item {
		margin-bottom: 40px;
		margin-top: 40px;
		flex-grow: 1;
		flex-basis: 0
	}
}

.text-advert-section .text-advert-section__item:not(.text-advert-section__item-inner--link) {
	display: flex;
	justify-content: center;
	align-items: center
}

.text-advert-section .text-advert-section__item a,
.text-advert-section .text-advert-section__item span {
	display: block
}

.text-advert-section .text-advert-section__item:first-child {
	border-left: 0
}

.text-advert-section .text-advert__container {
	padding: 1rem 0
}

@media screen and (min-width:768px) {
	.text-advert-section {
		display: flex;
		flex-wrap: nowrap;
		justify-content: center
	}

	.text-advert-section:last-of-type {
		border: 0
	}
}

.text-advert-section .text-advert-section__header {
	font-size: var(--body-font-size);
	padding: 0 10px;
	margin-top: 20px;
	margin-bottom: 10px
}

.text-advert-section .text-advert-section__sub-header {
	font-size: var(--body-font-size);
	padding: 0 10px;
	margin: 0;
	font-weight: 400;
	line-height: 1.5
}

@media only screen and (max-width:992px) {
	.text-advert-section .grid__item {
		border-left: 0
	}
}

.text-advert-section .swiper-pagination {
	position: static;
	/*margin-top: -40px*/
}

.text-advert-section .swiper-pagination .swiper-pagination-bullet {
	width: 44px;
	height: 44px;
	padding: 16px;
	margin: 0;
	opacity: 1;
	background: 0 0
}

.text-advert-section .swiper-pagination .swiper-pagination-bullet .swiper-pagination-bullet-dot {
	border-radius: 50%;
	display: block;
	width: 100%;
	height: 100%;
	opacity: .1
}

.text-advert-section .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active .swiper-pagination-bullet-dot {
	opacity: 1
}

@media screen and (min-width:768px) {
	.text-advert-section__item-inner {
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 0 2rem
	}

	.text-advert-section__text-wrapper>* {
		display: block;
	}
}

.text-advert-section__icon-wrapper {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	line-height: normal
}

.text-adverts__icon-size--large svg {
	width: 32px;
	height: auto;
}

.text-advert-section_link {
	margin-top: 10px;
	margin-bottom: 0
}

.text-advert-section_link a {
	text-decoration: underline !important
}

.text-advert-section_link a:hover {
	text-decoration: none !important
}

/* HC - Custom icon styles - 08 Jun '22 */
.text-adverts__icon-size--large img {
	/*margin-bottom: 20px;*/
}

.text-with-icon img {
	margin-right: 10px;
}