body {
	font-family: 'Bellota Text', sans-serif;
	font-weight: 400;
	line-height: 26px;
	font-size: 18px;
	color: #000;
	background-color: #fff;
}

html body {
	margin: 0;
	padding: 0;
}

img {
    max-width: 100%;
    height: auto;
}

.container-section {
	margin: 100px 0;
	text-align: center;
	background-color: #fff;
}

.container-section .row {
	align-items: flex-end;
}

.container-section .col-lg-4 {
	margin-bottom: 50px;
}

@media all and (max-width: 1020px) {
	.container-section {
		margin: 50px 0;
	}
}

.intro-section {
	position: relative;
	padding: 100px 0;
	font-size: 28px;
	line-height: 36px;
	font-weight: 700;
	color: #fff;
	background-color: #000;
}

@media all and (max-width: 1020px) {
	.intro-section {
		padding: 50px 0 200px;
	}
}

.intro-section .row {
	align-items: flex-end;
}

.intro-section img {
	position: absolute;
	bottom: 0; right: 0;
}

@media all and (max-width: 1730px) {
	.intro-section img {
		height: 240px;
	}
}

.intro-section .text-small {
	font-size: 20px;
	line-height: 28px;
	font-style: italic;
	font-weight: 400;
	margin-bottom: 0;
	margin-top: 0;
}

.intro-section a {
	color: #fff;
	text-decoration: none;
}

.intro-section a:hover {
	text-decoration: underline;
}

.intro-section svg path {
	fill: #fff;
}

@media all and (max-width: 1020px) {
	.intro-section svg {
		width: 200px;
		margin-bottom: 30px;
	}
}

.wrapper {
	max-width: 1320px;
	margin: auto;
	padding: 20px 50px;
}

.justify-content-center {
	justify-content: center;
}

.btn {
	color: #fff;
	background: #000;
	border: 2px solid #000;
	border-radius: 5px;
	text-decoration: none;
	padding: 10px 20px;
	font-size: 20px;
	font-weight: 700;
}

.btn:hover {
	color: #000;
	background: #fff;
}

.row {
	display: flex;
}

@media all and (max-width: 1020px) {
	.row {
		display: block;
	}
}

.col-lg-4 {
	width: 33%;
	padding: 20px;
}

@media all and (max-width: 1020px) {
	.col-lg-4 {
		width: 100%;
		padding: 0;
	}
}

.col-lg-8 {
	width: 77%;
	padding: 20px;
}

@media all and (max-width: 1020px) {
	.col-lg-8 {
		width: 100%;
		padding: 0;
	}
}

.col-lg-6 {
	width: 50%;
	padding: 20px;
	margin-left: 60px;
}

@media all and (max-width: 1020px) {
	.col-lg-6 {
		width: 100%;
		padding: 0;
		margin-left: 0;
	}
}

h1, .h1 {
	margin-bottom: 60px;
	font-family: 'Montserrat', sans-serif;
	font-size: 40px;
	line-height: 45px;
	font-weight: 600;
}

@media all and (max-width: 1420px) {
	.h1 {
		font-size: 30px;
		line-height: 40px;
		margin-bottom: 40px;
	}
}

h2 {
	margin: 10px 0;
}

.footer-section {
	margin-top: auto;
	color: #fff;
	background: #000;
	text-align: center;
}

.footer-section a {
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
}

.footer-section a:hover {
	text-decoration: underline;
}