.InvestSmart {
	padding: 2.495rem 1.38rem 0 1.6rem;
	height: 8.05rem;
	display: flex;
}

.InvestSmart .left {
	padding-top: 0.6rem;
	flex: 1;


	.title {
		color: #171717;
		font-family: 'SF Pro Display', sans-serif;
		font-size: 1.2rem;
		font-style: normal;
		font-weight: 700;
		line-height: 1.3rem;
		text-transform: uppercase;
		margin-bottom: 0.36rem;
	}

	.msg {
		color: #5C6269;
		font-family: 'SF Pro Regular', sans-serif;
		font-size: 0.24rem;
		font-style: normal;
		font-weight: 500;
		line-height: 0.36rem;
		margin-bottom: 0.64rem;
	}

	.download {
		height: 0.75rem;
		margin-bottom: 0.2rem;

		.btn {
			font-family: 'SF Pro Regular', sans-serif;
			border-radius: 0.375rem;
			background: #171717;
			width: 2rem;
			height: 0.75rem;
			line-height: 0.75rem;
			text-align: center;
			color: #ffffff;
			font-size: 0.24rem;
			font-weight: 700;
		}
	}

	.startVier {
		display: flex;
		justify-content: right;
		align-items: center;

		.icon {
			width: 1.35rem;
			height: 1.35rem;
			flex-shrink: 0;
		}
	}
}

.InvestSmart .right {
	float: right;
	width: 3.93rem;
	height: 8.52rem;
	border-radius: 0.42rem 0.42rem 0 0;
	box-shadow: 0.01rem 0.4rem 0.8rem 0.01rem rgba(0, 0, 0, 0.20);

	.icon {
		width: 3.93rem;
		height: 8.52rem;
	}
}

.openAccount {
	padding: 0.94rem 1.94rem;
	background: #171717;
	display: flex;

	.itemView {
		padding-top: 0.65rem;
		flex: 1;

		.item {
			width: 3rem;
			margin: 0 auto;

			.titleView {
				margin: 0 auto 0.36rem;

				color: #FFF;
				text-align: center;
				font-family: "SF Pro Display";
				font-size: 0.8rem;
				font-style: normal;
				font-weight: 700;
				line-height: 0.8rem;
				/* 92px */

				img {
					width: 0.8rem;
					height: 0.8rem;
					margin: 0 auto;
				}
			}

			p {
				color: #FFF;
				text-align: center;
				font-family: 'SF Pro Light';
				font-size: 0.24rem;
				font-style: normal;
				font-weight: 500;
				line-height: 0.36rem;
			}
		}


	}
}

.OurProductServices {
	padding: 1.9rem 1.38rem 1.6rem;
	display: flex;

	.left {
		flex: 1;

		.titleView {
			color: #171717;
			font-family: "SF Pro Display";
			font-size: 0.8rem;
			font-style: normal;
			font-weight: 700;
			line-height: 0.92rem;
			/* 92px */
			text-transform: uppercase;
		}

		.list {
			padding-top: 1.7rem;

			.item {
				float: left;
				width: 50%;

				.name {
					color: #171717;
					font-family: "SF Pro Display";
					font-size: 0.45rem;
					font-style: normal;
					font-weight: 700;
					line-height: 0.45rem;
					margin-bottom: 0.26rem;


				}

				p {
					width: 4.28rem;
					height: 2rem;
					color: #5B636A;
					font-family: "SF Pro Light";
					font-size: 0.24rem;
					font-style: normal;
					font-weight: 400;
					line-height: normal;
				}
			}
		}
	}

	.right {
		float: right;
		width: 6.7rem;
		position: relative;

		.icon0 {
			position: absolute;
			z-index: 10;
			width: 3.93rem;
			height: 8.52rem;
			bottom: 0rem;
			left: 1.96rem;
		}

		.icon1 {
			position: absolute;
			z-index: 100;
			width: 3.85rem;
			height: 7.58rem;
			bottom: 0rem;
			left: 0.6rem;
		}

	}
}

.servicesView {
	display: flex;
	padding-top: 0.84rem;
	background: #F9FAFB;

	.left {
		float: left;
		width: 9.32rem;
		height: 7.85rem;
		position: relative;

		.icon {
			position: absolute;
			z-index: 10;
			height: 7.85rem;
		}

		.text {
			position: absolute;
			z-index: 100;
			left: 6.5rem;
			top: 2.5rem;
			color: #7E1FFF;
			text-align: center;
			font-family: "SF Pro Display";
			font-size: 1rem;
			font-style: normal;
			font-weight: 700;
			line-height: 1.15rem;

		}
	}

	.right {
		flex: 1;
		padding-top: 2.4rem;

		.item {
			display: flex;
			margin-bottom: 0.75rem;

			.iconView {
				float: left;
				width: 0.9rem;
				display: flex;
				justify-content: center;
				align-items: center;

				.icon {
					width: 0.9rem;
					height: 0.9rem;
					display: block;
				}
			}

			.text {
				flex: 1;
				padding-left: 0.36rem;
				color: #171717;
				font-family: "SF Pro Display";
				font-size: 0.6rem;
				font-style: normal;
				font-weight: 600;
				line-height: 0.9rem;
				/* 69px */

			}
		}
	}
}

.JustEasy {
	padding: 1rem 1.6rem;

	.titleView {
		color: #171717;
		text-align: center;
		font-family: "SF Pro Display";
		font-size: 0.8rem;
		font-style: normal;
		font-weight: 700;
		line-height: 1.2rem;
		margin-bottom: 1.2rem;

		position: relative;

		.icon {
			position: absolute;
			z-index: 99;
			top: 2rem;
			left: 12rem;
			width: 0.62rem;
			height: 0.62rem;
		}

	}

	.list {
		display: flex;

		.itemView {
			flex: 1;

			.item {
				width: 4rem;
				margin: 0 auto;

				.title {
					color: #171717;
					text-align: center;
					font-family: "SF Pro Display";
					font-size: 0.6rem;
					font-style: normal;
					font-weight: 700;
					line-height: 1.2rem;
					margin-bottom: 0.36rem;

				}

				.iconView {
					width: 1rem;
					height: 1rem;
					margin: 0 auto 0.36rem;
					border-radius: 50%;
					background: #EBEEF1;
					display: flex;
					justify-content: center;
					align-items: center;

					.icon {
						width: 0.6rem;
						height: 0.6rem;

					}
				}

				p {
					color: #5B636A;
					text-align: center;
					font-family: "SF Pro Light";
					font-size: 0.24rem;
					font-style: normal;
					font-weight: 400;
					line-height: 0.28rem;

					text-transform: capitalize;
				}
			}
		}
	}
}

.OurMission {
	padding: 0.83rem 1.6rem;

	.titleView {
		color: #171717;
		font-family: "SF Pro Display";
		font-size: 0.8rem;
		font-style: normal;
		font-weight: 700;
		line-height: 1.04rem;
		/* 104px */
		text-transform: uppercase;
		margin-bottom: 1.23rem;
	}

	.icon0 {
		display: block;
		width: 0.44rem;
		height: 0.36rem;
		margin-bottom: 0.32rem;

	}

	p {
		color: #5B636A;
		font-family: "SF Pro Light";
		font-size: 0.24rem;
		font-style: normal;
		font-weight: 400;
		line-height: 0.36rem;
		/* 36px */
		margin-bottom: 1.2rem;
	}

	.TrustedCilents {
		display: flex;

		.item {
			flex: 1;
			position: relative;

			.num {
				color: #171717;
				font-family: "SF Pro Display";
				font-size: 0.8rem;
				font-style: normal;
				font-weight: 700;
				line-height: 0.92rem;
				/* 92px */
				margin-bottom: 0.1rem;
			}

			.text {
				color: #5B636A;
				font-family: "SF Pro Light";
				font-size: 0.24rem;
				font-style: normal;
				font-weight: 400;
				line-height: 0.38rem;
				/* 38.4px */
			}

			.line {
				position: absolute;
				right: 0;
				top: 0;
				width: 0.01rem;
				height: 1.4rem;
				background: #E1E4E9;
			}
		}
	}

}