h3 {
  font-size: 22px;
}

.product_image {
  border-radius: 12px;
  z-index: 1;
  position: relative; 
  width: 100%; 
  max-height: 500px; 
  object-fit: cover;
  margin-top: -15px !important; 
  border: 2px solid #e0dfde;
  border-radius: 12px;
}

.tabs__content {
  width: 100%; 
  min-height: 500px;
  height: auto;
  position: relative;
}

.product_content {
  height: auto;
  margin: 0 auto;
  padding: 40px;
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  background: #fff;
  border-width: 2px; 
  border-radius: 0px 0px 12px 12px;
  border-style: solid;
  border-color: #8de5e0;
  margin-top: -10px; 
  padding-top: 50px; 
  z-index: 0;

}

.tabs__nav {
  width: 98%; 
  margin-right: 10px !important;
  margin-left: 10px !important;
  margin-bottom: 0px !important;
}

.tabs__btn {
  border-width: 2px;
  border-radius: 12px 12px 0px 0px;
  border-style: solid;
  border-color: #8de5e0;
  font-size: 20px;
   font-family: Rajdhani,sans-serif !important;
}

.tabs__btn {
  margin-bottom: 0px !important; 
  width: 100%; 
  padding: 10px; 
  padding-top: 15px; 
  padding-bottom: 15px; 
  font-size: 24px;
}


.tabs__btn--active {
  background-color: #1f4276;
  border-width: 2px; 
  border-radius: 12px 12px 0px 0px;
  border-style: solid;
  border-color: #e0dfde;
  font-size: 30px;
  padding-top: 10px;
  color: #fff;
  font-family: Rajdhani,sans-serif !important;
  font-weight: 600;
}
.active_title {
  font-weight: 600;
  color: #1f4276;
  font-size: 30px;
}
.tabs__btn--inactive {
  background-color: #fff;
  color: #282828;
  border-width: 1px; 
  border-style: solid;
  border-color: #e0dfde;
}

.btn--login {
  margin-left: 30px;
  padding-left: 40px;
  padding-right: 40px;
  border-color: #1f4276;
  border-width: 2px;
  border-style: solid;
}


/* If screen size is more than 600px wide, set the font-size of <div> to 80px */
@media screen and (min-width: 1000px) {
  .tabs__nav-item {
    width: 25%;
  }
}

@media screen and (min-width: 900px) and (max-width: 1000px) {
  .tabs__nav-item {
    min-width: 200px; 
  }
}

@media screen and (min-width: 800px) and (max-width: 900px) {
  .tabs__nav-item {
    min-width: 150px; 
  }
}
@media screen and (min-width: 740px) and (max-width: 800px) {
  .tabs__nav-item {
    min-width: 120px; 
  }
}

/* If screen size is 600px wide, or less, set the font-size of <div> to 30px */
/* @media screen and (max-width: 600px) {
  div.example {
    font-size: 30px;
  } */
}