* {
	box-sizing: border-box;
	font-family: 'Roboto', sans-serif;
	margin: 0;
	padding: 0;

}
.title .stroke {
	font-size: 50px;
}
.ref-title{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 40px 10%;
	font-size: 35px;
	color: white;
	font-weight: bold;
}
.ref-text{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 25px;
	margin: 50px 10%;
	color: white;
	padding: 50px;
}

.ref-title p, .ref-text p {
	text-align: justify;
}
.ref {
	padding: 20px;
}
.ref-text-img {
	display: flex;
	align-items: center;
	justify-content: center;
}
.ref-text-img img {
	width: 50%;
	margin: 50px;
	opacity: .8;
}

/*--- Responsive Code ---*/
@media only screen and (max-width: 1400px) {
}

@media only screen and (max-width: 979px) {
}
@media only screen and (max-width: 430px) {
	.ref-title{
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		margin: 10px 20%;
		font-size: 13px;
		color: white;
		font-weight: bold;
	}
	.ref-text{
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		font-size: 12px;
		margin: 0px 5%;
		color: white;
		padding: 10px 35px;
	}
	.ref-text h2 {
		font-size: 14px;
		width: 100%;
		text-align: center;
		text-transform: uppercase;
		text-decoration: underline;
	}
	.ref-text ul {
		width: 100%;
		margin: 0;
		text-align: justify;
	}
	.ref-text ul li {
		padding: 5px;
	}
	
	.ref-title p, .ref-text p {
		text-align: justify;
	}
	.ref {
		padding: 20px;
	}
	.ref-text-img {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.ref-text-img img {
		width: 80%;
		margin: 20px;
		opacity: .8;
	}
	
}


@media (min-width: 431px) and (max-width: 979px) {
	.ref-title{
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		margin: 10px 20%;
		font-size: 24px;
		color: white;
		font-weight: bold;
	}
	.ref-text{
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		font-size: 20px;
		margin: 0px 5%;
		color: white;
		padding: 20px 35px;
	}
	.ref-text h2 {
		font-size: 18px;
		width: 100%;
		text-align: center;
		text-transform: uppercase;
		text-decoration: underline;
	}
	.ref-text ul {
		width: 100%;
		margin: 0;
		text-align: justify;
	}
	.ref-text ul li {
		padding: 5px;
	}
	
	.ref-title p, .ref-text p {
		text-align: justify;
	}
	.ref {
		padding: 20px;
	}
	.ref-text-img {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.ref-text-img img {
		width: 80%;
		margin: 20px;
		opacity: .8;
	}

}

@media (min-width: 980px) and (max-width: 1161px) {
}
@media (min-height: 350px) and (max-height: 391px) and (orientation:landscape) {
	.ref-title{
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		margin: 10px 10%;
		font-size: 18px;
		color: white;
		font-weight: bold;
	}
	.ref-text{
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		font-size: 14px;
		margin: 0px 5%;
		color: white;
		padding: 20px 35px;
	}
	.ref-text h2 {
		font-size: 14px;
		width: 100%;
		text-align: center;
		text-transform: uppercase;
		text-decoration: underline;
	}
	.ref-text ul {
		width: 100%;
		margin: 0;
		text-align: justify;
	}
	.ref-text ul li {
		padding: 5px;
	}
	
	.ref-title p, .ref-text p {
		text-align: justify;
	}
	.ref {
		padding: 20px;
	}
	.ref-text-img {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.ref-text-img img {
		width: 60%;
		margin: 20px;
		opacity: .8;
	}

}
@media (min-height: 392px) and (max-height: 834px) and (orientation:landscape) {
	.ref-title{
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		margin: 10px 10%;
		font-size: 24px;
		color: white;
		font-weight: bold;
	}
	.ref-text{
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		font-size: 18px;
		margin: 0px 5%;
		color: white;
		padding: 20px 35px;
	}
	.ref-text h2 {
		font-size: 20px;
		width: 100%;
		text-align: center;
		text-transform: uppercase;
		text-decoration: underline;
	}
	.ref-text ul {
		width: 100%;
		margin: 0;
		text-align: justify;
	}
	.ref-text ul li {
		padding: 5px;
	}
	
	.ref-title p, .ref-text p {
		text-align: justify;
	}
	.ref {
		padding: 20px;
	}
	.ref-text-img {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.ref-text-img img {
		width: 60%;
		margin: 20px;
		opacity: .8;
	}

}


/*--- Responsive Code End ---*/