@font-face {
    font-family:"Cronos Pro LtDisp";
    src: url(fonts/CronosPro-LtDisp.otf);
    src: url(fonts/CronosPro-LtDisp.woff);
}

.content{
  max-width: 960px;
  margin: 0 auto;
}

h1 {
    font-family: "Cronos Pro LtDisp";
    text-transform: uppercase;
    font-size: 32px;
    /* font-size: 3.4rem; */
    line-height: 1.18;
    letter-spacing: 0.08em;
    margin-bottom: 15px;
    text-align: center;
    font-weight: 300;
}

h2{
  font-family: "Cronos Pro LtDisp";
  /* font-size: 2.4rem; */
  font-size:22px;
  line-height: 1.08;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 0px;
  color: #081f2c;
  font-weight: 300;
  margin-top:40px;
  }

  p,li{
    font-family: "Cronos Pro LtDisp";
    font-size: 15px;
    /* font-size: 1.5rem; */
    line-height: 1.47;
    margin-bottom: 5px;
    letter-spacing: 0.03em;
    color: #081f2c;
  }

  .underline{
    text-decoration: underline;
  }

.section-title{
  margin-bottom:40px;
  font-size:28px;
}

  .text-center{
    text-align: center;
  }
  .text-right{
    text-align: right;
  }

  .pt{
    padding:60px 0px 140px 0px;
  }