/* CSS Document */
html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
}
.container {
	width: 100%;
	padding: 0;
	margin: 0;
}
.body-wrapper {
	margin: 4%;
	height: 700px;
}

.resource-heading h1 {
	font-family: 'Montserrat', sans-serif;
	text-transform: capitalize;
	color: #ef6e5b;
	font-size: 44px;
}

.resource-heading h3 {
	font-size: 20px;
}

.rs-inner-col {
	float: left;
	width: 50%;
}

.rs-inner-right img {
	margin-left: 10%;
}

.rs-inner-col p {
	font-size: 18px;
	line-height: 26px;
	color: #646464;
	font-weight: 400;
}

.resource-list li {
	font-size: 18px;
	line-height: 26px;
	color: #203455;
	font-weight: 400;
}

.resource-list a {
	color: crimson;
}

.rs-inner-wrapper {
	margin-top: 2%;
}

@media only screen and (max-width: 414px) {
	.rs-inner-col {
		width: 100%;
		display: block;
	}
	
	.rs-inner-right img {
		margin-left: 0;
		width: 300px;
	}
	
	.body-wrapper {
		height: 1200px;
	}
}
