p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.4em;
}

strong {
  font-weight: 800;
}

.header {
  position: relative;
  overflow: hidden;
  padding: 100px 5% 100px;
}

.header.bg-2 {
  padding-top: 192px;
  padding-bottom: 100px;
  background-color: #f0f1f6;
}
#menu ul {
    padding-left: 0;
}

.container {
  position: relative;
  z-index: 5;
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.title-wrap-left {
  max-width: 720px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.content-section {
  position: relative;
  overflow: hidden;
  padding: 100px 3%;
  background-color: #fff;
}

.content-section.content-tight {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fff;
}

.heading {
  margin-bottom: 0px;
  font-family: Catamaran, sans-serif;
}

.rich-text-block {
  font-family: Catamaran, sans-serif;
}

@media screen and (max-width: 991px) {
  .title-wrap-left {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .content-section {
    padding-top: 82px;
    padding-bottom: 82px;
  }
}

@media screen and (max-width: 479px) {
  p {
    line-height: 1.5em;
  }

  .header {
    padding-top: 220px;
  }

  .content-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .heading {
    color: #000;
    font-size: 28px;
  }

  .rich-text-block {
    color: #000;
    font-size: 16px;
    line-height: 1.5em;
  }
}

@media screen and (max-width: 800px) {

    #heeader {
        background: #FFF !important;
        height: 90px !important;
    }
}
