.terminos{
	padding: 20px;
	padding-top: 87px;
	max-width: 978px
}
.space__terminos{
	min-width: 100px;
	display: none;
}
.terminos__conteiner{
    justify-content: center;
    display: flex;
}
.terminos__title{
	color: #06447C;
	font: normal normal normal 22px/22px Raleway-Bold;
}
.terminos__text{
	color: #5091CD;
	font: normal normal normal 15px/18px Raleway-Medium;
	margin-top: 0px;
	line-height: 1.2;
}
.terminos__subtitle{
	color: #1E4D7B;
	font: normal normal normal 15px/18px Raleway-Bold;
	margin-bottom: 7px;
	margin-top: 20px;
}
.terminos__subtitle__light{
	font: normal normal normal 15px/18px Raleway-Medium;
}

@media screen and (min-width: 943px){
	.terminos{
		padding-top: 0px;
		max-width: 878px
	}
	.terminos__title {
	    color: #06447C;
	    font: normal normal normal 33px/34px Raleway-Bold;
	    margin-top: 55px;
		margin-bottom: 40px;
	}
	.terminos__conteiner{
		margin-bottom: 50px;
	}
	.terminos__text{
		font: normal normal normal 18px/22px Raleway-Medium;
	}
	.terminos__subtitle{
		font: normal normal normal 18px/22px Raleway-Bold;
	}
	.terminos__subtitle__light{
		font: normal normal normal 18px/22px Raleway-Medium;
	}
	.space__terminos{
		min-width: 120px;
		justify-content: right;
		display: flex;
	}
	.terminos__btn{
	    text-decoration: none;
	    height: 30px;
	    position: fixed;
	    top: 87px;
	    width: 70px;
	    background: #FFFFFF 0% 0% no-repeat padding-box;
		box-shadow: 0px 3px 6px #082239;
		border: 2px solid #082239;
		color: #082239;
		font: normal normal normal 15px/18px Raleway-Bold;
		padding-top: 10px;
		text-align: center;
	}
	.terminos__btn:hover{
		color: #fff;
		background: #082239 0% 0% no-repeat padding-box;
	}

}