body {
	/*background: #fff url("../images/know.png") no-repeat top center;*/
	background: #fff;
}

.section1 {
    background: #fff url("../images/bodies/sec1.jpg") no-repeat center 23px;
}

.section2 {
    min-height: auto;
    padding-bottom: 4.2%;
}

.section2 .container {
    min-height: auto;
}

.sec2-title {
    margin: -7px 0 0;
}

.sec2-sub-title {
    font-size: 23.66px;
    font-weight: 600;
    margin-top: 5px;
}

.sec2-text {
    font-size: 23.66px;
    font-weight: 500;
    margin-top: 12px;
    line-height: 1.2;
}

.section3 {
    min-height: 636px;
    /* background: #fff url(../images/sec3.jpg) no-repeat right bottom; */
    border-bottom: 1px solid #eee;
    padding-bottom: 5%;
    /* background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 14%, rgba(246,246,246,1) 14%);*/
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 14%, rgba(246,246,246,1) 14%);
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 80px, rgba(246,246,246,1) 80px);
}
.section3 .container{
	background: url("../images/know/sec3.png") no-repeat 21% top;
}
 


.sec3-slider {
	direction: ltr;
	font-family: "Heebo";
	font-size: 59.15px;
	font-weight: 300;
	width: 569px;
	margin: 7px auto 0;
	line-height: 1;
	position: relative;
	left: 181px;
}

.sec3-slide {
    direction: rtl;
    margin: 132px auto 0;
    display: flex !important;
    align-items: center;
    min-height: 400px;
}

.sec3-slide p {
    display: block;
    margin: auto;
    width: 344px;
    position: relative;
    letter-spacing: -1px;
}

.sec3-slide p::before {
	color: #FFA900;
    content: '“';
    font-size: 412px;
    font-weight: 900;
    position: absolute;
    top: -147px;
}

.sec3-slide a{
	text-decoration: underline;
}

.sec3-slide a:hover{
	text-decoration: none;
}







@media (max-width: 1700px){
	.sec2-titles {
    	padding-right: 0;
	}
	
	.sec2-title {
		margin: 2% auto 0;
		text-align: center;
		font-size: 54px;
	}
	
	.sec2-titles-sep {
		margin: 9px auto 0;
	}
	
	.sec2-sub-title {
		font-size: 23px;
		text-align: center;
	}
	
	.sec2-text {
		font-size: 23px;
		text-align: center;
	}
	
	.section3 .container {
		background: url(../images/know/sec3.png) no-repeat center top;
		background-size: 222px;
	}
	
	.sec3-slider {
		font-size: 59px;
		margin: 240px auto 0;
		left: 0;
	}
	
	.sec3-slide p::before {
		font-size: 330px;
		top: -112px;
	}
	
	.section3 {
		min-height: auto;
		border-bottom: 0;
		padding-bottom: 8%;
	}
	
	.sec3-slider {
		font-size: 59px;
		width: 70%;
	}
}








@media (max-width: 1000px){

	.sec3-slider {
		font-size: 54px;
		width: 90%;
	}
	
	.section1 {
		background-position: 69% 42px;
	}
}


@media (max-width: 580px){
	.section3 {
		padding-bottom: 30%;
	}
	.slick-next {
		right: 0;
	}
	.slick-prev {
		left: 0;
	}
	
	.slick-next, .slick-prev {
		top: 98%;
		background-size: contain;
		width: 28px;
	}
	
	.sec3-slide p::before {
		font-size: 40vw;
		top: -18vw;
	}
	
	.sec3-slide p {
		width: 95%;
		font-size: 6vw;
		line-height: 1.2;
	}
	
	.sec2-title {
		margin: 5% auto 0;
		font-size: 12vw;
	}
	
	.sec2-text {
		font-size: 18px;
		width: 96%;
		margin: 4% auto 0;
		text-align: center;
	}
	
	.section2 {
		padding-bottom: 12%;
	}
	
	.section3 .container {
		background-size: 35vw;
	}
	
	.sec3-slider {
		width: 98%;
		margin: 2% auto 0;
	}
	
	.sec3-slide {
		min-height: 264px;
	}
}









