.history-main {
  font-size: 40px;
  text-align: center;
  font-weight: bold;
  color: #09938a !important;
  padding-top: 35px;
}
.h1-main {
  background-color: #f8f8fb;
  padding-left: 165px;
  padding-right: 165px;
}
.his-main {
  padding-left: 165px;
  padding-right: 165px;
  margin: auto;
  gap: 50px;
  padding-top: 50px;

}
.his-main1 {
  width: 100%;
  background-color: #f8f8fb;
  padding-bottom: 100px;
}
.test-text {
  font-size: 40px;
  text-align: center;
  font-weight: bold;
  color: #09938a !important;
  padding-top: 35px;
  text-align: center;
}
.div-1 {
  height: 154.01px;
  width: 135.56px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 53.96px;
  font-family: Poppins;
  color: #ffffff;
}
.div-2 {
  height: 154.01px;
  width: 135.56px;
  display: flex;
  justify-content: center;
  align-items: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 53.96px;
  font-family: Poppins;
  color: #ffffff;
}
.card-main {
  background-color: #ffffff;
  padding-top: 24px;
  border-radius: 20px;
  padding-bottom: 9px;
  padding-left: 15px;
  padding-right: 15px;
  min-height: 429px;
  width: 30%;
}
.card-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.emo-main {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 18px;
}
.emo-text {
  font-size: 14.53px;
  font-weight: bold;
  color: #09938a !important;
  font-family: Poppins;
  text-align: center;
  margin-top: 12.31px;
}
.p-text {
  color: "rgba(51;51;51;0.50)";
  font-size: 11.69px;
  font-family: Poppins;
  font-weight: 600;
  line-height: 23.38px;
  word-wrap: break-word;
  text-align: center;
  margin-top: 12px;
}

.para {
  margin-top: 16.22px;
  color: "rgba(51;51;51;0.50)";
  font-size: 11.69px;
  font-family: Poppins;
  font-weight: 600;
  line-height: 23.38px;
  word-wrap: break-word;
  text-align: center;
}
.product {
  font-size: 13px;
  font-family: Roboto;
  font-weight: 700;
  color: #09938a !important;
  word-wrap: break-word;
}
.day {
  font-size: 10px;
  font-family: Poppins;
  font-weight: 700;
  word-wrap: break-word;
  margin-top: 5px;
  text-align: start;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #09938a !important;
}
.d-text {
  color: #09938a !important;
  font-size: 7.35px;
  font-family: Poppins;
  font-weight: 700;
  word-wrap: break-word;
}
.last {
  display: flex;
  justify-content: space-between;
  align-items: center;

  /* margin-top: 38px; */
}
.last3 {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
  padding-right: 27px;
  padding-left: 16px;
  margin-top: 40px;
}

.history-main1 {
  /* max-width: 1300px;
margin: auto; */
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 5%;

  /* Add any other styles for the history-main container */
}
.f1 {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: baseline;
}

.data-container {
  flex: 0 0 30%; /* Set each item to take up 1/3 of the container */
  box-sizing: border-box;
  padding-top: 96px;
  /* Add any other styles for the data-container */
}
.more-text {
  font-size: 25px;
  font-family: Poppins;
  font-weight: 500;
  word-wrap: break-word;
  text-align: center;
  color: #09938a !important;
  margin-top: 44px;
  padding-bottom: 74px;
}
.last-2 {
  display: flex;
  justify-content: end;
  flex-direction: column;
}
.p2{
  margin-top: 7.25px;
  max-width: 360px;
  color: #09938A;
  font-Size: 20.21px;
  font-Family: Poppins;
  font-Weight: 400;
  line-Height: 28.29px;
  word-Wrap: break-word;
}
.d-pic {
  display: flex;
  justify-content: end;
  align-items: end;
}
.test {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1400px) {
  .h1-main {
    padding-left: 50px;
    padding-right: 50px;
  }
  .card-main{
    width: unset !important;
  }
}
@media (max-width: 800px) {
  .h1-main {
    padding-left: 20px;
    padding-right: 20px;
  }
  .history-main1 {
    gap: 2%;
  }
}

/* Media Query for Tablet: 2 cards in a row */
@media (max-width: 768px) {
  .data-container {
    flex: 0 0 calc(50% - 20px);
    padding-top: 40px;
    /* 2 cards in a row (minus margin) */
  }
}

/* Media Query for Mobile: 1 card in a row */
@media (max-width: 480px) {
  .data-container {
    flex: 0 0 calc(100% - 20px);
    padding-top: 40px;
    /* 1 card in a row (minus margin) */
  }
}
