@import "variables.less";

.main-content {
  background-image: url("../images/main-background-dots.png");
  background-color: @grey-background-color;  

  .container {
	padding: 75px 0;
    
    p, li {
      font-size: 20px;
      line-height: 23px;
      margin-bottom: 23px;      
      color: @black-color;
    }
    
    li {
      list-style: decimal;
      margin-left: 60px;
    }
  }  
  
  a {
    color: @black-color; 
    text-decoration: underline;
  }
  
  h3 {
    font-family: Oswald;
    font-size: 115px;
    font-weight: bold;
    line-height: 170px;
    color: @black-color;
    width: 100%;
    text-transform: uppercase;
    margin-bottom: 25px;
    
    span {
      color: @orange-color;
    }
  }
}