* {
  margin: 0;
  padding: 0;
  font-family: sansation;
  scroll-behavior: smooth;
}

@font-face {
  font-family: sansation_bold;
  src: url("../fonts/Sansation_Bold.ttf");
}
@font-face {
  font-family: sansation;
  src: url("../fonts/Sansation_Regular.ttf");
}
happy-header {
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  padding: 1.5rem;
  position: fixed;
  z-index: 10;
  top: 0;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}
happy-header img {
  transition: 0.2s ease;
  height: calc(100px - 3rem);
}
@media (max-width: 520px) {
  happy-header img {
    height: calc(85px - 3rem);
  }
}
happy-header ul {
  margin: 0;
}
happy-header ul li {
  display: inline;
}
happy-header ul li a {
  text-decoration: none;
  color: #000;
  margin-right: 0.7rem;
}
happy-header ul li a:hover {
  color: #ec5421;
}
happy-header ul li:nth-last-child(1) a {
  transition: 0.2s ease;
  background-color: #ec5421;
  color: #fff;
  border-radius: 5px;
  padding: 0.8rem 1rem;
  margin-right: 0;
  border: 1px solid #ec5421;
}
happy-header ul li:nth-last-child(1) a:hover {
  background: transparent;
  color: #ec5421;
}
@media (max-width: 870px) {
  happy-header ul {
    display: none;
  }
}
happy-header .hamburger {
  width: 2.2rem;
  height: 1.7rem;
  display: none;
  cursor: pointer;
}
@media (max-width: 870px) {
  happy-header .hamburger {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
  }
  happy-header .hamburger .line {
    transition: 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    width: 90%;
    height: 3px;
    background-color: #ec5421;
    border-radius: 100px;
  }
  happy-header .hamburger:hover .line:nth-child(1),
  happy-header .hamburger:hover .line:nth-child(3) {
    margin-left: -0.5rem;
  }
  happy-header .hamburger:hover .line:nth-child(2) {
    margin-right: -0.5rem;
  }
}

.headline {
  background: rgba(236, 84, 33, 0.6588235294);
  color: #fff;
  height: 50px;
  top: 100px;
  position: absolute;
  left: 0;
  z-index: 9;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}
@media (max-width: 520px) {
  .headline {
    top: 84px;
  }
}

.happy-mob-menu {
  transition: 0.2s;
  width: 100%;
  height: 200px;
  padding: 1.5rem;
  position: absolute;
  left: 0;
  bottom: calc(-220px - (3rem + 2px));
  border: 1px solid #ec5421;
  border-left: none;
  background-color: #fff;
  border-right: none;
  z-index: 5;
  overflow: hidden;
  height: 0px;
  padding: 0 1.5rem;
  border: none;
}
.happy-mob-menu ul {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
.happy-mob-menu ul li {
  margin-top: 1rem;
  width: 100%;
}
.happy-mob-menu ul li a {
  display: block;
  width: 100%;
  margin-right: 0;
}
.happy-mob-menu ul li:nth-last-child(1) {
  margin-top: 1rem;
  width: -moz-max-content;
  width: max-content;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.happy-mob-menu ul li:nth-last-child(1) a {
  padding: 0.6rem 1rem;
}

a:hover {
  text-decoration: none !important;
}

.carousel-item {
  height: calc(100vh - 99.98px);
  overflow: hidden;
  position: relative;
}
@media (max-width: 520px) {
  .carousel-item {
    height: calc(100vh - 84.98px);
  }
}
.carousel-item img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.carousel-item .overlay-n-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(80.66deg, rgba(0, 0, 0, 0.8) 27.66%, rgba(0, 0, 0, 0.4) 133.39%);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
.carousel-item .overlay-n-content .auto-adjust {
  margin-left: 15%;
  margin-right: 15%;
  max-width: 35rem;
  color: #fff;
}
.carousel-item .overlay-n-content .auto-adjust h3 {
  font-family: sansation_bold;
  font-size: clamp(24px, 3vw, 40px);
}
.carousel-item .overlay-n-content .auto-adjust h6 {
  width: 100%;
  left: 0;
  text-align: center;
  font-size: 30px;
  position: absolute;
  font-family: sansation_bold;
}
.carousel-item .overlay-n-content .auto-adjust h6 a {
  font-family: sansation_bold;
  border: none;
  padding: 0;
}
.carousel-item .overlay-n-content .auto-adjust h6 a:hover {
  background-color: transparent;
  color: #ec5421;
  text-decoration: underline !important;
}
.carousel-item .overlay-n-content .auto-adjust p {
  font-size: clamp(12px, 3vw, 16px);
}
.carousel-item .overlay-n-content .auto-adjust p:nth-child(1) {
  color: #ec5421;
}
.carousel-item .overlay-n-content .auto-adjust p:nth-child(3) {
  margin: 1rem 0 2rem 0 !important;
}
.carousel-item .overlay-n-content .auto-adjust a {
  transition: 0.2s ease;
  border: 1px solid #ec5421;
  color: #ec5421;
  border-radius: 5px;
  padding: 0.7rem 1.2rem 0.8rem 1.2rem;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
.carousel-item .overlay-n-content .auto-adjust a:hover {
  background-color: #ec5421;
  color: #fff;
}

#carouselExampleControls {
  margin-top: 99.98px;
  overflow: hidden;
  height: calc(100vh - 99.98px);
}
@media (max-width: 520px) {
  #carouselExampleControls {
    margin-top: 84.98px;
    height: calc(100vh - 84.98px);
  }
}

#about-us {
  min-height: 87vh;
  max-height: -moz-fit-content;
  max-height: fit-content;
  width: 100%;
  margin-top: 3rem;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
#about-us .center-align {
  width: -moz-max-content;
  width: max-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}
@media (max-width: 850px) {
  #about-us .center-align {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column-reverse;
    margin: 3rem 1.5rem;
  }
}
#about-us .center-align img {
  transition: 0.2s ease;
  width: 30rem;
  height: 30rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
@media (max-width: 850px) {
  #about-us .center-align img {
    height: 25rem;
    width: 100%;
  }
}
#about-us .center-align .just-text-align {
  max-width: 30rem;
  margin-left: 3rem;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
@media (max-width: 850px) {
  #about-us .center-align .just-text-align {
    margin-left: 0;
    margin-bottom: 2rem;
  }
}
#about-us .center-align .just-text-align h3 {
  font-family: sansation_bold;
  font-size: clamp(34px, 4vw, 60px);
  -webkit-text-stroke: 1px #ec5421;
  color: transparent;
}
#about-us .center-align .just-text-align h3 span {
  color: #ec5421;
}
#about-us .center-align .just-text-align p {
  font-size: clamp(15px, 3vw, 16px);
}
#about-us .center-align .just-text-align p:nth-child(1) {
  color: #ec5421;
}
#about-us .center-align .just-text-align p:nth-child(3) {
  color: #675757;
  margin: 1rem 0 0 0 !important;
}

#what-goes-on {
  min-height: 40vh;
  max-height: -moz-fit-content;
  max-height: fit-content;
  padding: 0 1.5rem;
  margin: 2rem 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
@media (max-width: 800px) {
  #what-goes-on {
    flex-direction: column;
  }
}
#what-goes-on .goes-on {
  transition: 0.2s ease;
  border: 1px solid #ec5421;
  height: 15rem;
  width: 15rem;
  margin: 0 0.5rem;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #ec5421;
}
@media (max-width: 800px) {
  #what-goes-on .goes-on {
    border-color: transparent;
    margin: 0 1.5rem;
    width: 100%;
  }
  #what-goes-on .goes-on:nth-child(1) {
    border-left: 1px solid #ec5421;
    border-top: 1px solid #ec5421;
    border-radius: 8px 0 0 0;
  }
  #what-goes-on .goes-on:nth-child(2) {
    border-bottom: 1px solid #ec5421;
    border-top: 1px solid #ec5421;
    border-right: 1px solid #ec5421;
    border-radius: 0;
    border-left: none;
  }
  #what-goes-on .goes-on:nth-child(3) {
    border-left: 1px solid #ec5421;
    border-bottom: 1px solid #ec5421;
    border-radius: 0 0 0 8px;
  }
}
#what-goes-on p {
  margin: 0.5rem 0 0 0 !important;
}
#what-goes-on img {
  width: 5rem;
}
#what-goes-on h3 {
  font-family: sansation_bold;
  margin: 0;
}

#services {
  min-height: 87vh;
  width: calc(100% - 3rem);
  margin: 1.5rem;
}
#services .service-title {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#services .service-title .line {
  width: 5px;
  height: 40px;
  border-radius: 100px;
  background-color: #ec5421;
}
#services .service-title h2 {
  font-family: sansation_bold;
  color: #ec5421;
}
#services .service-title p {
  max-width: 30rem;
  text-align: center;
  color: #675757;
}
#services .center-parent {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}
#services .center-parent .center-align {
  width: -moz-max-content;
  width: max-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 1.5rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}
@media (max-width: 850px) {
  #services .center-parent .center-align {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    margin: 3rem 0;
  }
}
#services .center-parent .center-align img {
  transition: 0.2s ease;
  width: 20rem;
  height: 20rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
@media (max-width: 850px) {
  #services .center-parent .center-align img {
    height: 25rem;
    width: 100%;
  }
}
#services .center-parent .center-align .just-text-align {
  max-width: 30rem;
  margin-left: 3rem;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
@media (max-width: 850px) {
  #services .center-parent .center-align .just-text-align {
    margin-left: 0;
    margin-top: 2rem;
  }
}
#services .center-parent .center-align .just-text-align h2 {
  font-family: sansation_bold;
}
#services .center-parent .center-align .just-text-align h3 {
  font-size: clamp(34px, 4vw, 40px);
  color: #ec5421;
}
#services .center-parent .center-align .just-text-align p {
  font-size: clamp(15px, 3vw, 16px);
  color: #675757;
  margin: 1rem 0 0 0 !important;
}
#services .center-parent .center-align:nth-child(2n) {
  flex-direction: row-reverse;
}
@media (max-width: 850px) {
  #services .center-parent .center-align:nth-child(2n) {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    margin: 3rem 0;
  }
}
@media (max-width: 850px) {
  #services .center-parent .center-align:nth-child(2n) img {
    height: 25rem;
    width: 100%;
  }
}
#services .center-parent .center-align:nth-child(2n) .just-text-align {
  justify-content: flex-end;
  margin-right: 3rem;
  margin-left: 0;
  direction: rtl;
}
@media (max-width: 850px) {
  #services .center-parent .center-align:nth-child(2n) .just-text-align {
    margin-left: 0;
    margin-top: 2rem;
    margin-right: 0;
    direction: ltr;
  }
}
#services .center-parent .center-align:nth-child(2n) .just-text-align p {
  text-align: right;
}
@media (max-width: 850px) {
  #services .center-parent .center-align:nth-child(2n) .just-text-align p {
    text-align: left;
  }
}

#comment {
  min-height: 87vh;
  width: calc(100% - 3rem);
  margin: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
#comment .center-align {
  transition: 0.2s ease;
  width: -moz-max-content;
  width: max-content;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: row;
}
@media (max-width: 790px) {
  #comment .center-align {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
  }
}
#comment .center-align h2 {
  direction: rtl;
  text-align: right;
  font-family: sansation_bold;
  font-size: 40px;
  color: #ec5421;
  max-width: 20rem;
}
@media (max-width: 790px) {
  #comment .center-align h2 {
    text-align: left;
    display: ltr;
  }
}
#comment .center-align form {
  transition: 0.2s ease;
  width: 30rem;
  margin-top: 0.7rem;
  margin-left: 2rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
@media (max-width: 790px) {
  #comment .center-align form {
    width: 100%;
    margin-left: 0;
  }
}
#comment .center-align form input,
#comment .center-align form textarea {
  border: 1px solid #675757;
  padding: 1rem;
  width: 100%;
  background: transparent;
  border-radius: 5px;
  margin-bottom: 0.7rem;
  font-size: 12px;
  outline: none;
}
#comment .center-align form input::-moz-placeholder, #comment .center-align form textarea::-moz-placeholder {
  color: #675757;
}
#comment .center-align form input::placeholder,
#comment .center-align form textarea::placeholder {
  color: #675757;
}
#comment .center-align form input[type=submit],
#comment .center-align form textarea[type=submit] {
  transition: 0.2s ease;
  background-color: #ec5421;
  color: #fff;
  width: -moz-max-content;
  width: max-content;
  border: none;
  cursor: pointer;
  padding: 0.5rem 0.8rem;
  margin-top: 0.5rem;
  margin-bottom: 0;
  border: 1px solid #ec5421;
}
#comment .center-align form input[type=submit]:hover,
#comment .center-align form textarea[type=submit]:hover {
  background: transparent;
  color: #ec5421;
}
#comment .center-align form input[type=submit]:focus,
#comment .center-align form textarea[type=submit]:focus {
  background: transparent;
}
#comment .center-align form input:focus,
#comment .center-align form textarea:focus {
  border: 1px solid #ec5421;
  color: #ec5421;
}
#comment .center-align form input:focus::-moz-placeholder, #comment .center-align form textarea:focus::-moz-placeholder {
  color: #ec5421;
}
#comment .center-align form input:focus::placeholder,
#comment .center-align form textarea:focus::placeholder {
  color: #ec5421;
}
#comment .center-align form textarea {
  min-height: 17vh;
  max-height: 17vh;
  resize: none;
}

#says {
  min-height: 87vh;
  width: calc(100% - 3rem);
  margin: 1.5rem;
}
#says .testimonials-section {
  background: #fff;
  height: 600px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-end;
  justify-content: center;
}
#says .slider__nav {
  transition: 0.2s ease;
  width: 12px;
  height: 12px;
  margin: 160px 12px;
  border-radius: 0%;
  z-index: 10;
  outline: 6px solid #ccc;
  outline-offset: -6px;
  box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  backface-visibility: hidden;
}
@media (max-width: 500px) {
  #says .slider__nav {
    margin: 90px 12px;
  }
}
#says .slider__nav:checked {
  animation: check 0.4s linear forwards;
}
#says .slider__nav:checked:nth-of-type(1) ~ .slider__inner {
  left: 0%;
}
#says .slider__nav:checked:nth-of-type(2) ~ .slider__inner {
  left: -100%;
}
#says .slider__nav:checked:nth-of-type(3) ~ .slider__inner {
  left: -200%;
}
#says .slider__nav:checked:nth-of-type(4) ~ .slider__inner {
  left: -300%;
}
#says .slider__nav:checked:nth-of-type(5) ~ .slider__inner {
  left: -400%;
}
#says .slider__inner {
  position: absolute;
  top: 80px;
  left: 0;
  width: 500%;
  height: auto;
  transition: left 0.4s;
  display: flex;
  flex-flow: row nowrap;
}
#says .slider__contents {
  height: 100%;
  text-align: center;
  display: flex;
  flex: 1;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
}
#says .slider__caption {
  font-size: 14px;
  color: #111;
  opacity: 0.5;
  font-family: sansation_bold;
  font-weight: bold;
}
#says .slider__txt {
  font-size: 22px;
  font-weight: bold;
  font-family: sansation;
  line-height: 1.7;
  color: #111;
  margin-top: -20px;
  margin-bottom: 20px;
  max-width: 750px;
}
#says quote {
  font-family: "Arial";
  font-weight: bold;
  font-size: 100px;
  color: #ec5421;
  margin-bottom: 0;
}
@keyframes check {
  50% {
    outline-color: #333;
    box-shadow: 0 0 0 12px #333, 0 0 0 36px rgba(51, 51, 51, 0.2);
  }
  100% {
    outline-color: #333;
    box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
  }
}

footer {
  border-top: 1px solid #ededed;
  padding: 1.5rem;
  min-height: 50vh;
  max-height: -moz-fit-content;
  max-height: fit-content;
  width: 100%;
  background-image: url("../images/footer.jpg");
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
footer .center {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 60rem;
}
footer .center .align-center {
  grid-template-columns: repeat(auto-fit, minmax(17rem, 20rem));
  width: 100%;
  display: grid;
  row-gap: 38px;
}
footer .center .align-center img {
  width: 15rem;
}
footer .center .align-center .col {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
footer .center .align-center .col h2 {
  font-family: sansation_bold;
  margin-bottom: 1rem;
  color: #ec5421;
  font-size: 20px;
}
footer .center .align-center .col a {
  color: #1e1e1e;
  margin-bottom: 0.5rem;
}
footer .center .align-center .col a:hover {
  color: #ec5421;
}
footer .center .align-center .col .row {
  margin-left: 0;
  margin-top: 0.5rem;
}
footer .center .align-center .col .row a {
  transition: 0.2s ease;
  background-color: #ec5421;
  width: 3rem;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin-right: 0.5rem;
  border: 1px solid #ec5421;
}
footer .center .align-center .col .row a svg {
  transition: 0.2s ease;
  stroke: #fff;
}
footer .center .align-center .col .row a:hover {
  background: transparent;
}
footer .center .align-center .col .row a:hover svg {
  stroke: #ec5421;
}

#one-place {
  height: -moz-fit-content;
  height: fit-content;
  width: calc(100% - 3rem);
  margin: 1.5rem;
}
#one-place .title-era {
  text-align: center;
}
#one-place .title-era p:nth-child(1) {
  font-size: 12px;
  color: #ec5421;
}
#one-place .title-era h2 {
  font-family: sansation_bold;
}
#one-place .title-era h2 span {
  font-family: sansation_bold;
  color: #ec5421;
}
#one-place .flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
@media (max-width: 1020px) {
  #one-place .flex-center {
    flex-direction: column;
  }
}
#one-place .flex-center .flex-co {
  transition: 0.2s ease;
  height: -moz-fit-content;
  height: fit-content;
  background: #f5f5f5;
  width: 20rem;
  height: 20rem;
  overflow: hidden;
  margin: 0.7rem;
  position: relative;
}
@media (max-width: 600px) {
  #one-place .flex-center .flex-co {
    width: 100%;
  }
}
#one-place .flex-center .flex-co .head-x-f-c {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-direction: column;
  background: linear-gradient(28.66deg, rgba(0, 0, 0, 0.79) 7.34%, rgba(255, 255, 255, 0) 204.91%);
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 5;
}
#one-place .flex-center .flex-co .head-x-f-c .circle {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin-left: 1.5rem;
}
#one-place .flex-center .flex-co .head-x-f-c .circle svg {
  height: 30px;
  width: 30px;
  stroke: #ec5421;
}
#one-place .flex-center .flex-co .head-x-f-c .t-r-align {
  margin: 1.5rem;
  color: #fff;
}
#one-place .flex-center .flex-co .head-x-f-c .t-r-align h1 {
  font-size: 30px;
  font-family: sansation_bold;
  margin-bottom: 0.2rem;
}
#one-place .flex-center .flex-co .head-x-f-c .t-r-align p {
  font-size: 16px;
  margin-bottom: 0;
}
#one-place .flex-center .flex-co img {
  width: 100%;
  height: 20rem;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

#faq {
  min-height: 87vh;
  width: calc(100% - 3rem);
  margin: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
#faq .center-align {
  transition: 0.2s ease;
  width: -moz-max-content;
  width: max-content;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: row;
}
@media (max-width: 790px) {
  #faq .center-align {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
  }
}
#faq .center-align h2 {
  direction: rtl;
  text-align: right;
  font-family: sansation_bold;
  font-size: 40px;
  color: #ec5421;
  max-width: 20rem;
}
@media (max-width: 790px) {
  #faq .center-align h2 {
    text-align: left;
    display: ltr;
  }
}
#faq .center-align .faq {
  transition: 0.2s ease;
  width: 30rem;
  margin-top: 0.7rem;
  margin-left: 2rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
@media (max-width: 790px) {
  #faq .center-align .faq {
    width: 100%;
    margin-left: 0;
  }
}
#faq .center-align .faq .row {
  border: 1px solid #ededed;
  border-radius: 5px;
  width: 100%;
  margin: 0;
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
#faq .center-align .faq .row .question {
  transition: 0.2s ease;
  width: 100%;
  padding: 0.8rem 1rem;
  font-family: sansation_bold;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  color: #111;
}
#faq .center-align .faq .row .question svg {
  transition: 0.2s ease;
  stroke: #111;
  min-width: 1.5rem;
  max-width: 1.5rem;
}
#faq .center-align .faq .row .answer {
  transition: 0.2s ease;
  padding: 0;
  width: 100%;
  font-size: 0px;
}/*# sourceMappingURL=style.css.map */