@font-face {
  font-family: 'Courier Prime';
  src: url('../fonts/Courier Prime.ttf') format('truetype');
}

@font-face {
  font-family: 'dilemma-sans-bold';
  src: url('../fonts/dilemma-sans-bold.otf') format('opentype');
}

@font-face {
  font-family: 'dilemma';
  src: url('../fonts/Dilemma-SansExtraLight.otf') format('opentype');
}

@font-face {
  font-family: 'dilemmam';
  src: url('../fonts/Dilemma-SansMedium.otf') format('opentype');
}
*{
margin:0;
padding:0;
box-sizing:border-box;
}

body{
font-family: 'courier Prime';
background:#d9d4c2;
color:#111;
}

.page-wrapper{
max-width:1100px;
margin:auto;
padding:60px 30px;
}

.page-title{
font-family: 'dilemma-sans-bold';
font-size:52px;
font-weight:900;
letter-spacing:2px;
margin-bottom:40px;
color:#1a1a1a;
}

.page-text{
font-size:15px;
line-height:1.9;
margin-bottom:25px;
}

.section-title{
font-size:24px;
font-weight:700;
margin-top:40px;
margin-bottom:20px;
}

.terms-list{
margin-left:20px;
}

.terms-list p{
margin-bottom:15px;
}