:root {
  /* --font32: 3.2rem; */

  --font24: 3.6rem;
  --font20: 3.2rem;

  --font16: 2rem;
  --font18: 1.8rem;

  --font14: 1.6rem;
  --font12: 1.4rem;
  --font10: 1.2rem;
}
.container {
  gap: 10rem;
}
.mobille {
  width: 37.6rem;
  padding: 4rem;
}
.text {
  align-items: start;
  width: 40%;
  max-width: 54.353rem;
  /* text-align: center; */
}

.overlay {
  background-image: url(../Assets/Pharmacist_assisting_customer.png);
  background-repeat: no-repeat;
  background-position: right 0rem;
  background-size: 45rem;
}
article .top {
  /* align-items: center; */
  gap: 2rem;
  align-self: flex-start;
  /* text-align: center; */
}
.innerArt {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 90%;
  /* max-width: 67.8rem; */
  gap: 2rem;
}
.priceCont {
  grid-template-columns: 1fr 1fr;
  width: 100%;
  gap: 1.8rem;
  max-width: 67.8rem;
}

.box1,
.box2 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  border: 1px solid var(--darkBlue);
  width: 33rem;
  /* width: 100%; */
  height: 72.2rem;
  padding: 2rem;
  gap: 1.2rem;
  border-radius: 1rem;
}

aside {
  flex-direction: row;
}
.texts {
  align-self: center;
}

footer {
  height: 43rem;
  justify-content: space-around;
}
.topFooter {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  gap: 1rem;
  height: 17rem;
  /* gap: 5rem; */
}
.footerLogo {
  display: flex;
  width: 14rem;
  height: 8rem;
}
.footerLogo img {
  width: 14rem;
  height: 70%;
}
.topFooter ul {
  grid-template-columns: 1fr 1fr;
  justify-items: start;
  text-wrap: nowrap;
  gap: 2rem;
}
form {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 1.2rem;

  /* width: 37.1rem; */
}
.form1 {
  display: none;
}
.form2 {
  display: flex;
}
.inputXbtn {
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 0.5rem;
}
form input {
  width: 20.57rem;
  height: 5rem;
}
form button {
  /* width: 13.811rem; */
}
.bottomFooter {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
