#hero{
    background: none;
    background-position: top center;
    background-size: cover;
    margin-bottom: 0;
  }

  .set-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
  }

  .primary-btn {
    display: inline-block;
    font-size: 15px;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    background: #94c045;
    padding: 14px 30px 12px;
    border-radius: 50px;
  }
  .primary-btn.white-btn {
    color: #94c045;
    background: #ffffff;
  }
  .primary-btn.border-btn {
    background: transparent;
    color: #111111;
    border: 2px solid #94c045;
  }
  .site-btn {
    border: none;
    display: inline-block;
    padding: 14px 30px;
    background: #111111;
    font-size: 16px;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
  }

  .spad{
    padding-top: 100px;
  }

  img {
    max-width: 100%;
  }

  .one-line{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
  }

  .two-line{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }

  section {
    padding-bottom: 60px;
    overflow: hidden;
  }

  .section-title {
    text-align: center;
    padding-bottom: 30px;
  }

  .section-title h2 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 0;
    /* font-family: "Poppins", sans-serif; */
    font-family: "Raleway", sans-serif;
    color: #646c55;
  }

  .section-title p {
    margin-bottom: 0;
  }
