@charset "utf-8";
/* CSS Document */
.con-one-text-style {
	font-family: "centra no2",sans-serif;
    font-style: normal;
    color: inherit;
    text-rendering: optimizeLegibility;
	width: 80%;
	text-align: left;
	margin: 0 10% 0 10%;
	
}
.con-one-text-head {
	font-weight: 500;
}
.con-one-text-para-one {
	font-weight: 300;
	line-height: 1.5;
	font-size: 2vw;
}
.con-one-text-para-two {
	color: #808085;
	font-weight: 500;
	font-size: 1.5vw;
	line-height: 1.75;
	margin-bottom: 0;	
}
/*con-two start*/
.con-two-bgimg-two {
	background-image: url("https://www.canadacomputers.com/marketing/overviews/FNFD000144/resources/SSR3_Content2-1440x810.jpg");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 540px;
	height: 308px;
	left: 75%;
	transform: translate(-50%, -0.7%);
	position: relative;
	margin-top: 30px;
}
.con-two-style {
	font-family: "centra no2",sans-serif;
	position:absolute;
	top: 45%;
	right: 70%;
	transform:translate(-50%,-50%);
	width: 80%;
	
}
.con-two-text-head {
	font-weight: 600;
	font-size: 3.3vw;
}
.con-two-text-para-one {
	font-weight: 400;
	font-size: 1.5vw;
	line-height: 1.2;
}
.con-two-text-para-two {
	font-weight: 400;
	font-size: 1.3vw;
	line-height: 1.2;
}