section.section-locations.space--lg {
	& .locations__content {
		border: 1px solid rgba(0, 54, 95, 0.25);

		& .locations__header {
			& .locations__title {
				color: var(--pl-blue);
				& span {
					color: var(--color-octonary);
				}
			}

			& .locations__text {
			}
		}

		& .locations__items {
			& .locations__item {
				& .locations__item-inner {
					display: flex;
					flex-direction: row;
					gap: 0.25rem;
					justify-content: center;
					align-items: center;
					& .icon-marker {
						font-size: 1.5rem;
					}
				}
			}
		}

		&.locations-bg {
			position: relative;
			&::before {
				content: '';
				z-index: -1;
				background-image: url(../../img/ctabg.png);
				background-size: contain;
				background-repeat: no-repeat;
				background-position: top;
				position: absolute;
				width: 100%;
				height: 100%;
				top: 0;
				left: 0;
				opacity: 0.25;
			}
		}
	}
}
