.flex {
  display: flex;
}
.gifttoschool .head {
  color: #C62829;
  font-weight: 600;
  background-color: #fff;
  border-radius: 23px;
  padding: 0 16px;
  letter-spacing: -6%;
  height: 54px;
  display: flex;
  align-items: center;
}
.gifttoschool .one > div.item:nth-child(1) .flex {
  align-items: center;
}
.gifttoschool .one>div:nth-child(3) {
    background-color: #F9FAFA;
    display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.gifttoschool .one>div:nth-child(1) {
    background-color: #F4F5F6;
}
.gifttoschool .one>div:nth-child(odd) {
    padding: 20px;
}
.gifttoschool .one>div {
    border-radius: 16px;
}
.gifttoschool .one>div:nth-child(even) {
    border: 1px solid #EEEFF1;
    padding: 24px 10px;
    /*background: url("/images/gifttoschool/products.png") no-repeat;*/
}
.gifttoschool .one {
  gap: 12px;
}
.gifttoschool .one>div:nth-child(1) .text {
  background-color: #fff;
  padding: 10px 0;
  text-align: center;
  font-size: 16px;
  line-height: 120%;
  border-radius: 16px;
}
.gifttoschool .head_red {
  background-color: #C62829;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -3%;
  text-align: center;
  border-radius: 16px;
  padding: 10px 0;
}
.gifttoschool .gift {
  background-color: #C62829;
  border-radius: 16px;
  margin-right: 7px;
  height: 60px;
  width: 60px;
}
.gifttoschool .gift img {
  padding: 5px;
  width: 100%;
}
.star_black {
  width: 120px;
  height: 40px;
  background: url("/images/gifttoschool/star.png") space;
  margin-top: 35px;
  margin-bottom: 14px;
  margin-right: auto;
  margin-left: auto;
}
.gifttoschool .button {
  margin-top: 26px;
  width: 100%;
}
.gifttoschool .pbtn.btn_primary {
  width: 100%;
  display: flex;
  border-radius: 8px;
  justify-content: center;
  height: 48px;
  align-items: center;
  font-size: 16px;
  cursor: pointer;
}
.gifttoschool .star_in_white {
    background: url("/images/gifttoschool/star.png") no-repeat;
  width: 40px;
  height: 40px;
  box-shadow: 4.34592px 8.69183px 34.7673px rgba(0,0,0,.08);
  margin-right: 10px;
  min-width: 40px;
  background-position: center;
  border-radius: 8px;
}
.gifttoschool .text_star {
  font-size: 16px;
}
.gifttoschool .one > div.item:nth-child(3) > .flex {
  margin-bottom: 15px;
}
.gifttoschool .period {
  color: #9196A1;
  font-size: 16px;
  /*margin-top: 100px;*/
}
.gifttoschool .header {
  font-size: 24px;
  text-align: center;
  font-weight: 600;
  margin: 20px;
}
.gifttoschool .two .item, .gifttoschool .two .item .number {
    box-shadow: 4.34592px 8.69183px 34.7673px rgba(0,0,0,.08);
    background-color: #FFFFFF;
}
.gifttoschool .two .item {
  border-radius: 16px;
  padding: 15px;
  align-items: center;
  justify-content: space-between;
}
.gifttoschool .two .item, .gifttoschool .two .item .number {
  box-shadow: 4.34592px 8.69183px 34.7673px rgba(0,0,0,.08);
  background-color: #FFFFFF;
}
.gifttoschool .two .item .number {
  width: 51px;
  height: 51px;
  font-size: 25px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;

}
@media (max-width: 991.5px) {
.gifttoschool .flex.one, .gifttoschool .flex.two {
  display: block;
}
.gifttoschool .head {
  font-size: 30px;
  width: 100%;
}
.gifttoschool .one > div:nth-child(2) {
  height: 365px;
  background-position: center -25px !important;
  display: flex;
  align-items: end;
  justify-content: center;
  margin-top: 4px;
  margin-bottom: 20px;
}
.gifttoschool .head_red, .gifttoschool .two .item {
  width: 100%;
}
.gifttoschool .two .item {
  margin-bottom: 12px;
}
.gifttoschool .two .text {
  max-width: 56%;
    min-width: 56%;
}
}
@media (min-width: 992px) {
.gifttoschool .one>div:nth-child(1) {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.gifttoschool .head {
  font-size: 1.3rem;
}
.gifttoschool .one>div {
    width: 33%;
    height: 365px;
}
.gifttoschool .two .item {
  width: 33%;
}
.gifttoschool .two {
    gap: 12px;
}
.gifttoschool .two .text {
  max-width: 192px;
}
}