.superfooter-brand {
	padding-top: 50px;
	padding-bottom: 50px;
	font-size: 16px;
	line-height: 1.58;
}

.superfooter-brand h3 {
	font-size: 14px;
	font-weight: 700;
	color: white;
}

.superfooter-brand a {
	font-size: 14px;
	color: white;
}

.superfooter-brand .v-divider{
  border-right:1px solid white;
}

.superfooter-informa {
	padding-top: 50px;
	font-size: 14px;
	line-height: 1.58;
}
.superfooter-informa .privacy-policy p {
	  font-size: 14px;
		color: #9FA1A4 !important;
		text-align: right;
}

.superfooter-informa a {
	font-size: 14px;
	color: #9FA1A4;
}
.justify-content-between {
	-ms-flex-pack: justify!important;
	justify-content: space-between!important;
}

.d-flex {
	display: -ms-flexbox!important;
	display: flex!important;
}

@media only screen and (max-width: 768px) {
  .superfooter-brand
  {
    text-align: center;
  }
	.superfooter-informa
  {
    text-align: center;
  }

  .superfooter-brand p
  {
    text-align: center !important;
  }
	.superfooter-informa p
  {
    text-align: center !important;
  }
	
.superfooter-brand .supercol {
	margin-top:30px;
	}

	.superfooter-informa .supercol {
	margin-top:30px;
	}
	
	.superfooter-brand .v-divider{
  	border-right:0px solid white;
	}
	
	.superfooter-brand .social-link {
	  #margin-right: 35px !important;
  }
	
	.superfooter-brand .social-link-last {
	  #margin-right: 0px;
  }	
	
.superfooter-informa .privacy-policy {
		text-align: center;
}	
	
.justify-content-between {
	    margin: 0 auto;
      width:80%;
	}
	
	.informa-tech-logo {
		padding-top:30px;padding-bottom:80px;
	}
}