h3,
h2 {	
	color:#3a3a3a;
}
.content p {
    font-weight:400;
}

@media(min-width:768px) {
    .doge-row-3 .wf-wrap,
    .doge-row-2 .wf-wrap {
        margin-bottom:3rem;
    }
}

.hero {
	background-color: var(--doge-blue-2);
	position:relative;
}
.hero .wf-wrap {	
    background-image: url(../img/start-pure-hero.webp);
    background-repeat: no-repeat;
}


.hero .doge-left {
	padding:0;
	padding-bottom:87%;
}

.hero .wf-wrap {
	background-size: 73% auto;
	background-position-x: -49%;
}
@media(min-width:768px) {
	.hero .doge-left {
		padding-bottom:58%;
	}
	
	.wf-wrap {
		background-size: 63% auto;
		background-position-x: -11%;
	}
}
.hero .doge-hr {
	height:4px;
	max-width:92%;
}
.hero .doge-right {
	padding:0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.doge-row-3 .img {
	background-repeat:no-repeat;
	background-size:contain;
	padding-bottom:64.27%;
	background-position:50% 50%;
}
.doge-row-3 .img.refined {
	background-image:url(../img/refined.webp);
}
.doge-row-3 .img.light {
	background-image:url(../img/light.webp);
}
.doge-row-3 .img.smooth {
	background-image:url(../img/smooth.webp);
}
.doge-row-3 h2 .nowrap {
	display:block;
}


.doge-row-3 .accent {
	color:var(--doge-blue-3);
}

.doge-row-3 h2,
.doge-row-3 h3 {
	color:#fff;
}
.doge-row-3 {
	position:relative;
}
.doge-row-3 .img {
	position:relative;
	margin-bottom:15px;
}



.doge-row-3 .desc h3 {
	font-size:1.2em;
}
.doge-row-3 .desc h3 .accent {
	display:block;
	font-size:1.8em;
}


.doge-row-3 .para {
	margin-top:2em;
	padding-right:2em;
}

.doge-row-3 .number {
	position:absolute;
	bottom:10px;
	left:10px;
	color:#fff;
	font-size: 2em;
	line-height:1;
}

.hero p {
	margin-bottom:0;
	max-width:91%;
}
@media(min-width:510px) {
    .doge-row-4 h2 span {
        display:block;
    }
}

@media(min-width:768px) {
	.doge-row-4 .para-1 > span {
		display:block;
	}
}
@media(min-width:1130px) {
		
	.doge-row-3 .row.becauses {
		justify-content: space-between !important;
		margin:0;
	}
	.doge-row-3 .row.becauses > div {
		padding:0;
		max-width:350px;
	}
	.doge-row-3 .para {
		padding-right: 4.08em;
	}
}
@media(max-width:767px) {
    .hero .doge-hr {
        max-width:150px;
        box-shadow: 2px 2px 3px rgba(0,0,0,0.1);
    }
    
	.hero h2 {
        text-shadow: 2px 2px 3px rgba(0,0,0,0.15);
    }
    .hero p {
        max-width: 330px;
        margin:0 auto;
        text-shadow: 2px 2px 3px rgba(0,0,0,0.3);
    }
    .doge-row-3 .desc .para {
        margin-top:0;
    }
	.hero .doge-right {
		order:1;
		
	}
	.hero .doge-left {
		order:2;
		padding-bottom:87%;
	}
	.hero .wf-wrap {
		background-size:100%;
		background-position-y: 100%;
	}
	.hero .doge-right {
		text-align:center;
	}
	.hero .doge-right {
		align-items: center;
	}
}
.doge-row-2 {
	position:relative;
}
.doge-row-2 p,
.doge-row-2 .accent {
	color:var(--doge-blue-1);
}
.doge-row-2 .doge-hr {
	height:3px;
}
@media(max-width:767px) {
	.doge-row-2 .doge-right p {
		width:400px;
		max-width:100%;
		margin-left:auto;
		margin-right:auto;
	}
	.doge-row-2 .doge-left img {
		width: 400px;
		margin-left:auto;
		margin-right:auto;
	}
}
@media(min-width:768px) {
	.doge-row-2 .doge-left img {
		width: 500px;
	}
	.doge-row-2 .doge-right.text-center {
		padding-left:13.1%;
		padding-right:4%;
		text-align:left !important;
	}
}
@media(min-width:1301px) {
	.doge-row-2 .doge-right.text-center {
		padding-left:13.1%;
		padding-right:4%;
	}
}
