/*
0 - 600px:		Phone
600 - 900px:	Tablet Portrait
900	- 1200px:	Tablet Landscape
[1200-1800] is where our normal styles apply
1800px +:		Big Desktop

$breakpoint argument choices:
- phone
- tab-port
- tab-land
- big-desktop

1em = 16px
*/
.hc02__text {
  position: absolute;
  top: 50%;
  left: 15%;
  right: 15%;
  color: #000;
  transform: translateY(-50%);
}
.hc02__text img {
  width: 100%;
}
#hc02 .carousel-item img {
  width: 100%;
}
.mh-550 {
  height: 550px !important;
  max-height: 550px !important;
}
/*
0 - 600px:		Phone
600 - 900px:	Tablet Portrait
900	- 1200px:	Tablet Landscape
[1200-1800] is where our normal styles apply
1800px +:		Big Desktop

$breakpoint argument choices:
- phone
- tab-port
- tab-land
- big-desktop

1em = 16px
*/
.fqa01 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f4f8fa;
}
.fqa01__content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.fqa01__panel-group {
  width: 100%;
}
.fqa01__description {
  color: #8d97ad;
}
.fqa01__card {
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  margin-bottom: 0.5rem;
  border: none;
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.fqa01__card .card-header {
  border-radius: 0 !important;
  border-bottom: none !important;
  padding: 0;
}
.fqa01__card .card-header a.panel-title {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transition: all 0.3s;
  background-color: #fff;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  line-height: normal;
}
.fqa01__card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.fqa01__card .card-header a.panel-title .fqa01__link {
  padding: 1rem 1rem;
  margin-bottom: 0;
  width: 100%;
}
.fqa01__card .card-header a.panel-title[aria-expanded="true"] {
  background-color: #2c5f2d;
}
.fqa01__card .card-header a.panel-title[aria-expanded="true"] .fqa01__link {
  color: #ffffff !important;
}
.fqa01__card .panel-body {
  background: #ffffff;
}
