@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,500;1,300;1,500&display=swap');
@import url('bootstrap.min.css');

*{
	font-family: 'Roboto', sans-serif;
}
div{
	font-weight: 300;
}
h1, h2, h3, h4, h5, h6, strong, b {
	font-weight: 500;
}

.img-port{
	max-width:38%;
	float: left;
	margin-right: 2rem;
}
@media only screen and (max-width: 767px) {
	*{
		font-size: 102%;
	}
	.img-port{
		width: 100%;
		display:block;
		max-width:100%;
		margin-bottom: 1rem;
	}
	h5 small{
		display:block;
	}
}
