.voice {
  margin-bottom: 40px;
}
.voice_list {
  margin: 15px auto;
  gap: 15px;
}
.voice_item {
  width: 32% !important;
  border: 2px solid #F7931E;
}
.voice_img {
  width: 100%;
  height: 240px;
  display: block;
}
.voice_heading {
  color: #FFF;
  font-size: 17px;
  font-weight: 600;
  background: #F7931E;
  width: 100%;
  text-align: center;
  padding: 10px 0;
  letter-spacing: 0.01em;
}
.voice_text {
  color: #000;
  font-size: 22.5px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 15px;
}
.voice_link {
  color: #FFF !important;
  font-size: 15px;
  font-weight: 600;
  background: #F7931E;
  display: block;
  text-align: center;
  border-radius: 12.054px;
  padding: 10px 0;
}
.voice_wrap {
  width: 80%;
  margin: 17.5px auto;
}
.voice_btn {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto 0 auto auto;
  color: #FFF !important;
  font-size: 15px;
  font-weight: 600;
  border-radius: 11.412px;
  background: #22B5AE;
  padding: 15px;
}

.info {
  margin-bottom: 40px;
}
.info_table {
  border-collapse: collapse;
  width: 95%;
  margin: 20px auto 10px;
}
.info_table, .info_th, .info_td {
  border-bottom: 1px solid #AEAEAE;
  text-align: left;
}
.info_th, .info_td {
  padding: 10px 0 10px 25px;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  vertical-align: top;
  line-height: 1.5;
}
.info_th {
  width: 22.5%;
}
.info_td {
  padding-right: 25px;
  font-weight: 400;
  margin-bottom: 10px;
}
.info_link {
  display: block;
  color: #FFF !important;
  font-size: 15px;
  font-weight: 700;
  border-radius: 11.412px;
  background: #22B5AE;
  width: 191.728px;
  height: 34.237px;
  text-align: center;
  line-height: 34.237px;
  margin-top: 7.5px;
}
.info_map {
  width: 475px;
  height: 475px;
  margin: 40px auto;
}
.info_map iframe {
  width: 100%;
}

.newArrival {
  margin-bottom: 40px;
}
.newArrival_text, .newArrival_heading {
  color: #000;
  font-size: 19px;
  font-weight: 400;
}
.newArrival_heading {
  text-align: left;
}
.newArrival_list {
  width: 95%;
  margin: 20px auto;
}
.newArrival_item {
  gap: 12.5px;
  border-bottom: 1px solid #AEAEAE;
  padding: 7.5px 40px 5px;
  width: 100%;
  justify-content: flex-start;
}
.newArrival_tag {
  color: #FFF;
  font-size: 14px;
  font-weight: 600;
  background: #F7931E;
  padding: 7.5px 15px;
  margin-left: auto;
  width: 90px;
  text-align: center;
}

.news {
  margin-bottom: 40px;
}
.news_link {
  background: #22B5AE;
}

.blog {
  margin-bottom: 40px;
}
.blog_link {
  background: #F7931E;
}

.post {
  width: 95%;
  margin: 20px auto 10px;
}
.post_item {
  border-bottom: 1px solid #AEAEAE;
  gap: 15px;
  padding: 0 40px 5px;
  margin-bottom: 10px;
  color: black !important;
}
.post_img {
  width: 120px;
  height: 120px;
  display: block;
}
.post_wrap {
  width: calc(100% - 120px);
}
.post_coution {
  font-size: 15px;
  margin-bottom: 7.5px;
}
.post_heading {
  font-size: 20px;
  margin-bottom: 7.5px;
}
.post_text {
  font-size: 14px;
}
.post_link {
  display: block;
  margin: 10px 0 0 auto;
  font-size: 15px;
  font-weight: 800;
  color: white !important;
  border-radius: 14px;
  width: 175px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

.cta {
  border-radius: 17.119px;
  background: #F7931E;
  width: 72.5%;
  margin: 20px auto 30px;
  padding: 15px 0;
}
.cta_text {
  color: #22B5AE;
  font-size: 19px;
  font-weight: 700;
  border-radius: 17.5px;
  background: #FFF;
  margin-bottom: 10px;
  padding: 7.5px 20px;
}
.cta_heading {
  color: #FFF;
  font-size: 27.5px;
  font-weight: 800;
}

@media (max-width: 1000px) {
  .voice_list {
    margin: 15px auto 40px;
    gap: 15px;
  }
  .voice_item {
    width: calc(50% - 7.5px) !important;
  }
  .voice_img {
    width: 100%;
    height: 240px;
  }
  .info_table {
    width: 100%;
  }
  .info_th, .info_td {
    padding: 10px 0 10px 12.5px;
    font-size: 18px;
  }
  .info_th {
    width: 25%;
  }
  .newArrival_text, .newArrival_heading {
    font-size: 15px;
  }
  .newArrival_list {
    width: 100%;
  }
  .newArrival_item {
    gap: 10px;
    padding: 7.5px 15px 7.5px;
  }
  .newArrival_tag {
    font-size: 13px;
    padding: 7.5px 0px;
    width: 80px;
  }
  .post {
    width: 97.5%;
  }
  .post_item {
    padding: 0px 15px 7.5px;
  }
  .post_heading {
    font-size: 20px;
  }
  .post_link {
    font-size: 18px;
    width: 190px;
    height: 40px;
    line-height: 40px;
  }
  .cta {
    width: 90%;
    margin: 30px auto;
    padding: 15px 0;
  }
  .cta_text {
    font-size: 17.5px;
    margin-bottom: 12.5px;
    padding: 7.5px 22.5px;
  }
  .cta_heading {
    font-size: 25px;
  }
}
@media (max-width: 600px) {
  .voice {
    margin-bottom: 30px;
  }
  .voice_list {
    margin: 15px auto 40px;
    gap: 10px;
  }
  .voice_item {
    width: calc(50% - 7.5px) !important;
  }
  .voice_img {
    height: 150px;
  }
  .voice_heading {
    font-size: 14px;
    padding: 7.5px 0;
  }
  .voice_text {
    font-size: 17.5px;
    margin-bottom: 12.5px;
  }
  .voice_link {
    font-size: 12.5px;
    padding: 7.5px 0;
  }
  .voice_wrap {
    width: 80%;
    margin: 15px auto;
  }
  .voice_btn {
    font-size: 14px;
    padding: 10px 12.5px;
	margin-top: 10px;
  }
  .info {
    margin-bottom: 30px;
  }
  .info_table {
    width: 100%;
    margin: 20px auto 10px;
  }
  .info_th, .info_td {
    padding: 10px 0 10px 17.5px;
    font-size: 13px;
  }
  .info_th {
    width: 30%;
  }
  .info_td {
    padding-right: 17.5px;
  }
  .info_link {
    font-size: 13px;
    width: 160px;
    height: 30px;
    line-height: 30px;
  }
  .info_map {
    width: 100%;
    height: 375px !important;
    margin: 20px auto 20px;
  }
  .info_map iframe {
    height: 375px !important;
  }
  .newArrival {
    margin-bottom: 30px;
  }
  .newArrival_text {
    font-size: 14px;
  }
  .newArrival_heading {
    font-size: 16px;
  }
  .newArrival_list {
    width: 100%;
    margin: 10px auto;
  }
  .newArrival_item {
    gap: 10px;
    padding: 7.5px 15px;
    width: 100%;
    flex-direction: column;
    align-items: start;
  }
  .newArrival_tag {
    color: #FFF;
    font-size: 12px;
    padding: 7.5px 0px;
    margin-left: 0;
    margin-right: auto;
    width: 70px;
  }
  .news {
    margin-bottom: 30px;
  }
  .blog {
    margin-bottom: 30px;
  }
  .post {
    width: 100%;
    margin: 20px auto 10px;
  }
  .post_item {
    padding: 0 15px 7.5px;
  }
  .post_img {
    width: 80px;
    height: 80px;
  }
  .post_wrap {
    width: calc(100% - 100px);
  }
  .post_coution {
    font-size: 12.5px;
    margin-bottom: 7.5px;
  }
  .post_heading {
    font-size: 15px;
    margin-bottom: 7.5px;
  }
  .post_text {
    font-size: 13.5px;
  }
  .post_link {
    font-size: 15px;
    width: 150px;
    height: 35px;
    line-height: 35px;
  }
  .cta {
    width: 95%;
    padding: 12.5px 0;
  }
  .cta_text {
    font-size: 14px;
    margin-bottom: 10px;
    padding: 7.5px 17.5px;
  }
  .cta_heading {
    font-size: 20px;
  }
}/*# sourceMappingURL=top.css.map */