body {
  max-width: 2880px;
  margin: 0 auto !important;
}

#get-started {
  min-height: 800px;
  display: flex;
  justify-content: flex-end;
  color: white;
}
#get-started a {
  color: white;
  font-weight: 600;
}
#get-started div.wrapper {
  min-width: 50%;
}
#get-started .content {
  max-width: 500px;
  margin-top: 30%;
}
#get-started .content h3 {
  font-size: 3rem;
}
@media screen and (min-width: 1800px) {
  #get-started {
    min-height: 1000px;
  }
}
@media screen and (min-width: 1440px) {
  #get-started .content {
    margin-top: 15%;
  }
}
@media screen and (max-width: 991px) {
  #get-started div.wrapper {
    width: 310px;
    min-width: auto !important;
    margin: 0 auto 0 40%;
  }
  #get-started .content {
    margin: 5rem auto 0;
  }
  #get-started .btn-red {
    padding: 0.8rem 3.25rem;
  }
}
@media screen and (max-width: 767px) {
  #get-started {
    min-height: 610px;
  }
}
@media screen and (max-width: 535px) {
  #get-started div.wrapper {
    margin: 0 auto;
  }
}
#get-started:before {
  background-position: center right;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(/assets/images/banners/banner-get-started.jpg);
  background-position: center;
}
#get-started.getstarted-2:before {
  background-image: url(/assets/images/banners/banner-get-started-2.jpg);
}
#get-started .btn-red {
  background: #C3241B;
  border-radius: 25px;
}

#harassment-prevention,
#what-is-servsafe {
  position: relative;
}
#harassment-prevention .wrapper,
#what-is-servsafe .wrapper {
  height: 625px;
  background: #EFF3EC;
  display: flex;
}
#harassment-prevention .content,
#what-is-servsafe .content {
  width: 100%;
  background: linear-gradient(90deg, #EFF3EC 0%, #D6E3E6 50%, #DFF7FD 100%);
}
#harassment-prevention .content > div,
#what-is-servsafe .content > div {
  max-width: 550px;
  margin-left: 10%;
}
#harassment-prevention h2,
#what-is-servsafe h2 {
  font-size: 2.5rem;
}
#harassment-prevention .btn-red,
#what-is-servsafe .btn-red {
  background: #C3241B;
  border-radius: 25px;
}
#harassment-prevention .btn-red a,
#what-is-servsafe .btn-red a {
  color: white;
  font-weight: 600;
}
#harassment-prevention ul,
#what-is-servsafe ul {
  list-style: none;
  padding-left: 10px;
  font-size: 18px;
  font-weight: 600;
}
#harassment-prevention ul span,
#what-is-servsafe ul span {
  color: #C3241B;
  margin-top: 5px;
}
#harassment-prevention .mainImg,
#what-is-servsafe .mainImg {
  height: 100%;
}
#harassment-prevention .mainImgDiv,
#what-is-servsafe .mainImgDiv {
  display: flex;
  max-width: 780px;
}
#harassment-prevention .mainImgMobile,
#what-is-servsafe .mainImgMobile {
  display: none;
}
@media screen and (min-width: 1800px) {
  #harassment-prevention .mainImgDiv,
  #what-is-servsafe .mainImgDiv {
    width: 100%;
    max-width: 100%;
    justify-content: flex-end;
  }
}
@media (max-width: 991.98px) {
  #harassment-prevention img,
  #what-is-servsafe img {
    margin-left: -70px;
  }
}
@media screen and (max-width: 1250px) {
  #harassment-prevention .content,
  #what-is-servsafe .content {
    display: flex;
  }
  #harassment-prevention .content > div,
  #what-is-servsafe .content > div {
    max-width: 720px;
    margin: 0 auto;
    flex: 1;
  }
  #harassment-prevention .mainImg,
  #what-is-servsafe .mainImg {
    display: none;
  }
  #harassment-prevention .mainImgMobile,
  #what-is-servsafe .mainImgMobile {
    display: block;
    width: 100%;
    max-width: 720px;
    margin: auto;
    margin-top: 65px;
  }
}
@media screen and (max-width: 991px) {
  #harassment-prevention .wrapper,
  #what-is-servsafe .wrapper {
    height: auto;
  }
  #harassment-prevention .content,
  #what-is-servsafe .content {
    flex-direction: column;
    padding: 0px 20px 40px;
  }
  #harassment-prevention li,
  #what-is-servsafe li {
    display: flex;
  }
}

#our-guarantee {
  background: #F8F8F8;
}
#our-guarantee img {
  width: 90px;
}
#our-guarantee h3 {
  font-size: 2.5rem;
}
#our-guarantee ul {
  display: flex;
  list-style: none;
  justify-content: center;
}
#our-guarantee ul li {
  padding: 10px 50px;
  font-size: 20px;
  color: black;
  border-right: 1px solid #ccc;
}
#our-guarantee ul li:last-of-type {
  border-right: none;
}
#our-guarantee ul .font-icon-checked {
  color: green;
  font-size: 1.5rem;
  margin: 5px 0;
  display: none;
}
@media screen and (max-width: 767px) {
  #our-guarantee ul {
    flex-direction: column;
    padding-left: 0;
  }
  #our-guarantee ul li {
    text-align: center;
    display: flex;
    justify-content: center;
    margin-left: -40px;
  }
  #our-guarantee ul li:not(last-of-type) {
    border-right: none;
  }
  #our-guarantee ul .font-icon-checked {
    display: block;
  }
}
#our-guarantee.v2 img {
  width: 30px;
  display: inline-block !important;
}
#our-guarantee.v2 h3 {
  display: inline-block;
  margin-left: 20px;
}
#our-guarantee.v2 .heading-space {
  text-align: center;
}

#about .container {
  position: relative;
}
#about .container:before {
  background-position: center right;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(/assets/images/components/com-about-us.jpg);
}
@media (max-width: 1199.98px) {
  #about .container:before {
    background-size: 60% auto;
    background-position: top right;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #about .container:before {
    opacity: 0.55;
  }
}
@media (max-width: 767.98px) {
  #about .container:before {
    background-position: top center;
    background-size: auto 150px;
  }
}
@media (max-width: 767.98px) {
  #about .container {
    padding-top: 170px;
    padding-bottom: 20px;
  }
}

#ab-1825 {
  position: relative;
}
#ab-1825:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background-position: center right;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(/assets/images/banners/ab-training-d.jpg);
}
@media (max-width: 991.98px) {
  #ab-1825:before {
    background-image: url(/assets/images/banners/ab-training-m.jpg);
  }
}
@media (max-width: 575.98px) {
  #ab-1825:before {
    background-image: none;
  }
}
#ab-1825 .topPane {
  display: flex;
  gap: 30px;
}
#ab-1825 .topPane .redtxt {
  color: var(--pfs-red);
}
#ab-1825 .topPane > div:first-of-type {
  flex: 2;
}
#ab-1825 .topPane .fa-sort-down {
  font-size: 3rem;
  margin-top: -25px;
  color: var(--pfs-orange);
}
@media (max-width: 767px) {
  #ab-1825 .topPane {
    flex-direction: column;
  }
  #ab-1825 .topPane .buttonWrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  #ab-1825 .topPane h1,
  #ab-1825 .topPane .mb-4 {
    margin: 0 !important;
  }
  #ab-1825 .topPane h3 {
    margin-top: 10px;
  }
}
@media (max-width: 1159px) {
  #ab-1825 .container {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}

#products {
  background-position: top;
}
@media (min-width: 768px) {
  #products:before {
    height: 70%;
    background-image: url(/assets/images/banners/banner-kitchen.jpg);
  }
}
@media screen and (min-width: 1500px) {
  #products:before {
    height: 95%;
  }
}
@media screen and (max-width: 1300px) {
  #products:before {
    height: 590px;
  }
}
@media (max-width: 991.98px) {
  #products:before {
    background-image: none;
  }
}
@media screen and (min-width: 1600px) {
  #products.products-2 {
    height: 735px;
  }
}
@media screen and (min-width: 1850px) {
  #products.products-2 {
    height: 850px;
  }
}
@media screen and (min-width: 2300px) {
  #products.products-2 {
    height: 900px;
  }
}
@media (max-width: 991.98px) {
  #products.products-2 > .container {
    padding-bottom: 0 !important;
  }
}
@media screen and (min-width: 1280px) {
  #products.products-2:before {
    background-image: url(/assets/images/banners/banner-kitchen-2.jpg);
    height: 100%;
  }
}
@media screen and (max-width: 1279px) {
  #products.products-2:before {
    background-image: none;
    height: 100%;
  }
}
#products.products-2 ul {
  display: grid;
  grid-template-columns: repeat(2, -webkit-max-content);
  grid-template-columns: repeat(2, max-content);
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
  row-gap: 20px;
  align-items: center;
}
@media screen and (min-width: 1741px) {
  #products.products-2 ul {
    margin-bottom: 3rem !important;
  }
}
#products.products-2 ul li {
  padding: 0;
}
@media screen and (max-width: 1740px) {
  #products.products-2 ul li {
    padding-bottom: 15px !important;
  }
}
#products.products-2 .btn-red {
  background-color: #C3241B;
  border-radius: 25px;
  font-weight: 500;
}
@media (max-width: 991.98px) {
  #products.products-2 .btn-red {
    display: none;
  }
}
@media screen and (max-width: 1279px) {
  #products.products-2 .title-container .d-table {
    margin: 0 auto;
  }
}
#products .title-container h4 {
  font-weight: 300;
  font-size: 1.7rem;
}
#products .title-container ul {
  list-style: none;
}
#products .title-container .check-circle {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #00757E;
  margin-right: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
#products .title-container .check-circle img {
  width: 12px;
  height: 12px;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
#products .title-container .stars img {
  margin-right: 5px;
  margin-bottom: 5px;
  -webkit-filter: invert(43%) sepia(86%) saturate(1600%) hue-rotate(5deg) brightness(95%) contrast(100%);
  filter: invert(43%) sepia(86%) saturate(1600%) hue-rotate(5deg) brightness(95%) contrast(100%);
}
#products .title-container h1 {
  font-size: 3rem;
  line-height: 3.5rem;
}
#products .title-container h4 {
  font-size: 1.6rem;
}
@media screen and (max-width: 1740px) {
  #products .title-container ul {
    display: block;
  }
  #products .title-container li {
    display: flex;
    gap: 5px;
  }
  #products .title-container li span {
    margin-top: 2px;
  }
}
@media (max-width: 991.98px) {
  #products .title-container h1 {
    font-size: 2.75rem;
    line-height: 3rem;
  }
  #products .title-container h4 {
    font-size: 1.5rem;
  }
}
@media (max-width: 991.98px) {
  #products .products-wrap {
    flex-wrap: wrap;
    gap: 15px;
  }
}
@media (min-width: 1200px) {
  #products div#packages {
    max-width: 1700px;
  }
}
#products .product-icon {
  font-size: 5.9rem;
}
@media (max-width: 991.98px) {
  #products .product-icon {
    font-size: 4rem;
  }
}
@media (min-width: 992px) {
  #products #productAlcoholState {
    margin-bottom: 1.4rem;
  }
}
#products .bg-red .invalid-feedback {
  color: #ffffff;
}
#products .bg-red .was-validated .form-control:invalid,
#products .bg-red .form-control.is-invalid {
  border-color: #ffffff;
}
#products .blueAccent {
  color: #0B65B4;
  font-size: 2.25rem;
}
#products .slogan {
  font-size: 1.5rem;
}
#products .product.card {
  border-radius: 25px;
  margin: 0 auto;
  max-width: 720px;
  height: 100%;
}
#products .card-body {
  padding-left: 1.35rem;
  padding-right: 1.35rem;
  padding-top: 1.5rem;
  padding-bottom: 0.9rem;
  border: 3px solid #C3241B;
  color: black;
  border-radius: 25px;
  justify-content: center;
}
#products .card-body .btn-red {
  background: #C3241B;
  font-weight: 600;
  padding: 0.8rem 1rem;
}
#products .card-body .card-title {
  margin-bottom: 15px;
  font-size: 2.25rem;
  width: 110% !important;
  margin-left: -5%;
}
#products .card-body .card-title span {
  font-weight: 400;
  font-size: 1.75rem;
}
@media screen and (max-width: 1440px) {
  #products .card-body .card-title {
    font-size: 2rem;
  }
  #products .card-body .card-title span {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1250px) {
  #products .card-body .card-title {
    font-size: 1.7rem;
  }
  #products .card-body .card-title span {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1159px) {
  #products .card-body .card-title {
    font-size: 2rem;
  }
  #products .card-body .card-title span {
    font-size: 1.5rem;
  }
}
#products .card-body p {
  font-size: 1.3rem;
}
#products .card-body img {
  max-width: 100%;
  max-height: 180px;
  margin: 0 auto;
}
#products .card-body img.servsafe {
  border: 1px solid black;
  margin: 5px auto 20px;
  box-shadow: inset 0px 0px 3px black;
  max-width: 230px;
  max-height: 100%;
}
#products .card-body img.rbsTraining {
  max-height: 224px;
  margin-bottom: -20px;
}
#products .card-body img.apexTraining {
  border: 1px solid black;
}
#products .card-body img.fhCard {
  border: 1px solid #ccc;
  border-radius: 12px;
  max-width: 260px;
  width: 100%;
}
#products .card-body .dropdown-toggle {
  border-radius: 25px;
}
#products .card-body .dropdown-menu.show {
  width: 320px !important;
  max-height: 320px;
  overflow: scroll;
}
#products .card-body .allergen-training button {
  width: 100%;
  border-radius: 25px;
}
@media (max-width: 991.98px) {
  #products .card-body {
    padding-top: 1.1rem;
    padding-bottom: 0.2rem;
    border-color: black;
  }
  #products .card-body:last-of-type {
    margin-bottom: 0 !important;
  }
}
#products ul {
  padding-left: 0;
  max-width: 625px;
  display: flex;
  flex-wrap: wrap;
}
#products ul li {
  padding-right: 30px;
  font-size: 1.3rem;
}
@media (min-width: 1200px) {
  #products ul li {
    text-align: justify;
  }
}
#products .view-fm-calendar-link {
  padding: 10px !important;
  margin-left: -15px;
  font-size: 1.2rem;
  font-weight: 600;
  color: #C3241B;
  border: 1px solid #C3241B;
  border-radius: 25px;
  margin-bottom: 17px;
  display: inline-block;
}
#products .view-fm-calendar-link svg {
  margin-top: -5px;
}
#products .view-fm-calendar-link:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1300px) {
  #products .view-fm-calendar-link {
    font-size: 20px;
  }
}
@media screen and (max-width: 576px) {
  #products .view-fm-calendar-link {
    margin-left: 0;
    width: 100%;
    font-size: 16px;
    padding: 10px;
    text-align: center;
  }
}
@media screen and (max-width: 1279px) {
  #products {
    background: #FFF8F3;
  }
}

#clients h3 {
  font-size: 2rem;
}
#clients img {
  max-height: 50px;
  width: auto;
}
#clients img.boost {
  max-height: 70px;
}
#clients div.d-flex {
  width: auto;
  overflow: scroll;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE/Edge */
}
#clients div.d-flex::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
}

.experts {
  /* 45+ */
  width: 155px;
  height: 78px;
  /* Inside auto layout */
  flex: none;
  order: 0;
  flex-grow: 0;
  font-size: 6rem;
  text-align: center;
  margin: -10px auto 3rem;
  font-weight: 100;
}

.btn-white {
  border-radius: 25px !important;
  background: white !important;
  color: #C3241B !important;
  border: 1px solid #C3241B !important;
}
.btn-white:hover {
  background: #9d0b09 !important;
  color: white !important;
}

#why-choose {
  background: linear-gradient(116.85deg, #FFF8F3 1.52%, #FAFFF4 50.85%, #DDE7E8 100.18%);
}
#why-choose .d-flex > div {
  flex: 1;
}
#why-choose h2 {
  font-size: 2.5rem;
}
#why-choose h3 {
  font-size: 2rem;
}
#why-choose img.servsafe {
  max-width: 185px;
}
#why-choose img.healthDept {
  max-width: 75px;
}
#why-choose img.anab {
  max-width: 175px;
  margin-top: -10px;
}
#why-choose img.mainImg {
  width: 100%;
}
@media (min-width: 992px) {
  #why-choose .item {
    width: 25%;
  }
  #why-choose .item:not(:last-child) {
    border-right: 1px solid #adb5bd;
  }
}
@media (max-width: 1199.98px) {
  #why-choose .item {
    flex: auto !important;
    border-right: none !important;
    width: 50%;
  }
  #why-choose .item:nth-child(odd) {
    border-right: 1px solid #adb5bd;
  }
}
@media (max-width: 575.98px) {
  #why-choose .item {
    width: 100%;
  }
}
#why-choose ul {
  list-style: none;
  padding-left: 10px;
  font-size: 18px;
  font-weight: 600;
}
#why-choose ul span {
  color: #00757E;
  margin-top: 5px;
}
#why-choose .mainImgMobile {
  display: none;
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (max-width: 850px) {
  #why-choose .mainImg {
    display: none;
  }
  #why-choose .mainImgMobile {
    display: block;
  }
  #why-choose .mainImgDiv {
    display: none;
  }
  #why-choose li {
    display: flex;
  }
}

#video {
  max-width: 1700px;
  margin: 0 auto;
}
#video img {
  width: 100%;
  max-width: 720px;
}
#video .d-flex {
  justify-content: center;
  gap: 45px;
}
#video .d-flex > div {
  max-width: 40%;
  position: relative;
}
@media screen and (max-width: 991px) {
  #video .d-flex {
    flex-direction: column;
  }
  #video .d-flex > div {
    max-width: 720px;
    margin: 0 auto;
  }
}
#video h3 {
  font-size: 2.5rem;
}
#video .video1 {
  background: url(/assets/images/components/com-dr-oz.png);
}
#video .video2 {
  background: url(/assets/images/components/com-inside-edition.png);
}
#video .video1,
#video .video2 {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 0.5rem;
  position: relative;
  overflow: hidden;
}
#video .video1:before,
#video .video2:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.6;
  z-index: 1;
}
#video .video1 .inner-wrapper,
#video .video2 .inner-wrapper {
  z-index: 2;
}
#video .video1 .font-icon-play,
#video .video2 .font-icon-play {
  font-size: 2.5rem;
}
#video a {
  color: #ffffff;
}
#video a:hover {
  color: #ffffff;
  text-decoration: none;
}
#video .video-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  display: flex;
  opacity: 0;
  transition: all 0.1s ease-in 0.3s;
  position: fixed;
  width: 0;
  height: 0;
  overflow: hidden;
  max-width: 0;
  top: 50%;
  left: 50%;
  background-color: rgba(0, 0, 0, 0.8);
}
#video .video-container iframe,
#video .video-container object,
#video .video-container embed {
  border: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: center;
  transform-origin: center;
  transition: visibility 0.2s ease-in 0.4s, -webkit-transform 0.1s ease-in 0.2s;
  transition: transform 0.1s ease-in 0.2s, visibility 0.2s ease-in 0.4s;
  transition: transform 0.1s ease-in 0.2s, visibility 0.2s ease-in 0.4s, -webkit-transform 0.1s ease-in 0.2s;
  top: 0;
  left: 0;
  width: 0;
}
#video .video-play {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
}

body.video-playing {
  /* not to scroll body when video is open */
  overflow: hidden;
  height: 100%;
  width: 100%;
}
body.video-playing a,
body.video-playing button,
body.video-playing [tabindex] {
  visibility: hidden;
}
body.video-playing #video .video-container {
  visibility: visible;
  opacity: 1;
  transition: all 0.2s ease-in;
  max-width: 100%;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1031;
}
body.video-playing #video .video-container a,
body.video-playing #video .video-container button,
body.video-playing #video .video-container [tabindex] {
  visibility: visible;
}
body.video-playing #video .video-container a:focus,
body.video-playing #video .video-container button:focus,
body.video-playing #video .video-container [tabindex]:focus {
  outline: blue auto 5px;
}
body.video-playing #video .video-container .ytp-button:focus,
body.video-playing #video .video-container .ytp-button {
  outline: blue auto 5px;
}
body.video-playing #video .video-container iframe,
body.video-playing #video .video-container object,
body.video-playing #video .video-container embed {
  -webkit-transform: scale(1);
  transform: scale(1);
  visibility: visible;
  transition: visibility 0.1s ease-in 0.2s, -webkit-transform 0.35s ease-in 0.4s;
  transition: visibility 0.1s ease-in 0.2s, transform 0.35s ease-in 0.4s;
  transition: visibility 0.1s ease-in 0.2s, transform 0.35s ease-in 0.4s, -webkit-transform 0.35s ease-in 0.4s;
  width: 100%;
}
@media screen and (min-width: 320px) {
  body.video-playing #video .video-container iframe,
  body.video-playing #video .video-container object,
  body.video-playing #video .video-container embed {
    height: 60vh;
  }
}
@media screen and (min-width: 768px) {
  body.video-playing #video .video-container iframe,
  body.video-playing #video .video-container object,
  body.video-playing #video .video-container embed {
    height: 80vh;
  }
}
@media screen and (min-width: 992px) {
  body.video-playing #video .video-container iframe,
  body.video-playing #video .video-container object,
  body.video-playing #video .video-container embed {
    height: 90vh;
  }
}
body.video-playing #video .video-container .close {
  cursor: pointer;
  font-size: 20px;
  color: #ffffff;
  font-weight: normal;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 20px 5px auto;
  text-shadow: none;
  text-decoration: none;
}
body.video-playing #video .video-container .close:hover {
  transition: all 0.2s;
  background: rgba(0, 0, 0, 0.35);
}
@media (max-width: 767.98px) {
  body.video-playing #video .video-container .close {
    margin-right: 5px;
  }
}

#reviews h2 {
  font-size: 2.5rem;
  padding: 0 10px;
}
#reviews .items {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  padding: 0 10px 40px;
}
#reviews .item {
  width: 25%;
  border-radius: 25px;
  padding: 25px;
  box-shadow: 0px 3px 5px #ccc;
  min-height: 425px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
#reviews .slick-arrow {
  top: 100%;
  border-radius: 50%;
  color: black;
  background: #d4d4d4;
  height: 50px;
  width: 50px;
  padding-bottom: 10px;
  font-weight: bold;
  border: 1px solid #ccc;
}
#reviews .slick-arrow:hover {
  color: white;
  background: black;
}
#reviews .slick-arrow.slick-prev {
  left: 43%;
  padding-right: 5px;
}
#reviews .slick-arrow.slick-next {
  right: 43%;
  padding-left: 5px;
}
#reviews .stars {
  display: flex;
  justify-content: center;
  gap: 5px;
  -webkit-filter: invert(43%) sepia(86%) saturate(1600%) hue-rotate(5deg) brightness(95%) contrast(100%);
  filter: invert(43%) sepia(86%) saturate(1600%) hue-rotate(5deg) brightness(95%) contrast(100%);
}
@media screen and (max-width: 1400px) {
  #reviews .slick-arrow.slick-prev {
    left: 42%;
  }
  #reviews .slick-arrow.slick-next {
    right: 42%;
  }
}
@media screen and (max-width: 1000px) {
  #reviews .slick-arrow.slick-prev {
    left: 35%;
  }
  #reviews .slick-arrow.slick-next {
    right: 35%;
  }
}
@media screen and (max-width: 500px) {
  #reviews .slick-arrow.slick-prev {
    left: 25%;
  }
  #reviews .slick-arrow.slick-next {
    right: 25%;
  }
}

#faq .btn-all-faq {
  display: block;
  margin: -20px auto 45px;
}
#faq .btn-all-faq a {
  color: #C3241B;
}
#faq .btn-all-faq:hover a {
  color: white;
  text-decoration: none;
}

/*# sourceMappingURL=index.css.map*/