.oraltravel__container {
  display: none;
  padding: 0 0.63rem 0 0.63rem;
}

.oral_location__container {
  background-image: url("../assets/oralnavigation.webp");
  background-repeat: no-repeat;
  background-size: cover;
  width: 18.72rem;
  height: 24.59rem;
  top: 130px;
  angle: 0 deg;
  opacity: 1;
}

.oral_location__top-text {
  font-weight: 400;
  font-style: Regular;
  font-size: 0.909rem;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: 0%;
  color: #5a5b60;
}

.oraltravel_btn {
  width: 13rem;
  height: 2.54rem;
  angle: 0 deg;
  opacity: 1;
  border-radius: 0.18rem;
  padding: 0.54rem;
  gap: 0.54rem;
  background-color: #802a8f;
  font-family: Poppins;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 0.909rem;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #ffffff;
}

.oral_location__top-text span {
  font-weight: 700;
  font-style: Bold;
}

.oral_bottom-question {
  font-weight: 700;
  font-style: Bold;
  font-size: 0.72rem;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: 0%;
  color: #5a5b60;
}

.oral_bottom-text {
  font-weight: 400;
  font-style: Regular;
  font-size: 0.72rem;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: 0%;
  color: #5a5b60;
  width: 13.5rem;
  angle: 0 deg;
  opacity: 1;
}

.oral_bottom-container {
  margin: 8.57rem 0 0 4.59rem;
}
.oraltravel_btn-desktop {
  display: none;
}
@media screen and (min-width: 769px) {
  .oral_location__container {
    background-image: url("../assets/oralnavigation.webp");
    background-repeat: no-repeat;
    background-size: cover;
    width: 11.32rem;
    height: 11.32rem;
    angle: 0 deg;
    opacity: 1;
  }

  .oraltravel__container {
    display: block;
    margin: 2.64rem 5.64rem 3.01rem 5.60rem;
  }

  .oraltravel__title {
    width: 14.47rem;
    /* height: 2.45rem; */
    angle: 0 deg;
    opacity: 1;
    font-weight: 500;
    font-style: Medium;
    font-size: 1.01rem;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: -2%;
    margin: 0 0 0 0;
  }

  .oraltravel__title span {
    font-weight: 800;
    font-style: ExtraBold;
  }

  .oral_location__top-text {
    font-weight: 400;
    font-style: Regular;
    font-size: 0.67rem;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
    width: 14.26rem;
    height: 4.43rem;
    angle: 0 deg;
    opacity: 1;
  }

  .oral_location__top-text span {
    font-weight: 800;
    font-style: ExtraBold;
  }

  .oral_bottom-question {
    font-weight: 700;
    font-style: Bold;
    font-size: 0.67rem;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0%;
    color: #5A5B60;
    width: 11.71rem;
    angle: 0 deg;
    opacity: 1;
  }

  .oral_bottom-text {
    width: 13.77rem;
    angle: 0 deg;
    opacity: 1;
    font-weight: 400;
    font-style: Regular;
    font-size: 0.607rem;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0%;

  }

  .oraltravel_btn {
    display: none;
  }

  .oraltravel_btn-desktop {
    display: block;
    width: 5.39rem;
    height: 1.01rem;
    angle: 0 deg;
    opacity: 1;
    border-radius: 0.075rem;
    gap: 0.226rem;
    padding: 0.226rem;
    background: #802A8F;
    font-family: Poppins;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 0.45rem;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #fdfdfd;
    margin: 0.83rem 0 0 0;
  }

  .oral_bottom-container {
    margin: 3.57rem 0 0 10.59rem;
  }
}