


/******** SECTIONS **********/

.main-page {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.dji-brand {
	display: flex;
    flex-basis: 90%;
}

.sect-box:first-child {
 width: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    flex-flow: row;
    flex-wrap: nowrap;
	align-items: stretch
}

.sect-box {
 width: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    flex-flow: row;
    flex-wrap: nowrap;
    align-items: flex-start;
}

.welcome-dji {
    position: relative;
    display: flex;
    flex-flow: column;
    justify-content: center;
    padding:0px;
    flex-basis: 50%;
    align-items: center;
}

.dji-logo img {
    width: 35%;
}

.welcome-text {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    height: 100%;
}

.welcome-text h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 40px;
    padding: 25px 0px;
    margin: 0;
    color: #000000;
    line-height: initial;
}

.welcome-text p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 20px;
    margin: 0;
    color: #272727;
    line-height: normal;
}

a.shop-now-btn {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    width: 60%;
    padding: 15px 0px;
    border-radius: 10px;
    border: 1px solid #000;
    background-color: #000;
    font-family: 'Montserrat';
    transition: background-color 0.5s;
    font-weight: 500;
    cursor: pointer;
    margin: 80px 0px 0px 0px;
    display: block;
    text-align: center;
}

a.shop-now-btn:hover{
	background-color: #fff;
	color: #333;
}

.welcome-dji-img {
    padding: 0;
    margin: 0;
    flex-basis: 50%;
    display: flex;
}

.welcome-dji-img img {
    width: 100%;
    margin: 0;
    padding: 0;
}
.welcome-dji-txt {
    width: 80%;
    padding: 30px 0px;
    height: 100%;
}

.last-content ul {
    padding: 0;
}

.last-content ul li {
    text-decoration: none;
    list-style-type: none;
    padding: 10px 0px;
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 18px;
    color: #E1251B;
}

.last-content ul li i.fa.fa-check {
    font-size: 20px;
    padding: 0px 20px 0px 0px;
    font-weight: 100;
}

.start-content i.fa.fa-angle-right {
    font-size: 30px;
    background: #000;
    color: #fff;
    padding: 5px 20px;
    border-radius: 3px;
    margin: 0px 30px 60px 30px;
}

.start-content i.fa.fa-angle-left {
    font-size: 30px;
    background: #000;
    color: #fff;
    padding: 5px 20px;
    border-radius: 3px;
}

.lenovo-bg-img-section {
    background-image: url("https://currysprod.a.bigcontent.io/v1/static/bg-img1");
    padding: 20px;
	background-size: cover;
    background-repeat: no-repeat;
	margin-top: 40px;
}

.lenovo-bg-last-section {
    background-image: url("https://currysprod.a.bigcontent.io/v1/static/bg-img2");
    padding: 20px;
	background-size: cover;
    background-repeat: no-repeat;
	margin-top: 40px;
}

.yoga-slim-7-pro-x {
    text-align: center;
    padding: 0;
    margin: 20px 0px;
}

.yoga-slim-7-pro-x img {
    width: 35%;
    margin: 0 auto;
}

.yoga-slim-7-pro-x h1 {
    font-size: 40px;
    text-align: center;
    display: block;
    font-family: 'Montserrat';
    font-weight: 600;
    padding: 0;
    margin: 0px 0px;
}

.yoga-slim-7-pro-x p {
    font-size: 21px;
    font-family: 'Montserrat';
    font-weight: 500;
    color: #737171;
    margin: 0;
    padding: 20px 0px 50px 0px;
}

.lenovo-bg-white {
    background: #fff;
    padding: 80px;
}

.lenovo-logo {
   position: fixed;
    top: 15%;
    right: -3%;
    width: 8%;
    text-align: center;
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.lenovo-logo img {
    width: 100%;
    margin: 0 auto;
}

@media screen and (min-device-width: 320px) and (max-device-width: 768px){
	 .dji-brand {
	display: flex;
    flex-basis: 90%;
}
	
	.sect-box {
    flex-wrap: wrap !important;
}
	.welcome-dji {
    flex-basis: 100%;
}
	.welcome-dji-img {
    flex-basis: 100%;
}
	
	.yoga-slim-7-pro-x img {
    width: 90%;
}
	
	.lenovo-bg-img-section {
    padding: 20px;
}
	
		.lenovo-bg-last-section {
    padding: 20px;
}
	
	.welcome-text h2 {
    font-size: 30px;
}
	
	.welcome-text p {
    font-size: 18px;
}
	
	a.shop-now-btn{
		width: 100%;
	}
	
	.yoga-slim-7-pro-x h1 {
    font-size: 30px;
}
	
	.yoga-slim-7-pro-x p {
    font-size: 16px;
}
	
	.lenovo-bg-white {
    padding: 20px;
}
	
	.welcome-dji-img img {
    width: 90%;
}
	
	.start-content i.fa.fa-angle-right {
    margin: 0px 30px 30px 30px;
}
	
	.lenovo-logo {
    position: fixed;
    top: 10%;
    right: -5%;
    width: 15%;
    text-align: center;
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
	
}

@media screen and (max-width: 767px)
{
	
	.dji-brand {
	display: flex;
    flex-basis: 100%;
}
	
	.sect-box {
    flex-wrap: wrap !important;
}
	.welcome-dji {
    flex-basis: 100%;
    align-items: baseline;
}
	.welcome-dji-img {
    flex-basis: 100%;
}
	
		.yoga-slim-7-pro-x img {
    width: 70%;
}
	
			.lenovo-bg-img-section {
    padding: 15px;
}
	
		.lenovo-bg-last-section {
    padding: 15px;
}
	
		.lenovo-bg-white {
    padding: 15px;
}
	
	.welcome-dji-img img {
    width: 85%;
}
	
	a.shop-now-btn {
		width: 80%;
	}
	
	.lenovo-logo {
    position: fixed;
    top: 10%;
    right: -5%;
    width: 15%;
    text-align: center;
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
	
/*
	
	.sect-box:nth-child(even){
    flex-flow: column-reverse;
	}
*/
	
}

@media screen and (min-width: 768px) and (max-width: 1024px)
{
	.welcome-dji {
    /*padding: 30px;*/
	width: 50%;
}
	   .dji-brand {
	display: flex;
    flex-basis: 100%;
} 
	
	.start-content i.fa.fa-angle-right {
    margin: 0px 30px 30px 30px;
}
	
	.welcome-text h2 {
    font-size: 35px;
}
	
	.welcome-text p {
    font-size: 16px;
}
	
	a.shop-now-btn {
    margin: 40px 0px 0px 0px;
    font-size: 16px;
    width: 80%;
}
	
		.lenovo-bg-img-section {
    padding: 35px;
}
	
		.lenovo-bg-last-section {
    padding: 35px;
}
	
		.lenovo-bg-white {
    padding: 35px;
}
	
}
