* {
  box-sizing: border-box;
}
body {
  margin: 0;
  font-family: "AudiType", Arial, Helvetica, sans-serif;
}
img {
  max-width: 100%;
}
a {
  text-decoration: none;
}
a:visited {
  color: inherit;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
p {
  margin: 0;
}
h2 {
  font-size: 2.5vw;
}
@media (max-width: 768px) {
  h2 {
    font-size: 5.5vw;
  }
}
h3 {
  font-size: 1.875vw;
}
@media (max-width: 768px) {
  h3 {
    font-size: 3.875vw;
  }
}

.bg {
  background-color: #f2f2f2;
}
.container {
  margin: 0 auto;
  width: 65%;
}
@media (max-width: 768px) {
  .container {
    width: 90%;
  }
}
.baner {
  position: relative;
  margin-bottom: 3%;
}
.baner__img {
}
.baner__text {
  margin-top: 2%;
  font-size: 1.875vw;
  text-align: center;
}
@media (max-width: 768px) {
  .baner__text {
  }
}

.title {
  position: relative;
  margin-bottom: 2rem;
}
.title__text {
  font-size: 1.563vw;
  display: inline-block;
  background: #ffffff;
  padding-right: 2%;
}
.title__text span {
  color: #b3b3b3;
}
.title::after {
  content: "";
  background-color: #f50537;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 15px;
  left: 0;
  z-index: -1;
}
.boxes {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 5%;
}
.boxes .box {
  width: 48%;
}
.box {
  text-align: center;
}
.box__img {
}
.box__title {
  color: #333333;
  font-size: 1.25vw;
  font-weight: 700;
}
.box__title--margin {
  margin-bottom: 2rem;
}
.box__subtitle {
  color: #b3b3b3;
  font-size: 0.938vw;
}
.box__oldPrice {
  color: #b3b3b3;
  text-decoration: line-through;
  font-size: 1.25vw;
  font-weight: 700;
}
.box__price {
  color: #f50537;
  font-size: 1.563vw;
  font-weight: 700;
}
.box__showMore {
  font-size: 0.938vw;
  margin-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.box__showMore::after {
  display: inline-block;
  content: " ";
  background-image: url("../../assets/images/arrow.svg");
  background-size: 12px 12px;
  height: 12px;
  width: 12px;
  margin-left: 5px;
}

.column {
  margin-left: 12.5%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 4%;
}
.column__col {
  width: 48%;
}

.text {
  text-align: center;
  font-size: 1.25vw;
}
.text p {
  margin-bottom: 2%;
}

.btn {
  margin-top: 3%;
  display: inline-block;
  background-color: #f50537;
  color: #fff;
  font-weight: 700;
  text-align: center;
  padding: 10px 15px;
  font-size: 0.938vw;

}
.btn a {
  color: #fff;
}
.btn::after {
  display: inline-block;
  content: " ";
  background-image: url("../../assets/images/arrow_white.svg");
  background-size: 12px 12px;
  height: 12px;
  width: 12px;
  margin-left: 5px;
  top: 2px;
position: relative;
}

.employee {
  margin-top: 8%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: -23%;
  z-index: 9;
}
/* .employee::after {
  position: absolute;
  content: "";
  background-color: #b3b3b3;
  width: 88%;
  height: 78%;
  z-index: -1;
} */
.employee__bg {
  width: 100%;
  background: #b3b3b3;
  height: 450px;
  position: relative;
}
.employee__box {
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: absolute;
  width: 100%;
}
.employee__img {
}
.employee__content {
  /* margin-left: 4rem; */
}
.employee__item {
  font-size: 0.938vw;
  font-weight: 700;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.employee__item:last-child {
  margin-bottom: 0;
}
.employee__item a {
  text-decoration: unset;
  color: #fff;
}
.employee__item img {
  margin-right: 1rem;
}

@media (max-width: 1536px) {
  .container {
    width: 75%;
  }
}

@media (max-width: 768px) {
  .boxes {
    flex-direction: column;
  }
  .boxes .box {
    width: 100%;
  }
  .column {
    margin-left: 0;
    flex-direction: column;
    width: 90%;
    margin: 0 auto;
  }
  .column__col {
    width: 100%;
  }
  .title {
    margin-top: 2rem;
  }
  .title__text {
    font-size: 3.563vw;
  }
  .title::after {
    bottom: 7px;
  }
  .baner__text {
    margin-top: 5%;
    margin-bottom: 10%;
    font-size: 3.875vw;
  }
  .box__title {
    font-size: 4.25vw;
  }
  .box__subtitle {
    font-size: 3.938vw;
  }
  .box__oldPrice {
    font-size: 4.25vw;
  }
  .box__price {
    font-size: 5.563vw;
  }
  .box__showMore {
    font-size: 4.938vw;
    margin-bottom: 6%;
  }
  .text {
    font-size: 3.25vw;
  }
  .btn {
    font-size: 2.938vw;
  }
  .employee {
    margin-top: 8%;
    flex-direction: column;
    margin-bottom: 0;
  }
  .employee::after {
    width: 95%;
    height: 107%;
  }
  .employee__box {
    flex-direction: column;
  }
  .employee__item {
    font-size: 2.938vw;
  }
  .employee__content {
    margin-left: 0rem;
    margin-top: 2rem;
  }
}
