.license h1 {
  line-height: 41px; 
  font-size: 40px;
}
.license h2 {
  line-height: 41px; 
  font-size: 30px; 
  font-weight: 600 !important;
  margin:15px 0 !important;
}
.license-tick {
  background-image: url(/assets/images/icons/icon-tick.png);
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: center;
}
.license-cross {
  background-image: url(/assets/images/icons/icon-cross.png);
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: center;
}

.ui.footer-divider {
  margin : 0 30px 0 !important;
}

@media only screen and (max-width: 768px) { /*XS*/
  .mobile-scroll {overflow-x: scroll;}
}

@media only screen and (max-width: 400px) {
    
}
@media only screen and (max-width: 567px) { /*XS*/
 	
}
@media only screen and (min-width: 568px) and (max-width: 767px) { /*S*/
	
}
@media only screen and (min-width: 768px) and (max-width: 991px) { /*MD*/
	
}
@media only screen and (min-width: 992px) and (max-width: 1199px) { /*LG*/

}
@media only screen and (max-width: 992px) { /*COMBINE*/
	
}
