.btn-outline {
    font-weight: 500;
    font-family: "Inter", sans-serif;
    font-size: 16px !important;
    border: 1px solid #A34026;
    background-color: transparent;
    color: #A34026;
    padding: 12px 44px !important;
    border-radius: 60px !important;
    text-align: center;
    transition: 0.3s all ease-in-out;
    cursor: pointer;
  }
  
  .btn-prime {
    border-radius: 0;
    font-size: 18px;
    border: 1px solid #A34026;
    background-color: #A34026;
    text-transform: uppercase;
    padding: 15px 30px;
    color: #fff;
  }
  @media (max-width: 767px) {
    .btn-prime {
      padding: 10px 20px;
      font-size: 14px !important;
    }
  }
  .btn-prime:hover {
    background-color: #A34026;
    color: #fff;
  }
  @media (min-width: 1199.9px) {
    .btn-prime:hover {
      background-color: transparent;
      color: #A34026;
    }
  }
  
  .btn-second {
    border-radius: 0;
    background-color: #fff;
    color: #A34026;
    border: 1px solid #A34026;
    padding: 15px 30px;
    text-transform: uppercase;
  }
  @media (min-width: 1199.9px) {
    .btn-second:hover {
      background-color: #A34026;
      color: #fff;
    }
  }
  
  .btn-brown-lined {
    text-transform: uppercase;
    color: #A34026;
    position: relative;
    line-height: 24px;
    text-decoration: none;
    padding: 8px 0;
  }
  .btn-brown-lined::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #A34026;
    transition: all 0.3s ease-in-out;
  }
  @media (min-width: 1199.9px) {
    .btn-brown-lined:hover {
      text-decoration: none;
      color: #000;
    }
    .btn-brown-lined:hover::after {
      width: 0%;
    }
  }

  .btn-black-lined {
    text-transform: uppercase;
    color: #000;
    position: relative;
    line-height: 24px;
    text-decoration: none;
    padding: 8px 0;
  }
  @media (max-width: 991px) {
    body.wac-css-system .wac-css-248626{
      text-align: center !important;
      padding-left: 0;
      padding-bottom: 35px
    }
  }

  @media (max-width: 575px) {
    .btn-black-lined {
      font-size: 14px !important;
    }
  }
  .btn-black-lined::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #000;
    transition: all 0.3s ease-in-out;
  }
  @media (max-width: 991.9px) {
    .btn-black-lined::after {
      background-color: #A34026;
    }
  }
  @media (min-width: 1199.9px) {
    .btn-black-lined:hover {
      text-decoration: none;
      color: #A34026;
    }
    .btn-black-lined:hover::after {
      width: 0%;
    }
  }
  @media (max-width: 1199px) {
    .btn-black-lined:hover {
      text-decoration: none;
      color: #A34026;
    }
  }
  @media (max-width: 991.9px) {
    .btn-black-lined {
      color: #A34026;
    }
  }
  
  .btn-white-lined {
    text-transform: uppercase;
    color: #fff;
    position: relative;
    line-height: 24px;
    text-decoration: none;
    padding: 8px 0;
  }
  .btn-white-lined::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1.5px;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
  }
  .btn-white-lined:hover {
    text-decoration: none;
    color: #fff;
  }
  @media (min-width: 1199.9px) {
    .btn-white-lined:hover::after {
      width: 0%;
    }
  }

  .rdmore-wrap .extra {
    display: none;
}
.our-approach-wrap .rdmore-wrap a {
  top: 35px;
}

@media (max-width:991px){
  .our-approach-wrap .rdmore-wrap a {
    top: 0;
  }
}