body{
	margin: 0;
	padding: 0;
	font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}
.custom-container{
	max-width: 1320px;
	margin: 0 auto;
}
.header h1 img {
    width: 100px;
}
.cus-row .col-cus-6 {
    width: 50%;
}

.cus-row {
    display: flex;
    align-items: center;
}

.cus-left h1 {
    font-size: 100px;
    line-height: 110px;
    font-weight: 800;
    margin-bottom: 40px;
    margin-top: 0;
}
.body-cus{
	background: url(bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	overflow: hidden;
	padding: 30px 0;
}
.cus-left {
    color: #fff;
}

.cus-left p {
    font-size: 28px;
    font-weight: 600;
    margin-top: 0;
}

.cus-left img {
    width: 280px;
}
.cus-left a{
	text-decoration: none;
}
.pro-wmn img {
    width: 100%;
}
.header h1 {
    margin: 0;
    line-height: 0;
}
img.design {
    position: absolute;
    right: -120px;
    width: 40%;
    top: -50px;
}

@media(max-width:1399px){
	.custom-container{
		padding: 0 20px;
	}
}
@media(max-width:992px){
	.cus-left h1 {
    font-size: 90px;
    line-height: 90px;
	}

.cus-left p {
    font-size: 25px;
	}
	.cus-left p br{
		display: none;
	}
}
@media(max-width:767px){
	    .cus-left h1 {
        font-size: 70px;
        line-height: 70px;
    }
    .cus-left p {
        font-size: 22px;
    }
    .cus-left {
    padding-right: 20px;
}
.cus-left img {
    width: 180px;
}
}
@media(max-width:650px){
	.cus-row {
    flex-direction: column;
}
.cus-row .col-cus-6 {
    width: 100%;
}
img.design{
	display: none;
}
.cus-left {
    margin-bottom: 20px;
}
}