@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  background-color: #fff;
}

body {
  font-family: Roboto, Helvetica, Arial, "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "黑體-繁", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", sans-serif;
}

main {
  color: #646464;
}

a {
  color: #646464;
}

a:hover {
  color: #3287d2;
  text-decoration: none;
}

select {
  -webkit-appearance: none;
  padding-left: 6px;
  padding-right: 1.5rem;
  border-radius: 0.25rem;
  background-color: white;
  background-image: url("../img/PSPCcalc_air_condition_capa/caret-down.svg");
  background-repeat: no-repeat;
  background-position: center right 5px;
  background-size: 0.8rem 0.8rem;
}

select::-ms-expand {
  display: none;
}

.-text-black {
  color: #000;
}

a.-text-black:hover {
  color: #000;
}

.-text-white, #header, #footer a {
  color: #fff;
}

a.-text-white:hover, a#header:hover, #footer a:hover {
  color: #b3b3b3;
}

.-text-gray {
  color: #646464;
}

a.-text-gray:hover {
  color: #181818;
}

.-text-red {
  color: #96241e;
}

a.-text-red:hover {
  color: #170505;
}

.-text-orange {
  color: #e66e3c;
}

a.-text-orange:hover {
  color: #792f10;
}

.-text-yellow {
  color: #ffaf19;
}

a.-text-yellow:hover {
  color: #7f5300;
}

.-text-green {
  color: #5aa564;
}

a.-text-green:hover {
  color: #244228;
}

.-text-bluegreen {
  color: #49a29b;
}

a.-text-bluegreen:hover {
  color: #193936;
}

.-text-blue {
  color: #3287d2;
}

a.-text-blue:hover {
  color: #133858;
}

.-text-lightblue {
  color: #009cff;
}

a.-text-lightblue:hover {
  color: #003e66;
}

.container {
  max-width: 1200px;
}

.email {
  color: #3287d2;
}

.email:hover {
  color: #3287d2;
  text-decoration: underline;
}

.my-input {
  -webkit-appearance: none;
  padding: 0 6px;
  background-color: white;
  border-width: 1px;
  border-style: inset;
}

.button {
  display: inline-block;
  border: none;
  padding: 0.2rem 1rem;
  font-size: 1rem;
  color: #fff;
  background-color: #000;
}

.button:hover {
  cursor: pointer;
}

.button:focus {
  outline: none;
}

.button:hover {
  color: #ebebeb;
  background-color: #000;
}

.button__icon {
  color: inherit;
  font-size: inherit;
  display: inline-block;
  height: 1rem;
  width: 1rem;
  margin-left: 0.5rem;
}

.button__icon--right {
  position: absolute;
  right: 8px;
}

.button__icon--left {
  position: absolute;
  left: 8px;
}

.button--black {
  color: #fff;
  background-color: #000;
}

.button--black:hover {
  color: #ebebeb;
  background-color: #000;
}

.button--white {
  color: #fff;
  background-color: #fff;
}

.button--white:hover {
  color: #ebebeb;
  background-color: #ccc;
}

.button--gray {
  color: #fff;
  background-color: #646464;
}

.button--gray:hover {
  color: #ebebeb;
  background-color: #313131;
}

.button--red {
  color: #fff;
  background-color: #96241e;
}

.button--red:hover {
  color: #ebebeb;
  background-color: #41100d;
}

.button--orange {
  color: #fff;
  background-color: #e66e3c;
}

.button--orange:hover {
  color: #ebebeb;
  background-color: #a74015;
}

.button--yellow {
  color: #fff;
  background-color: #ffaf19;
}

.button--yellow:hover {
  color: #ebebeb;
  background-color: #b27400;
}

.button--green {
  color: #fff;
  background-color: #5aa564;
}

.button--green:hover {
  color: #ebebeb;
  background-color: #36633c;
}

.button--bluegreen {
  color: #fff;
  background-color: #49a29b;
}

.button--bluegreen:hover {
  color: #ebebeb;
  background-color: #295c58;
}

.button--blue {
  color: #fff;
  background-color: #3287d2;
}

.button--blue:hover {
  color: #ebebeb;
  background-color: #1c5282;
}

.button--lightblue {
  color: #fff;
  background-color: #009cff;
}

.button--lightblue:hover {
  color: #ebebeb;
  background-color: #005e99;
}

.menu-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0;
}

ul.menu-bar {
  list-style: none;
}

.page-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 300px;
  margin-bottom: 2rem;
}

@media (max-width: 767.98px) {
  .page-title {
    height: 200px;
  }
}
.page-title__icon {
  height: 5rem;
  width: 5rem;
  margin: 0 0.5rem;
  border-radius: 50%;
  background-color: white;
  -webkit-box-shadow: 0 0 6px #646464;
  box-shadow: 0 0 6px #646464;
}

@media (max-width: 767.98px) {
  .page-title__icon {
    height: 4rem;
    width: 4rem;
  }
}
.page-title__text {
  margin: 0 0.5rem;
  color: #fff;
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: 0.5rem;
  text-shadow: 0 0 6px #646464;
}

@media (max-width: 767.98px) {
  .page-title__text {
    font-size: 2.2rem;
  }
}
.paragraph-title {
  padding-left: 0.6rem;
  margin-bottom: 0.4rem;
  border-left: 0.5rem solid #000;
  font-size: 1.3rem;
  color: #000;
}

.section-title {
  padding: 0.5rem 0;
  margin-bottom: 1rem;
  font-size: 1.8rem;
  color: #000;
}

.page-link, select.page-select {
  color: #646464;
  background-color: #fff;
}

.page-link:hover, select.page-select:hover {
  color: #3e3e3e;
}

.page-link:hover, select.page-select:hover {
  background-color: #ebebeb;
}

select.page-select {
  background-image: none;
  border-radius: 0;
}

.box {
  -webkit-box-shadow: 0 0 6px #000;
  box-shadow: 0 0 6px #000;
  padding: 2rem 2rem 3rem;
  border-radius: 0.25rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.box__title {
  font-size: 1.3rem;
  padding-left: 0.5rem;
  margin-bottom: 0.5rem;
  border-left: 0.5rem solid;
}

.box__icon {
  margin: 0 1rem;
}

.box__text {
  width: 40%;
}

.outer-bouncing-box {
  width: 100%;
  position: relative;
}

.bouncing-box {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1rem 1.5rem;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
}

.bouncing-box a {
  color: #fff;
}

.bouncing-box a:hover {
  color: #fff;
}

.bouncing-box__title {
  margin-bottom: 0.5rem;
  font-size: 1.3rem;
}

.bouncing-box__content {
  margin-bottom: 0.5rem;
}

.item-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.item-card__img-box {
  width: 30%;
  margin-right: 5%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.item-card__img {
  width: 100%;
  height: 160px;
  padding: 0.5rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.item-card__body {
  color: #646464;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 65%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.item-card__title {
  margin-bottom: 0.4rem;
  font-weight: bold;
  font-size: 1.3rem;
}

.item-card__content {
  width: 100%;
}

.item-card__description {
  margin: 0;
  color: #646464;
  font-size: 1rem;
}

@media (max-width: 575.98px) {
  .item-card__img-box {
    width: 45%;
    margin-right: 5%;
  }
  .item-card__body {
    width: 50%;
  }
}
.bulletin__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.6rem;
  padding-right: 4rem;
  border-left: 0.6rem solid #646464;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#d7d7d7));
  background-image: linear-gradient(to bottom, #f6f6f6, #d7d7d7);
}

.bulletin__title-box {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bulletin__icon {
  width: 2rem;
  margin: 0.4rem;
}

.bulletin__title {
  margin: 0;
  display: inline-block;
  font-size: 1.8rem;
}

.bulletin__body {
  background-color: #f6f6f6;
  padding: 2rem 4rem;
}

@media (max-width: 575.98px) {
  .bulletin__head {
    padding-right: 1rem;
  }
  .bulletin__body {
    padding: 2rem 1rem;
  }
}
#header {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#646464), to(#464646));
  background-image: linear-gradient(to bottom, #646464, #464646);
  background-repeat: repeat-x;
  position: relative;
}

#header a {
  color: #fff;
}

#header a:hover {
  color: #b3b3b3;
}

.header__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__logo {
  width: 100%;
  margin-left: -12px;
}

@media (max-width: 991.98px) {
  .header__logo {
    max-width: 136px;
  }
}
.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

@media (max-width: 991.98px) {
  .header__right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.header__hamburger-memu {
  display: none;
}

@media (max-width: 991.98px) {
  .header__hamburger-memu {
    font-size: 1.3rem;
    display: block;
  }
}
@media (max-width: 991.98px) {
  .header__main-menu {
    display: none;
  }
}
.header__menu-item {
  padding-bottom: 0.5rem;
  cursor: pointer;
  color: #fff;
}

.header__menu-item:hover {
  color: #b3b3b3;
}

.header__menu-item.active {
  background-image: url("../images/header/caret-up.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: auto;
  background-clip: padding-box;
}

.header__sub-menu {
  font-size: 0.8rem;
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin: 0.5rem 0;
  margin-right: -0.5rem;
  line-height: 1;
}

.header__sub-menu > * {
  padding: 0 0.5rem;
}

.header__sub-menu > *:not(:last-child) {
  border-right: 1px solid #fff;
}

@media (max-width: 991.98px) {
  .header__sub-menu {
    display: none;
  }
}
.subheader {
  display: none;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#282828), to(#343434));
  background-image: linear-gradient(to top, #282828, #343434);
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
}

.subheader a {
  color: #fff;
}

.subheader a:hover {
  color: #b3b3b3;
}

@media (max-width: 991.98px) {
  .subheader {
    display: none;
  }
}
#subheader-placeholder {
  display: none;
}

.subheader.active {
  display: block;
}

.subheader__menu {
  height: 4rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
}

.subheader__menu > * {
  border-right: 1px solid #b1b1b1;
}

.subheader__menu > *:first-child {
  border-left: 1px solid #b1b1b1;
}

@media (min-width: 991.98px) and (max-width: 1199.98px) {
  .subheader__menu {
    font-size: 0.9rem;
  }
}
#subheader-placeholder > div {
  height: 4rem;
}

.subheader__menu-item {
  line-height: 1;
  padding: 0 0.75rem;
  white-space: nowrap;
}

.menu-item__text:hover {
  padding-bottom: 0.25rem;
  border-bottom: 4px solid;
  color: #fff;
}

.menu-item__text:hover:hover {
  color: #fff;
}

.header__menu-item._border-blue .subheader__menu-item .menu-item__text:hover {
  border-color: #3287d2;
}

.header__menu-item._border-green .subheader__menu-item .menu-item__text:hover {
  border-color: #5aa564;
}

.header__menu-item._border-blue2 .subheader__menu-item .menu-item__text:hover {
  border-color: #4090ea;
}

.subheader__menu-item.active .menu-item__text {
  color: white;
}

.shortcut-area {
  background-color: #ebebeb;
  padding: 2rem 0;
}

.shortcut {
  width: 100%;
  padding: 1rem 0.5rem;
  margin: 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-width: 2px;
  border-style: solid;
  border-color: #ccc;
  color: #646464;
  background-color: #fff;
}

.shortcut:hover {
  border-color: #646464;
}

.shortcut:hover {
  color: #fff;
  background-color: #646464;
}

.shortcut__icon {
  margin-right: 0.5rem;
}

i.shortcut__icon {
  font-size: 1.5rem;
}

img.shortcut__icon {
  height: 1.5rem;
  width: 1.5rem;
}

#footer {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #464646;
  color: #cacaca;
}

#print__text, #gotop__text, #country__text {
  padding-top: 0.5rem;
}

#print__icon, #print__text {
  display: inline-block;
  cursor: pointer;
  color: #fff;
}

#print__icon:hover, #print__text:hover {
  color: #b3b3b3;
}

#gotop__text {
  background-image: url("../images/footer/top_icon.gif");
  background-repeat: no-repeat;
  background-position: top center;
  text-align: center;
}

#country__text {
  text-align: right;
}

.footer__info {
  margin: 3rem 0;
  text-align: center;
  font-size: 0.8rem;
}

.info__text {
  margin: 0;
}

.footer__icon {
  height: 24px;
  margin: 0.25rem;
}

.sitemap-area {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.sitemap__title, .sitemap__link {
  display: block;
}

.sitemap__title {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 1rem !important;
  color: white;
}

.sitemap__title .sitemap__link, .sitemap__link {
  color: #fff;
}

.sitemap__title .sitemap__link:hover, .sitemap__link:hover {
  color: #b3b3b3;
}

.sitemap__link {
  font-size: 0.8rem;
}

html {
  background-color: #e3e3e3;
}

body {
  font: normal normal 16px Roboto, Helvetica, Arial, "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "黑體-繁", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  -webkit-box-shadow: 0px 0px 5px 1px #b0b0b0;
  box-shadow: 0px 0px 5px 1px #b0b0b0;
  color: #646464;
}

a {
  color: #646464;
}

a:hover {
  color: #fff;
  text-decoration: none;
}

.section__title {
  font-size: 2rem;
  color: #fff;
  padding: 8px 0;
  margin: 0;
}

.section__title--background {
  background: -webkit-gradient(linear, left top, right top, from(#429fc3), to(#64c8eb));
  background: linear-gradient(to right, #429fc3, #64c8eb);
}

.section__content {
  padding-bottom: 56px;
}

.section__description {
  padding: 48px 0;
  margin: 0;
  color: black;
}

.question__title {
  margin-bottom: 24px;
  font-size: 1.2rem;
  color: #1f6cc3;
}

.question__subtitle {
  margin: 0.5rem 0;
}

.question__form-control {
  display: inline-block;
  width: auto;
}

.note {
  margin-top: 32px;
  margin-bottom: 32px;
}

.note__text {
  margin: 16px 0;
  font-size: 0.8rem;
}

.note__text__list-sign {
  width: 36px;
  margin-right: -36px;
  float: left;
}

.note__text__list-item {
  margin-left: 36px;
  list-style-type: none;
}

.btn {
  color: white;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.btn__img {
  vertical-align: bottom;
  height: 24px;
  font-size: 22px;
  width: auto;
  margin-right: 16px;
}

.btn--gray {
  color: #656565;
  background-color: #fff;
  border: 2px solid #c8c8c8;
}

.btn--gray:hover {
  color: #fafafa;
  background-color: #414141;
  border-color: #414141;
}

.btn--black {
  background-color: #414141;
}

.input-group-text--plain-text {
  border: none;
  border-radius: 0;
  background: none;
}

.pd-l-0 {
  padding-left: 0;
}

.arrow-right {
  display: inline-block;
  margin-left: 0.8rem;
  border-top: 0.25rem solid transparent;
  border-bottom: 0.25rem solid transparent;
  border-left: 0.5rem solid white;
}

.page-title {
  background-image: url("../img/PSPCcalc_air_condition_capa/banner.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 300px;
}

.page-title__icon {
  background-image: url("../img/PSPCcalc_air_condition_capa/teacher.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 5.5rem;
  height: 5.5rem;
  margin-right: 1rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.page-title__text {
  color: white;
  text-shadow: 0 0 6px #226fc7;
  letter-spacing: 0.5rem;
  font-size: 2.8rem;
  margin: 0;
  font-weight: bold;
}

.button-img-right {
  position: absolute;
  right: 20px;
}

@media (max-width: 767px) {
  .page-title {
    height: 200px;
  }
}
@media (max-width: 991px) {
  .page-title__text {
    font-size: 2.2rem;
  }
  .page-title__icon {
    width: 4rem;
    height: 4rem;
  }
  .caculate-form__title {
    font-size: 1.5rem;
  }
}
.main-header--background {
  background-image: url("../images/mainnav_bg.png");
  background-repeat: repeat-x;
  background-color: #414141;
}

.main-header__logo {
  max-height: 70px;
  width: auto;
}

.main-header__main-nav {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.main-header__sub-nav {
  font-size: 0.65rem;
  margin-top: 8px;
}

.main-header__sub-nav > * {
  padding: 0 8px;
}

.sub-header {
  padding: 16px 0;
}

.sub-header--background {
  background-image: url("../img/subnav_bg.jpg");
  background-repeat: repeat-x;
  background-color: #414141;
}

.sub-header__nav > * {
  padding: 0 16px;
}

.shortcut-feature {
  background-color: #f0f0f0;
  padding: 32px 0;
}

.shortcut-feature__btn {
  padding: 18px;
  width: 100%;
}

.main-footer {
  background-color: #414141;
  padding-top: 8px;
  padding-bottom: 160px;
}

.main-footer__feature {
  font-size: 0.85rem;
}

.main-footer__feature a {
  padding-top: 8px;
  color: #fff;
}

.main-footer__info {
  margin-top: 32px;
  margin-bottom: 32px;
  color: #cdcdcd;
  font-size: 0.7rem;
  font-weight: lighter;
}

.main-footer__info * {
  margin: 0;
}

.main-footer__nav {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.main-footer__nav > * {
  padding: 0 8px;
}

#print-icon {
  width: 16px;
  height: 16px;
  margin-right: 4px;
  background: url("../img/print_icon.gif") no-repeat center top;
  float: left;
}

#footer_top {
  background: url("../img/top_icon.gif") no-repeat center top;
}

.social-media__icon {
  width: 20px;
  margin: 4px;
}

@media (max-width: 991px) {
  .shortcut-feature {
    padding: 15px 0;
  }
  .shortcut-feature__btn {
    margin: 15px 0;
  }
}
.--border-between > * {
  border-right: 1px solid #646464;
}

.--border-between > *:first-child {
  padding-left: 0;
}

.--border-between > *:last-child {
  padding-right: 0;
  border-right: none;
}

.--border-around > * {
  border-right: 1px solid #646464;
}

.--border-around > *:first-child {
  border-left: 1px solid #646464;
}

.--dividing-line {
  border-bottom: 2px solid #f0f0f0;
}

.-text-shadow {
  text-shadow: -1px -1px 1px #232323;
}

.--important-text {
  color: #fff !important;
}

.section__content .question {
  padding: 48px 0;
}

.caculate-button {
  display: block;
  padding: 0.5rem;
  margin: auto;
  text-align: center;
  border-radius: 6px;
  position: relative;
  max-width: 180px;
}

.caculate-form {
  background-color: #FFFFFF;
  border: 1px #d7dbe1 solid;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 7px;
}

.caculate-form__header {
  background-color: #4090ea;
  color: #FFFFFF;
  font-size: 1.8rem;
  font-weight: 700;
}

.caculate-form__title {
  padding-left: 2.5rem;
  margin: 0;
}

.caculator-icon:before {
  content: "\f1ec";
  font-family: "Font Awesome 5 Free";
  float: left;
  margin-top: 2px;
}

.question__icon {
  width: 1.6rem;
  margin-top: -5px;
  margin-right: 10px;
}

.question__warning {
  color: red;
  font-size: 0.95rem;
}
