@import url('https://fonts.googleapis.com/css2?family=Bubblegum+Sans&display=swap');

body {
	font-family: "Bubblegum Sans", sans-serif;
	font-weight: 400;
	font-style: normal;
}

body h1,
body h2 {
	font-family: "Bubblegum Sans", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:50px;
	line-height:54px;
}

body {
	background:url("../img/content-bg.jpg");
	color:#595959;
}

.color-green {
	color:#8f9710;
}

body .container .row img {
	margin-bottom:30px;
}

.phn-wrp {
	margin-top:30px;
}

.phn-wrp a {
	color:#595959;
	text-decoration:none;
	transition:0.5s all;
	font-size:36px;
	line-height:38px;
}

.phn-wrp a:hover {
	color:#333;
}

.sm-txt-wrap {
    margin-top: 80px;	
}

.sm-txt-wrap p {
    margin-bottom: 5px;
    font-size: 24px;
    line-height: 28px;	
}

@media screen and (max-width:787px) {
		
	body h1,
	body h2 {	
		font-size: 30px;
		line-height: 34px;
	}
	
}