.season-content {
  background-image: url("../images/bg-wood.png");
  background-size: 40%;
  min-height: 100vh;
  background-position: top;
}

.chart-img {
  height: 50px;
  width: auto;
}

.season-top {
  position: relative;
  text-align: center;
}

.season-top .img-header {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.season-top .season-top-text h1 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  margin-bottom: unset;
  color: #004722;
  /* text-shadow: 2px 2px 5px rgb(0 0 0 / 60%); */
  margin: 5rem 0 1rem;
  font-size: 36px;
}

.season-top .season-top-text .exam-volume {
  display: flex;
  background: white;
  border-radius: 50px;
  align-items: center;
  justify-content: space-around;
  align-content: center;
  padding: 10px;
  margin: 1rem 0;
  box-shadow: 2px 2px 5px rgb(0 0 0 / 60%);
}

.season-top .season-top-text .exam-volume h2 {
  font-size: 10px;
  margin-bottom: unset;
  text-transform: uppercase;
}

.season-top .season-top-text .exam-volume h2::before {
  content: "";
  height: 10px;
  width: 25px;
  display: inline-flex;
  margin-right: 3px;
}

.season-top .season-top-text .exam-volume h2:nth-child(1)::before {
  background: #add33f;
}

.season-top .season-top-text .exam-volume h2:nth-child(2)::before {
  background: #ebcb42;
}

.season-top .season-top-text .exam-volume h2:nth-child(3)::before {
  background: #e35324;
}

.set-border,
.set-border thead th {
  border: 2px solid #000 !important;
}

.set-border tbody td {
  border-left: 2px solid #000 !important;
  border-right: 2px solid #000 !important;
}

.season-table th {
  text-transform: uppercase;
  text-align: center;
}

.season-table .season-tbody tr {
  height: 60px;
  border: inset 3px #000;
}

.season-table .season-tbody th {
  position: relative;
  background: #b9cd90;
  text-align: unset;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 1.2rem;
  vertical-align: middle;
  border-bottom: 1px solid #dee2e6 !important;
}

.season-table .season-tbody th h3 {
  font-size: 18px;
  margin: unset;
  letter-spacing: 1px;
}

.season-table .season-tbody th p {
  margin-bottom: unset;
  font-size: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #e1e6d2;
  padding: 0 10px;
  font-weight: 500;
}

.season-table .season-tbody td {
  text-align: center;
  position: relative;
  padding: 0 0 1.5rem;
  vertical-align: middle;
  border-bottom: 1px solid #dee2e6 !important;
}

.season-table .season-tbody td .volume {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
}

.status-hight {
  background: #add33f;
}

.status-medium {
  background: #ebcb42;
}

.status-low {
  background: #e35324;
}

.status-unset {
  background: #e1e6d2;
}

.season-bottom {
  text-align: center;
  margin: 1rem 0;
}

.season-bottom .view-all-product {
  background: #004722;
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: 10px;
  letter-spacing: 2px;
  color: #fff;
}
@media screen and (max-width: 992px){

  .season-top .img-header {
  margin-top: 8vh;
  }
}
@media screen and (max-width: 350px) {
  .season-top .season-top-text .exam-volume {
    margin: 10px 0 1rem;
  }
}

@media screen and (min-width: 768px) {
  .season-top .season-top-text .exam-volume h2 {
    font-size: 16px;
  }
  .season-content {
    padding: 0 1rem;
  }
  .season-top .img-header {
    width: 500px;
  }
  .season-top .season-top-text .exam-volume {
    margin: 10px 10% 1rem;
  }
	.chart-img {
		height: 60px;
	}
}

@media screen and (min-width: 992px) {
  .season-top .img-header {
    width: 550px;
  }
  .season-top .season-top-text h1 {
    font-size: 60px;
    margin: 9rem 0 2rem;
  }
  .season-top .season-top-text .exam-volume {
    margin: 10px 15% 1rem;
  }
}

@media screen and (min-width: 1200px) {
  .season-content {
    padding: 0 10%;
  }
  .season-top .season-top-text .exam-volume h2 {
    font-size: 20px;
  }
  .season-top .season-top-text .exam-volume h2::before {
    height: 13px;
    width: 30px;
  }
	.chart-img {
		height: 70px;
	}
}
