.r-section {
	width: 100%;
	overflow: hidden;
	position: relative;
	font-family: var(--font-family-base);
	font-weight: 400;
	font-size: var(--fs);
}
.r-container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	max-width: 1536px;
	box-sizing: border-box;
	padding-left: 16px;
	padding-right: 16px;
}

.r-img-base {
	width: 100%;
	display: block;
	border-radius: 10px;
	box-shadow: 0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;
}
.r-icon-base {
	width: 48px;
	height: 48px;
	margin-bottom: 12px;
	background-color: #cfa88933;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #062035;
	border-radius: 10px;
}
.r-icon-base.r-icon-base__cirlce {
	border-radius: 50%;
}
.r-icon-base img {
	width: auto;
	max-width: 24px;
}