.material__title {
	margin: 0 0 40px 0;
}
.material__title h2 {
	font-family: var(--main-font-semi-bold);
	font-size: 35px;
	line-height: 45px;
	font-weight: 700;
	color: var(--color-blue);
	width: fit-content;
	margin: 0 auto;
	position: relative;
}

.material__title h2::before {
	content: "";
	position: absolute;
	width: 102%;
	height: 16px; 
	background: var(--color-orange); 
	bottom: 2px; 
	left: -2px;
	z-index: -1;
	opacity: 0.6;
	border-radius: 4px;
}

.material__container {
	background: #FBFEFA;
	position: relative;
	z-index: 0;
	padding: 40px 103px;
}

.material {
	margin: 0 0 120px 0;
}

.material__figure-top{
	height: 58px;
	background: url(/local/templates/s1/images/material/mat-figure.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}


.material__figure-top::before {
	content: "";
	position: absolute;
	top: 40px;
	left: 26px;
	width: 72px;
	height: 72px;
	background: url(/local/templates/s1/images/material/stars.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 10;
}
  

.material__figure-bottom {
	height: 58px;
	background: url(/local/templates/s1/images/material/mat-figure.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	transform: rotate(180deg);
}

.material__figure-bottom::before {
	content: "";
	position: absolute;
	top: 12px;
	left: 26px;
	width: 244px;
	height: 101px;
	background: url(/local/templates/s1/images/material/cloud.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 10;
	transform: rotate(180deg);
}

.material .material__item-link a {
	font-family: var(--main-font);
	font-size: 18px;
	line-height: 25px;
	color: #FB9FB8;
	text-decoration: none;
	position: relative;
	padding: 0 36px 0 0;
}

.material .material__item-link a::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 26px;
	height: 26px;
	background: url(/local/templates/s1/images/types-of-help/arrow-redo-pink.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.material .material__item-link a:hover {
	color: #FB9FB8;
	text-decoration: underline;
}

.material__item-name {
	font-family: var(--main-font-semi-bold);
    font-size: 18px;
    line-height: 25px;
    color: var(--color-blue);
	margin: 0 0 10px 0;
}