.container-main {
	padding: 100px 50px 100px 50px;
}

.h2-title {
	line-height: 48px;
	margin: 0 0 20px;
	color: #000000;
	font-family: "Montserrat", sans-serif;
	font-weight: 800;
	font-size: 36px;
	margin-bottom: 40px;
}

.p-subtitle {
	margin: 0 0 20px;
	font-family: "Nunito Sans", sans-serif;
	color: #6d6d6d;
	font-size: 15px;
	padding-right: 25px;
}

.container-footer {
	background-image: none;
}

.icon-service {
	font-size: 36px;
	color: #7c2dfa;
	padding-right: 25px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	width: 3em;
	margin-top: 10px;
}


.container-contact {
	background-image: url('./images/bg-service.webp');
	text-align: center;
	padding-top: 150px;
	padding-bottom: 150px;
	background-size: cover;
	background-repeat: no-repeat;
}

.container-fluid {
	padding: 0;
}

.p-contact {
	color: #FFF;
	font-family: "Nunito Sans", Sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.4em;
}

.h1-contact {
	color: #FFF;
	font-size: 70px;
	font-weight: 900;
	line-height: 80px;
	margin-top: 10px;
}

.container-footer {
	padding: 10px 10px 10px 10px;
}

.btn-main {
	margin-top: 50px;
}

@media (max-width: 1024px) {
	.container-main {
		padding: 50px 10px 50px 10px;
	}

	.icon-service {
		width: 3.25em;
	}

	.p-subtitle {
		padding-right: 0;
	}

	.h1-contact {
		font-size: 44px;
		line-height: 50px;
	}
} 