  .mg-t-0 {
    margin-top: 0px;
  }

  .big-icon-list li {
    margin-top: 0px !important;
  }

  .big-circle {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  @media (max-width: 991px) {
    .sm-section-padding {
      padding: 30px;
    }

    .big-circle {
      border-radius: 50%;
      background-color: #00853f;
      color: #ffffff;
      width: 300px;
      height: 300px;
      border: 20px solid #808080;
      display: flex;
      align-items: center;
      text-align: center;
    }


    .big-circle p {
      font-size: 2.5rem !important;
      line-height: 2.5rem;
    }

    .highlight {
      font-size: 3rem !important;
      font-weight: bold;
    }

    .sm-left-side {
      margin-top: 60px;
    }
  }

  @media (min-width: 992px) {
    .sm-section-padding {
      padding: 90px;
    }

    .big-circle {
      border-radius: 50%;
      background-color: #00853f;
      color: #ffffff;
      width: 400px;
      height: 400px;
      border: 30px solid #808080;
      display: flex;
      align-items: center;
      text-align: center;
    }

    .big-circle p {
      font-size: 3rem !important;
      line-height: 4rem;
    }

    .highlight {
      font-size: 6rem !important;
      font-weight: bold;
    }
  }

  .section-title-holder {
    position: relative;
    top: 0;
    left: 0;
    /*width: 400px;*/
    background-color: #00853f;
    display: inline-block;
    color: #ffffff;
    letter-spacing: 2px;
    height: 60px;
    line-height: 10px;
    padding: 20px;
    z-index: 1000;
  }

  .bd-b-green {
    border-bottom: #00853f solid 1px;
  }

  .bg-ghost-truckline {
    background-image: url('/images/bg-ghost-truckline.jpg');
    background-size: cover;
    z-index: 0;
    position: relative;
  }

  .icon-primary {
    color: rgba(196, 18, 48, 0.1) !important;
  }

  .main-navigation {
    text-align: center !important;
  }

  .video-container {
    position: relative;
    padding-bottom: 56.25%;
  }

  .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .pd-t-0 {
    padding-top: 0 !important;
  }

  .pd-b-0 {
    padding-bottom: 0 !important;
  }

  .pd-y-0 {
    padding-top: 0;
    padding-bottom: 0;
  }