/* astra.css 
======================================== */

/* type&colors */

.astra-blue {
	color: #1A68BB;
}

.bg {
	background: #fafafa;
}

h2.product-title {
	font-size: 6rem;
    font-weight: 300;
    margin-bottom: 1.5rem;
}

h3.product-subtitle {
	font-size: 2rem;
	font-weight: 300;
	margin-bottom: 1.5rem;
}

a.here {
	text-transform: uppercase;
}

a.here:hover {
	opacity: 0.8;
}


/* main styles */

.product {
    margin-top: 147px;
}

.product .hero {
    text-align: center;
    background: #f7f7f7;
    height: 350px;
}

.product-logo {
    margin-top: 80px;
    padding: 0px 30px;
    max-width: 230px;
}

.product-image {
    margin: 0 auto;
    margin-top: 0px;
    max-width: 450px;
}

.product-intro p {
    max-width: 930px;
    margin: 0 auto;
    padding-top: 180px;
    padding-bottom: 100px;
    font-size: 2rem;
    font-weight: 300;
    line-height: 2.8125rem;
    text-align: center;
}

.section-1, .section-2, .section-3 {
    font-size: 1.875rem;
    font-weight: 300;
    line-height: 2.1875rem;
}

@media screen and (max-width: 991px) {

	.product {
    	margin-top: 92px;
	}

}

@media screen and (max-width: 768px) {

	.product-image {
    	max-width: 500px;
	}

	.product .hero {
    	height: 380px;
	}

	.product-intro p {
	    padding-top: 35%;
	    padding-bottom: 40px;
	    font-size: 1.5rem;
	    line-height: 2rem;
	}

}

@media screen and (max-width: 414px) {

	.product .hero {
    	height: 330px;
	}

}

.section-1 {
	padding-top: 100px;
	padding-bottom: 150px;
}

.section-1 .col-a {
	text-align: right;
}

.section-1 .col-a p {
	padding-left: 25%;
}

.product-features-image {
	margin-top: -160px;
	max-width: 340px;
	margin-left: 30px;
}

ul.product-features {
    margin-top: 50px;
    margin-bottom: 30px;
    margin-left: 60px;
}

.product-features li {
    list-style-position: inside;
    list-style-type: none;
    padding: 0px 0px 0px 16px;
    margin-bottom: 2rem;
    font-size: 1.875rem;
    font-weight: 300;
}

.product-features li {
    border-left: 4px solid #1A68BB; 
}

@media screen and (max-width: 1024px) {

	h2.product-title {
		font-size: 3rem;
	}

	.section-1 .col-a p {
		padding-left: 0;
	}

}

@media screen and (max-width: 768px) {

	.section-1 {
    	padding-top: 50px;
    	padding-bottom: 50px;
	}

	.section-1 .col-a {
		text-align: center;
	}

	.product-features-image {
		width: 100%;
		max-width: 450px;
		margin: 50px auto;
	}

	.section-1 p {
	    font-size: 1.5rem;
	    line-height: 2rem;
	}

	ul.product-features {
		margin-left: 20px;
	}

	.product-features li {
		font-size: 1.5rem;
	}

	.btn.btn-lg {
		font-size: 1rem;
	}

}

.section-2 {
	margin-top: -80px;
	margin-bottom: 80px;
	max-width: 930px;
	text-align: center;
}

.section-2 .product-image {
	width: 100%;
	max-width: 700px;
}

@media screen and (max-width: 768px) {

	.section-2 {
		margin-top: -20px;
	}

	h3.product-subtitle {
		font-size: 2rem;
	}

	.section-2 p {
	    font-size: 1.5rem;
	    line-height: 2rem;
	}

}

.section-3 {
	padding-top: 60px;
	padding-bottom: 90px;
}

.section-3 .col-a {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	text-align: right;
}

.section-3 ul.product-features {
    margin-top: 32px;
    margin-bottom: 30px;
    margin-right: 30px;
}

.section-3 .product-features li {
	padding: 0px 16px 0px 0px;
	border-left: none;
    border-right: 4px solid #1A68BB; 
}

.section-3 .col-b p {
	padding-right: 35%;
}

.section-3 .product-features-image {
	margin-top: 0px;
	margin-right: 20px;
	max-width: 300px;
}

.section-3 .product-title {
	margin-top: 30px;
}


@media screen and (max-width: 768px) {

	.section-3 {
    	padding-top: 0px;
    	padding-bottom: 50px;
	}

	.section-3 .col-a {
		order: 2;
		text-align: left;
		align-items: flex-start;
	}

	.section-3 .product-features li {
		padding: 0px 0px 0px 16px;
		border-left: 4px solid #1A68BB;
	    border-right: none; 
	}

	.section-3 .product-features-image {
		width: 100%;
		max-width: 323px;
		margin: 50px auto 0px;
	}

	.section-3 p {
	    font-size: 1.5rem;
	    line-height: 2rem;
	}

	.section-3 .col-b {
		text-align: center;
	}

	.section-3 .col-b p {
		padding-right: 0;
	}

}