/* aboutUs */
.main-aboutUs {
  margin-top: 72px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.main-aboutUs .main-aboutUs_left {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  position: relative;
  grid-row-gap: 20px;
  grid-column-gap: 20px;
}

.main-aboutUs .main-aboutUs_left.main-aboutUs_left_mobile {
  display: none;
}

.main-heazinContent
  .heazinContent
  .heazinContent-left.heazinContent-left_mobile {
  display: none;
}

.main-aboutUs .main-aboutUs_left .aboutUs-image1 {
  width: 403px;
  height: 356px;
  border-radius: 10px;
}

.main-aboutUs .main-aboutUs_left .aboutUs-image2 {
  width: 403px;
  height: 356px;
  grid-column: 2/1;
  border-radius: 10px;
}

.main-aboutUs .main-aboutUs_left .aboutUs-image3 {
  width: 403px;
  height: 610px;
  grid-column: 2/2;
  grid-row: 1/3;
  padding-top: 72px;
  border-radius: 10px;
}

.main-aboutUs .main-aboutUs_left .aboutUs-image4 {
  width: 278px;
  height: 278px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.main-aboutUs .main-aboutUs_right {
  padding-top: 72px;
  padding-left: 80px;
}

.main-aboutUs .main-aboutUs_right .aboutUs-textaboutUs {
  color: #000;
  font-family: Inter;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 10px;
}

.main-aboutUs .main-aboutUs_right .aboutUs-title {
  color: #000;
  font-family: Inter;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 16px;
}

.main-aboutUs .main-aboutUs_right .aboutUs-text {
  color: #000;
  text-align: justify;
  font-family: Inter;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 55px;
}

.main-aboutUs .main-aboutUs_right .aboutUs-setting {
  color: #fff;
  font-family: Inter;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background: rgba(117, 117, 117, 1);
  border-radius: 10px;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
}

/* heazin */

.main-heazin {
  margin-top: 72px;
}

.main-heazin .heazin-text {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.main-heazin .heazin-items {
  margin-top: 94px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 83px;
}

.main-heazin .heazin-items .heazin-items-item {
  width: 100%;
  height: 100%;
  background: #ffd7dd;
  border-radius: 210px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 74px;
  border: 2px solid #f27785;
}

.main-heazin .heazin-items .heazin-items-item .item-image {
  padding: 34px 23px;
  width: 388px;
  height: 388px;
  border-radius: 50%;
}

.main-heazin .heazin-items .heazin-items-item .item-text {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 75px;
}

.main-heazinContent {
  height: 100%;
  width: 100%;
  /* padding: 91px 0px; */
  margin-top: 113px;
  background: #fff3e2;
}

.main-heazinContent .heazinContent {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.main-heazinContent .heazinContent .heazinContent-left {
  width: 100%;
  height: 100%;
}

.main-heazinContent
  .heazinContent
  .heazinContent-left
  .heazinContent-left_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-heazinContent .heazinContent .heazinContent-right {
  padding: 126px;
}

.main-heazinContent
  .heazinContent
  .heazinContent-right
  .heazinContent-textHeazin {
  color: #000;
  font-family: Inter;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: normal;
}

.main-heazinContent .heazinContent .heazinContent-right .heazinContent-title {
  margin-bottom: 16px;
  color: #000;
  font-family: Inter;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.main-heazinContent .heazinContent .heazinContent-right .heazinContent-text {
  color: #000;
  text-align: justify;
  font-family: Inter;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 38px;
}

.main-heazinContent .heazinContent .heazinContent-right .aboutUs-setting {
  color: #fff;
  font-family: Inter;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background: rgba(117, 117, 117, 1);
  border-radius: 10px;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
}

/* selling prescription drugs */
.main-sellingPrescriptionDrugs {
  margin-top: 113px;
  text-align: center;
}

.main-sellingPrescriptionDrugs .main-sellingPrescriptionDrugs_textHeazin {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 10px;
}

.main-sellingPrescriptionDrugs .main-sellingPrescriptionDrugs_title {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 37px;
}

.main-sellingPrescriptionDrugs .main-sellingPrescriptionDrugs_text {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 37px;
}

.main-sellingPrescriptionDrugs .main-sellingPrescriptionDrugs_btn {
  color: #fff;
  font-family: Inter;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 10px 20px;
  background: #757575;
  border-radius: 10px;
  text-align: center;
  border: none;
  margin-bottom: 73px;
  cursor: pointer;
}

.main-sellingPrescriptionDrugs_items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 96px;
  border-radius: 210px;
}

.main-sellingPrescriptionDrugs_items .sellingPrescriptionDrugs-items_item {
  position: relative;
  width: 435px;
  height: 550px;
}

.main-sellingPrescriptionDrugs_items
  .sellingPrescriptionDrugs-items_item
  .item-image {
  border-radius: 210px;
  border: 4px solid #f27785;
  width: 100%;
  height: 100%;
}

.main-sellingPrescriptionDrugs_items
  .sellingPrescriptionDrugs-items_item
  .item-subImage {
  color: white;
  width: 100%;
  height: 110px;
  border-radius: 55px;
  position: absolute;
  bottom: -8%;
  left: 50%;
  background: #f27785;
  transform: translate(-50%, 50%);
  display: grid;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Inter;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 10px;
}

.main-storage {
  margin-top: 220px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding-bottom: 10px;
}

.main-storage .main-storage_left .storage-textHeazin {
  color: #000;
  font-family: Inter;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 10px;
}

.main-storage .main-storage_left .storage-title {
  color: #000;
  font-family: Inter;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 21px;
}

.main-storage .main-storage_left .storage-btn {
  color: #fff;
  font-family: Inter;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background: rgba(117, 117, 117, 1);
  border-radius: 10px;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
}

.main-storage .main-storage_right .storage-image {
  position: relative;
  border-radius: 184.5px;
}

.main-storage .main-storage_right .storage-image img {
  width: 759px;
  height: 369px;
  border-radius: 184.5px;
}

.main-storage .main-storage_right .storage-text {
  position: absolute;
  background: #f27785;
  width: 512px;
  height: 110px;
  display: grid;
  justify-content: center;
  align-items: center;
  padding: 0px 32px;
  transform: translate(-50%, -50%);
  left: 50%;
  border-radius: 55px;
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.main-storage1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 120px;
}

.main-storage1 .main-storage1_left {
  position: relative;
}

.main-storage1 .main-storage1_left img {
  width: 759px;
  height: 369px;
  border-radius: 184.5px;
}

.main-storage1 .main-storage1_left .storage1-text {
  position: absolute;
  background: #f27785;
  width: 512px;
  height: 110px;
  display: grid;
  justify-content: center;
  align-items: center;
  padding: 0px 32px;
  transform: translate(-50%, -50%);
  left: 50%;
  border-radius: 55px;
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.main-storage1 .main-storage1_right {
  justify-content: center;
  align-items: center;
  display: flex;
}

.main-storage1 .main-storage1_right .storage1-text {
  padding-top: 70px;
  color: #000;
  text-align: justify;
  font-family: Inter;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-left: 88px;
}

.main-email {
  background: url("/images/sell_with_heazen_desktop.png");
  background-repeat: no-repeat;
  background-size: 100%;
}

.main-email .email {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  height: 100vh;
}

.main-email .email .email-left img {
  width: 685px;
  height: 753px;
}

.main-email .email .email-right {
  background: rgba(255, 255, 255, 0.65);
  justify-content: center;
  align-items: center;
  display: grid;
  padding: 270px 40px;
}

.main-email .email .email-right .email-textHeazin {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 10px;
}

.main-email .email .email-right .email-title {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.main-email .email .email-right .email-sub-title {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 40px;
}

.main-email .email .email-right .email-form {
  background: #fff;
  text-align: center;
  padding: 38px;
}

.main-email .email .email-right .email-form .form-title {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 10px;
}

.main-email .email .email-right .email-form .form-text {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 25px;
}

.main-email .email .email-right .email-form .form-email {
  display: block;
  border-radius: 10px;
  border: 1px solid #757575;
  outline: none;
  width: 592px;
  padding: 10px;
  margin-bottom: 25px;
}

.main-email .email .email-right .email-form .form-btn {
  color: #fff;
  font-family: Inter;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 10px 20px;
  border-radius: 10px;
  background: #ff6e86;
  text-align: center;
  border: none;
  cursor: pointer;
  margin-top: 20px;
}

.main-email .email .email-right .email-form .form-btn a {
  color: #fff;
}

.main-email .email .email-right .email-setting {
  margin-top: 88px;
}

.main-email .email .email-right .email-setting .setting-title {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.header-left_btn .setting-image {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  margin-top: 30px;
}

.header-left_btn .setting-image .setting-imag1 {
  flex: 1;
  cursor: pointer;
}

.header-left_btn .setting-image .setting-imag2 {
  flex: 1;
  cursor: pointer;
}
