


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

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

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

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

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

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

.welcome-text h2 {
    font-family: 'Currys Sans', sans-serif;
    font-weight: 400;
    font-size: 35px;
    padding: 25px 0px;
    margin: 0;
    color: #1b1a1a;
}

.welcome-text p {
    font-family: 'Currys Sans', sans-serif;
    font-weight: 100;
    font-size: 20px;
    margin: 0;
    color: #555353;
    line-height: normal;
}

button.dji-btn {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    padding: 15px 40px;
    border-radius: 30px;
    border: 1px solid #333;
    background-color: #333;
    transition: background-color 0.5s;
    font-weight: 500;
	cursor: pointer;
    margin: 40px 0px 0px 0px;
}

button.dji-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;
}

/*
@media (max-width:1024px) {
   .dji-brand {
	display: flex;
    flex-basis: 100%;
} 
		.welcome-dji {
    padding: 35px;
	width: 50%;
}
	
}
*/

@media screen and (min-device-width: 320px) and (max-device-width: 768px){
	 .dji-brand {
	display: flex;
    flex-basis: 90%;
}
	
	.sect-box {
    flex-wrap: wrap;
}
	.welcome-dji {
    flex-basis: 100%;
}
	.welcome-dji-img {
    flex-basis: 100%;
}
	
	.sect-box:nth-child(even){
    flex-flow: column-reverse;
	}
}

@media screen and (max-width: 767px)
{
	
	.dji-brand {
	display: flex;
    flex-basis: 90%;
}
	
	.sect-box {
    flex-wrap: wrap;
}
	.welcome-dji {
    flex-basis: 100%;
}
	.welcome-dji-img {
    flex-basis: 100%;
}
	
	.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%;
} 
	
}
