.acquire-badge-wrap {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .acquire-badge-wrap img {
    width: 150px;
  }
  
  .acquire-badge-wrap p {
    position: absolute;
    top: 35%;
    left: auto;
  }
  
  .aqcuire-card-container {
    display: flex;
    align-items: center;
    margin-bottom: 32px;
    flex-direction: row;
  }
  .aqcuire-card-text01 {
    font-size: 2rem;
    font-weight: 700;
  }
  .aqcuire-card-container1 {
    display: flex;
    align-items: flex-start;
    margin-bottom: 48px;
    flex-direction: column;
  }
  .aqcuire-card-text02 {
    margin-bottom: var(--dl-space-space-unit);
  }
  .aqcuire-card-text04 {
    margin-bottom: var(--dl-space-space-unit);
  }
  .aqcuire-card-text06 {
    margin-bottom: var(--dl-space-space-unit);
  }
  .aqcuire-card-text08 {
    margin-bottom: var(--dl-space-space-unit);
  }
  .aqcuire-card-button {
    color: var(--dl-color-gray-white);
    margin-top: auto;
    padding-top: var(--dl-space-space-unit);
    padding-left: 32px;
    padding-right: 32px;
    padding-bottom: var(--dl-space-space-unit);
    background-color: var(--dl-color-gray-black);
  }
  /* @media(max-width: 991px) {
      .aqcuire-card-pricing-card {
        width: 100%;
        padding: 32px;
        max-width: 100%;
        align-items: center;
      }
    }
    @media(max-width: 767px) {
      .aqcuire-card-pricing-card {
        width: 100%;
        max-width: 450px;
        align-items: center;
        margin-right: 0px;
        margin-bottom: 32px;
      }
    } */
  
  .acquire-hero {
    width: 100%;
    display: block;
    justify-self: center;
    text-align: center;
  }
  
  .acquire-container {
    margin-top: 5rem;
    width: 100%;
    display: block;
    justify-self: center;
    max-width: var(--dl-size-size-maxcontent);
  }
  .acquire-cover-title {
    font-weight: 400;
    font-size: 3rem;
    color: white;
    padding: auto;
  }
  .acquire-heading {
    width: 100%;
    display: block;
    justify-content: space-between;
    align-items: flex-start;
    text-align: center;
    /* position: flex-start; */
  }
  
  .acquire-heading h1 {
    color: var(--engbakken-color);
    font-weight: 400;
  }
  .acquire-heading h2 {
    font-weight: 650;
    font-size: large;
  }
  
  .acquire-cover {
    /* background: linear-gradient(rgba(51, 51, 51, 0.3) 100%, rgba(100, 100, 70, 0.3) 10.47%), url("public/Re-Dresser/re-dresser-grass-side.jpg") no-repeat; */
    background: linear-gradient(
        rgba(51, 51, 51, 0.4) 100%,
        rgba(100, 100, 70, 0.3) 10.47%
      ),
      url("/public/Assets/acquire.jpg") no-repeat;
    width: 100%;
    max-width: unset !important;
    background-position: center 65%;
    background-size: 100%;
    height: 40vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  
  .acquire-pricing {
    width: 100%;
    height: auto;
    /* display: flex; */
    background-size: cover;
    /* justify-content: center; */
    background-image: linear-gradient(
        100.8deg,
        rgba(50, 190, 22, 0.4) 64%,
        rgba(100, 100, 70, 0.6) 0.47%
      ),
      url("https://images.unsplash.com/photo-1540470174401-f25e9eb17c1c?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1167&q=80");
    max-width: var(--dl-size-size-maxcontent);
  
    /* background-image: url('https://images.unsplash.com/photo-1503149779833-1de50ebe5f8a?ixid=Mnw5MTMyMXwwfDF8c2VhcmNofDE2fHxzd2lzcyUyMGNoZWVzZSUyMHBsYW50fGVufDB8fHx8MTYyNTg0MTU0Mg&ixlib=rb-1.2.1&w=1500'); */
    background-position: center;
  }
  
  .acquire-pricing h2 {
    margin: 2.5%;
    padding: 0 5%;
  
    overflow-wrap: break-word;
    color: white;
    font-size: 2.5rem;
    text-align: center;
  }
  .acquire-container15 {
    /* width: auto; */
    display: flex;
    padding: 48px;
    max-width: var(--dl-size-size-maxcontent);
    align-items: center;
    background-size: cover;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0;
  }
  
  .acquire-container01 {
    display: flex;
    /* margin-right: 48px; */
    /* padding-right: 48px; */
    flex-direction: column;
  }
  .acquire-text {
    font-size: 3rem;
    max-width: 450px;
  }
  .acquire-text01 {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .acquire-image {
    width: 40%;
    object-fit: cover;
  }
  .acquire-section-separator {
    width: 100%;
    height: 1px;
    display: flex;
    max-width: var(--dl-size-size-maxcontent);
    align-items: flex-start;
    flex-direction: column;
    background-color: var(--dl-color-gray-700);
  }
  .acquire-steps {
    width: 100%;
    height: 638px;
    display: flex;
    padding: 48px;
    max-width: 1400px;
    align-items: center;
    flex-direction: column;
  }
  .acquire-text07 {
    color: var(--dl-color-gray-black);
    font-size: 3rem;
  }
  .acquire-text08 {
    color: var(--dl-color-gray-700);
    font-size: 1.15rem;
    max-width: 600px;
    margin-top: var(--dl-space-space-unit);
    text-align: center;
    margin-bottom: var(--dl-space-space-unit);
  }

  .aqcuire-card-pricing-card {
    width: 100%;
    display: flex;
    padding: 32px;
    position: relative;
    max-width: 300px;
    min-height: 450px;
    transition: 0.3s;
    align-items: flex-start;
    margin: 16px;
    border-radius: 20px;
    flex-direction: column;
    justify-content: space-between;
    background-color: rgba(255, 255, 255, 0.767); /*var(--engbakken-color);*/
  }
  .aqcuire-card-pricing-card:hover {
    transform: scale(1.02);
  }
  
  .aqcuire-card-text {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 32px;
    text-transform: uppercase;
    margin: 0 auto;
  }
  .franchise-badge {
    position: absolute;
    top: 0%;
    left: -15%;
    width: 7rem;
    z-index: 2;
  }
  
  .franchise-badge img {
    width: 10rem;
    transform: rotate(-40deg);
    /* background-color: var(--engbakken-color); */
  }

  .aqcuire-card-pricing-card {
  width: 100%;
  display: flex;
  padding: 32px;
  position: relative;
  max-width: 300px;
  min-height: 450px;
  transition: 0.3s;
  align-items: flex-start;
  margin: 16px;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  background-color: rgba(255, 255, 255, 0.767); /*var(--engbakken-color);*/
}
.aqcuire-card-pricing-card:hover {
  transform: scale(1.02);
}
.aqcuire-card-text {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 32px;
  text-transform: uppercase;
  margin: 0 auto;

}
.franchise-badge{
  position: absolute;
  top: 0%;
  left: -15%;
  width: 7rem;
  z-index: 2;
}

.franchise-badge img{
  width: 10rem;
  transform: rotate(-40deg);
  /* background-color: var(--engbakken-color); */
}

