/*--------------------------------------
container
--------------------------------------*/

.rolling-section {
	overflow: hidden;
}

/*--------------------------------------
animated items
--------------------------------------*/

.rolling-images {
	position: relative;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	height: 100%;
	z-index: 1;
}

.rolling-content {
	max-width: 450px;
	text-align: center;
}

/*title*/

.rolling-content__title {
	font-family: var(--e-global-typography-primary-font-family);
	font-size: calc(35px + (48 - 35) * ((100vw - 320px) / (1920 - 320)));
	font-weight: 400;
	color: var(--e-global-color-text);
	line-height: 100%;
	letter-spacing: -1.92px;
	text-align: center;
}

/*description*/

.rolling-content__description {
	font-family: var(--e-global-typography-secondary-font-family);
	font-size: 16px;
	font-weight: 400;
	color: var(--e-global-color-text);
	line-height: 150%;
	text-align: center;
}

.rolling-item img {
	border-radius: 50%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

/*btn*/

.rolling-content__btn {
	padding-top: 2em;
}

.rolling-content__btn .btn-secondary {
	font-family: var(--e-global-typography-secondary-font-family);
	font-size: 16px;
	font-weight: 400;
	line-height: 31px;
	padding: 8px 32px;
}