section.notification-banner {
  background-color: #82AD86;
  padding: 0.8rem 0;
}
section.notification-banner p {
  margin: 0;
}

section.hero-section {
  overflow-x: clip;
  margin-bottom: 5rem;
}
section.hero-section .container {
  padding-top: 4rem;
  padding-bottom: 3rem;
}
@media screen and (max-width: 767.98px) {
  section.hero-section .container {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 1600px) {
  section.hero-section .container .content-wrap {
    max-width: 560px;
  }
}
@media screen and (max-width: 991.98px) {
  section.hero-section .container .content-wrap {
    max-width: none;
  }
}
section.hero-section .container .content-wrap h1 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1199.98px) {
  section.hero-section .container .content-wrap h1 {
    font-size: 2rem;
  }
}
section.hero-section .container .content-wrap p.sub-heading {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1199.98px) {
  section.hero-section .container .content-wrap p.sub-heading {
    font-size: 1.2rem;
  }
}
section.hero-section .container .content-wrap p {
  font-size: 1.5rem;
}
@media screen and (max-width: 1199.98px) {
  section.hero-section .container .content-wrap p {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 991.98px) {
  section.hero-section .container .image-wrap {
    margin-top: 5rem;
    padding-top: 3rem;
  }
}
@media screen and (max-width: 1199.98px) {
  section.hero-section .container .image-wrap img.laptop {
    width: 600px;
  }
}
@media screen and (max-width: 575.98px) {
  section.hero-section .container .image-wrap img.laptop {
    max-width: 130vw;
    transform: translateX(-20%);
  }
}
section.hero-section .container .image-wrap .bubble {
  position: absolute;
  top: -1rem;
  left: 12%;
  max-width: 20rem;
  padding: 1.5rem;
  font-weight: 500;
  border-radius: 1rem 1rem 0 1rem;
  background-color: #ffffffb3;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  z-index: 10;
}
@media screen and (max-width: 767.98px) {
  section.hero-section .container .image-wrap .bubble {
    top: 1rem;
    width: calc(100% - 30px);
    left: 15px;
    max-width: none;
  }
}
section.hero-section img.yellow-background, section.hero-section img.dots {
  position: absolute;
}
section.hero-section img.yellow-background {
  top: -4.8rem;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 1199.98px) {
  section.hero-section img.yellow-background {
    max-width: 480px;
    top: 1rem;
  }
}
@media screen and (max-width: 991.98px) {
  section.hero-section img.yellow-background {
    max-width: 380px;
    top: auto;
    bottom: -2rem;
    right: -4rem;
  }
}
@media screen and (max-width: 575.98px) {
  section.hero-section img.yellow-background {
    max-width: 360px;
    top: auto;
    bottom: -2rem;
    right: -4rem;
  }
}
section.hero-section img.dots {
  bottom: 1rem;
  right: 3rem;
  z-index: -1;
}
@media screen and (max-width: 1199.98px) {
  section.hero-section img.dots {
    bottom: 1.8rem;
  }
}
@media screen and (max-width: 991.98px) {
  section.hero-section img.dots {
    bottom: 8.8rem;
    right: 4rem;
  }
}
@media screen and (max-width: 575.98px) {
  section.hero-section img.dots {
    right: auto;
    left: 1rem;
    bottom: -1.8rem;
  }
}

section.about-dietapp {
  margin-top: 6rem 0;
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-image: url("/wp-content/themes/boost-it-classic-theme/assets/img/green-linear-background.png");
  background-size: cover;
  background-repeat: no-repeat;
}
section.about-dietapp .upper-row .content-wrap {
  max-width: 600px;
}
@media screen and (min-width: 991.98px) and (max-width: 1600px) {
  section.about-dietapp .upper-row .content-wrap {
    max-width: 490px;
  }
}
@media screen and (max-width: 991.98px) {
  section.about-dietapp .upper-row .content-wrap {
    max-width: none;
  }
}
section.about-dietapp .upper-row .content-wrap h2 {
  font-size: 3rem;
  font-weight: 700;
}
@media screen and (max-width: 991.98px) {
  section.about-dietapp .upper-row .content-wrap h2 {
    line-height: 1.5;
    font-size: 2rem;
  }
}
section.about-dietapp .upper-row .content-wrap div.description {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 600;
}
@media screen and (max-width: 1199.98px) {
  section.about-dietapp .upper-row .content-wrap div.description {
    font-size: 1.2rem;
  }
}
section.about-dietapp .upper-row video {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
section.about-dietapp .bottom-row .accordion * {
  border: none;
  background: none;
  box-shadow: none;
}
section.about-dietapp .bottom-row .accordion .accordion-item {
  position: relative;
  max-width: 520px;
  transform: translateX(1rem);
}
section.about-dietapp .bottom-row .accordion .accordion-item::before {
  content: "";
  display: block;
  position: absolute;
  left: -1.6rem;
  top: 1rem;
  width: 2rem;
  height: 2rem;
  background-image: url("/wp-content/themes/boost-it-classic-theme/assets/img/red-cross.png");
  background-size: cover;
}
section.about-dietapp .bottom-row .accordion .accordion-item .accordion-button {
  position: relative;
  color: #111110;
  line-height: 1.5;
  padding-right: 2rem;
}
section.about-dietapp .bottom-row .accordion .accordion-item .accordion-button * {
  font-size: 1.2rem;
}
section.about-dietapp .bottom-row .accordion .accordion-item .accordion-button strong {
  font-weight: 600;
}
section.about-dietapp .bottom-row .accordion .accordion-item .accordion-button p {
  margin-bottom: 0;
}
section.about-dietapp .bottom-row .accordion .accordion-item .accordion-button::before {
  content: "";
  display: block;
  position: absolute;
  top: 30px;
  right: 0;
  width: 15px;
  height: 7px;
  background-image: url("/wp-content/themes/boost-it-classic-theme/assets/img/collapse-icon.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.2;
}
section.about-dietapp .bottom-row .accordion .accordion-item .accordion-button.collapsed::before {
  transform: rotate(180deg);
}
section.about-dietapp .bottom-row .accordion .accordion-item .accordion-button::after {
  display: none;
}
section.about-dietapp .bottom-row .accordion .accordion-item .accordion-body p {
  margin-bottom: 0;
}

section.founders-of-dietapp {
  background-color: #282827;
  padding: 1.5rem 0 3rem 0;
}
@media screen and (max-width: 1199.98px) {
  section.founders-of-dietapp {
    padding: 3rem 0;
  }
}
section.founders-of-dietapp > .container {
  z-index: 5;
}
section.founders-of-dietapp > .container h2 {
  font-size: 1.8rem;
  color: #ffffff;
}
section.founders-of-dietapp > .container .box-wrap {
  max-width: 380px;
}
@media screen and (max-width: 1199.98px) {
  section.founders-of-dietapp > .container .box-wrap {
    max-width: none;
  }
}
section.founders-of-dietapp > .container .box-wrap .box {
  background-color: #ffffff;
  text-align: #282827;
  border-radius: 1rem;
  cursor: pointer;
}
section.founders-of-dietapp > .container .box-wrap .box img {
  width: 5.3rem;
  height: 3rem;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
section.founders-of-dietapp > .container .box-wrap .box h3 {
  font-size: 1rem;
  font-weight: 600;
  transition: 0.2s;
}
section.founders-of-dietapp > .container .box-wrap .box div.about-founder {
  opacity: 0.8;
}
section.founders-of-dietapp > .container .box-wrap .box div.about-founder p {
  margin-bottom: 0;
}
section.founders-of-dietapp > .container .box-wrap .box:hover h3 {
  color: #82AD86;
}

section.how-does-it-work {
  padding: 3rem 0;
}
section.how-does-it-work h2 {
  font-size: 3rem;
}
@media screen and (max-width: 991.98px) {
  section.how-does-it-work h2 {
    font-size: 2rem;
  }
}
section.how-does-it-work .process .step .number {
  color: #E9C93D;
  font-weight: bold;
  font-size: 240px;
  line-height: 1;
  position: relative;
  transform: translateX(0.5rem);
  z-index: -1;
}
@media screen and (max-width: 991.98px) {
  section.how-does-it-work .process .step .number {
    font-size: 10rem;
    min-width: 5rem;
    transform: translateX(0);
  }
}
section.how-does-it-work .process .step:first-child .number {
  transform: translateX(1rem);
}
@media screen and (max-width: 991.98px) {
  section.how-does-it-work .process .step:first-child .number {
    transform: translateX(2rem);
  }
}
section.how-does-it-work .process .step .box {
  width: 100%;
  min-height: 240px;
  background-color: #ffffff;
  border-radius: 10px;
  border: 1px solid #82AD8655;
  padding: 1rem;
}
section.how-does-it-work .process .step .box .time {
  position: absolute;
  top: 1rem;
  right: 1rem;
}
section.how-does-it-work .process .step .box .time span {
  color: #8E8E8A;
  font-size: 11px;
  position: absolute;
  top: 14px;
  left: 10px;
}
@media screen and (max-width: 991.98px) {
  section.how-does-it-work .process .step .box .time span {
    top: 12px;
  }
}
section.how-does-it-work .process .step .box .icon-wrap {
  width: 2.3rem;
  height: 2.3rem;
  padding: 0.3rem;
  border-radius: 999px;
  background-color: #E9C93D;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.how-does-it-work .process .step .box h3 {
  max-width: 210px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}
section.how-does-it-work .img-wrap img {
  margin: 0 auto;
  max-width: 100%;
}

section.consultations {
  background-color: #282827;
  padding: 3rem 0;
  color: #ffffff;
}
section.consultations > .container {
  z-index: 5;
}
section.consultations > .container h2 {
  font-size: 1.8rem;
}
section.consultations > .container .description {
  max-width: 850px;
  margin: 0 auto;
}
section.consultations > .container .description p {
  font-size: 1.5rem;
}
@media screen and (max-width: 1199.98px) {
  section.consultations > .container .description p {
    font-size: 1.2rem;
  }
}

section.sample-menu {
  padding: 3rem 0;
}
section.sample-menu .container {
  max-width: 1270px;
}
@media screen and (max-width: 767.98px) {
  section.sample-menu {
    padding-bottom: 0;
  }
}
section.sample-menu .sub-heading {
  font-size: 1.5rem;
}

section.your-brand-menu {
  padding: 3rem 0;
  background-color: #82AD8622;
}
@media screen and (max-width: 991.98px) {
  section.your-brand-menu {
    padding: 3rem 5rem;
  }
}
@media screen and (max-width: 767.98px) {
  section.your-brand-menu {
    padding: 3rem 0;
    padding-top: 0;
  }
}
section.your-brand-menu video {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
section.your-brand-menu .right-side {
  padding-left: 5rem;
}
@media screen and (max-width: 767.98px) {
  section.your-brand-menu .right-side {
    padding-left: 4rem;
  }
}
section.your-brand-menu .right-side ul {
  margin-left: 0;
  padding-left: 0;
}
section.your-brand-menu .right-side ul li {
  list-style: none;
  font-size: 1.2rem;
  line-height: 1.8rem;
  position: relative;
  margin-bottom: 1.5rem;
}
section.your-brand-menu .right-side ul li::before {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  left: -3rem;
  top: 50%;
  transform: translate(0, -50%);
  background-image: urL("/wp-content/themes/boost-it-classic-theme/assets/img/checkmark.png");
  background-size: contain;
}

section.packages div.description p {
  font-weight: 400;
  font-size: 1.5rem;
}
@media screen and (max-width: 991.98px) {
  section.packages div.description p {
    font-size: 1.2rem;
  }
}
section.packages .tables .pricing-table-wrap:nth-child(odd) .pricing-table {
  background-color: #82AD86;
}
section.packages .tables .pricing-table-wrap:nth-child(even) .pricing-table {
  background-color: #E9C93D;
}
section.packages .tables .pricing-table-wrap .pricing-table {
  padding: 1.9rem;
  border-radius: 1rem;
}
section.packages .tables .pricing-table-wrap .pricing-table .upper-text {
  font-weight: 600;
}
section.packages .tables .pricing-table-wrap .pricing-table span.description strong {
  font-weight: 600;
}
section.packages .tables .pricing-table-wrap .pricing-table .pricing .price {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 767.98px) {
  section.packages .tables .pricing-table-wrap .pricing-table .pricing .price {
    line-height: 1.5;
  }
}
section.packages .tables .pricing-table-wrap .pricing-table .pricing .units {
  font-size: 1.5rem;
}
section.packages .tables .pricing-table-wrap .pricing-table .pricing .dph {
  transform: translateY(-0.6rem);
}
section.packages .tables .pricing-table-wrap .pricing-table ul li {
  list-style: none;
  font-size: 0.9rem;
  line-height: 1.5;
  position: relative;
  margin-bottom: 1rem;
}
section.packages .tables .pricing-table-wrap .pricing-table ul li::before {
  content: "";
  display: block;
  width: 1rem;
  height: 0.7rem;
  position: absolute;
  left: -2rem;
  top: 50%;
  transform: translate(0, -50%);
  background-image: urL("/wp-content/themes/boost-it-classic-theme/assets/img/checkmark-thin.png");
  background-size: contain;
  background-repeat: no-repeat;
}
section.packages .modal form {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
section.packages .modal form p {
  width: calc(50% - 0.3rem);
  margin-bottom: 0.6rem;
}
@media screen and (max-width: 767.98px) {
  section.packages .modal form p {
    width: 100%;
  }
}
section.packages .modal form p:first-of-type {
  width: 100%;
}
section.packages .modal form p:nth-of-type(4) {
  width: 100%;
}
section.packages .modal form input, section.packages .modal form textarea, section.packages .modal form select {
  width: 100%;
  border-radius: 0.8rem;
  padding: 1rem;
  border: 1px solid #d0d0d0;
}
section.packages .modal form input::-moz-placeholder, section.packages .modal form textarea::-moz-placeholder, section.packages .modal form select::-moz-placeholder {
  color: #282827;
  opacity: 1;
}
section.packages .modal form input::placeholder, section.packages .modal form textarea::placeholder, section.packages .modal form select::placeholder {
  color: #282827;
  opacity: 1;
}
section.packages .modal form .submit-wrap > p {
  position: relative;
}
section.packages .modal form .submit-wrap input[type=submit] {
  background-color: #82AD86;
  max-width: 290px;
  font-weight: 500;
  transition: 0.2s;
}
section.packages .modal form .submit-wrap input[type=submit]:hover {
  background-color: #111110;
  color: #ffffff;
}
section.packages .modal form .submit-wrap .wpcf7-spinner {
  position: absolute;
  top: 5rem;
  left: 50%;
  transform: translate(-50%, 0);
  margin: 0;
}
section.packages .modal form .wpcf7-response-output {
  padding: 0.6rem;
  border: none;
  border-radius: 5px;
  width: 100%;
  background: #F15E4A;
  color: #ffffff;
}
section.packages .modal form.wpcf7-form.sent .wpcf7-response-output {
  background: #41BB4C;
}

section.references h2 {
  max-width: 762px;
}
section.references .container {
  max-width: calc(1080px + 6rem);
}
section.references .swiper-references .reference {
  padding: 1.8rem;
  background-color: #82AD8622;
  border-radius: 1rem;
}
section.references .swiper-references .reference img {
  border-radius: 99px;
  width: 55px;
  height: 55px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: cover;
     object-position: cover;
  margin-right: 10px;
}
section.references .swiper-references .reference h3 {
  font-size: 1rem;
}
section.references .swiper-references .reference .content-wrap .line-wrap {
  min-width: 3.6rem;
  margin-right: 0.5rem;
}
section.references .swiper-references .reference .content-wrap .line-wrap .line {
  width: 2px;
  height: 100%;
  background-color: #d0d0d0;
}
section.references .swiper-references .reference .content-wrap p {
  margin-bottom: 0;
}
section.references .swiper-button-next, section.references .swiper-button-prev {
  color: #111110;
}
section.references .swiper-button-next::after, section.references .swiper-button-prev::after {
  font-size: 1.5rem;
}
section.references .swiper-button-next:hover, section.references .swiper-button-prev:hover {
  color: #82AD86;
}
section.references .swiper-button-next {
  right: -3rem;
}
section.references .swiper-button-prev {
  left: -3rem;
}

section.contact {
  background-color: #E9C93D;
  color: #111110;
  padding: 6rem 0;
  margin: 7rem 0;
}
@media screen and (max-width: 767.98px) {
  section.contact {
    margin-bottom: 3rem;
  }
}
section.contact .container {
  max-width: calc(700px + 3rem);
}
section.contact .container h2 {
  max-width: 550px;
}
section.contact .form-wrap form {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
section.contact .form-wrap form p {
  width: calc(50% - 0.3rem);
  margin-bottom: 0.6rem;
}
@media screen and (max-width: 767.98px) {
  section.contact .form-wrap form p {
    width: 100%;
  }
}
section.contact .form-wrap form p:first-of-type {
  width: 100%;
}
section.contact .form-wrap form input, section.contact .form-wrap form textarea, section.contact .form-wrap form select {
  width: 100%;
  border-radius: 0.8rem;
  padding: 1rem;
  border: none;
}
section.contact .form-wrap form input::-moz-placeholder, section.contact .form-wrap form textarea::-moz-placeholder, section.contact .form-wrap form select::-moz-placeholder {
  color: #282827;
  opacity: 1;
}
section.contact .form-wrap form input::placeholder, section.contact .form-wrap form textarea::placeholder, section.contact .form-wrap form select::placeholder {
  color: #282827;
  opacity: 1;
}
section.contact .form-wrap form .submit-wrap > p {
  position: relative;
}
section.contact .form-wrap form .submit-wrap input[type=submit] {
  background-color: #82AD86;
  max-width: 290px;
  font-weight: 500;
  transition: 0.2s;
}
section.contact .form-wrap form .submit-wrap input[type=submit]:hover {
  background-color: #111110;
  color: #ffffff;
}
section.contact .form-wrap form .submit-wrap .wpcf7-spinner {
  position: absolute;
  top: 5rem;
  left: 50%;
  transform: translate(-50%, 0);
  margin: 0;
}
section.contact .form-wrap form .wpcf7-response-output {
  padding: 0.6rem;
  border: none;
  border-radius: 5px;
  width: 100%;
  background: #F15E4A;
  color: #ffffff;
}
section.contact .form-wrap form.wpcf7-form.sent .wpcf7-response-output {
  background: #41BB4C;
}

section.uniques-of-dietapp .container {
  max-width: 1240px;
}
section.uniques-of-dietapp div.description {
  max-width: 620px;
  margin: 0 auto;
}
section.uniques-of-dietapp div.description p {
  font-weight: 400;
  font-size: 1.5rem;
}
@media screen and (max-width: 991.98px) {
  section.uniques-of-dietapp div.description p {
    font-size: 1.2rem;
  }
}
section.uniques-of-dietapp .boxes .box {
  border-radius: 1rem;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
}
section.uniques-of-dietapp .boxes .box .colorful-part {
  border-radius: 1rem;
  padding: 3rem;
  color: #ffffff;
}
@media screen and (max-width: 767.98px) {
  section.uniques-of-dietapp .boxes .box .colorful-part {
    padding: 2rem 1rem;
  }
}
section.uniques-of-dietapp .boxes .box .colorful-part.zluta {
  background-color: #E9C93D;
  color: #111110;
}
section.uniques-of-dietapp .boxes .box .colorful-part.cervena {
  background-color: #F15E4A;
}
section.uniques-of-dietapp .boxes .box .colorful-part.zelena {
  background-color: #82AD86;
}
section.uniques-of-dietapp .boxes .box .colorful-part.modra {
  background-color: #2EC4D8;
}
section.uniques-of-dietapp .boxes .box .colorful-part h3 {
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  section.uniques-of-dietapp .boxes .box .colorful-part h3 {
    text-align: left;
  }
}
section.uniques-of-dietapp .boxes .box .content {
  padding: 1rem 3rem;
}
@media screen and (max-width: 767.98px) {
  section.uniques-of-dietapp .boxes .box .content {
    padding: 1rem;
  }
}
section.uniques-of-dietapp .boxes .box .content p {
  opacity: 0.85;
  line-height: 1.5;
}
@media screen and (min-width: 991.98px) {
  section.uniques-of-dietapp .boxes .box .content p:nth-of-type(2) {
    margin-top: 2rem;
  }
}
section.uniques-of-dietapp .boxes .box .content .sub-heading {
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #111110;
  margin-bottom: 1.3rem;
}
section.uniques-of-dietapp .boxes .box .content .sub-heading.cervena {
  color: #F15E4A;
}
section.uniques-of-dietapp .boxes .box .content .sub-heading.zelena {
  color: #82AD86;
}
section.uniques-of-dietapp .boxes .box .content .sub-heading.modra {
  color: #2EC4D8;
}
section.uniques-of-dietapp .boxes .box .content.second-content-col {
  border-left: 1px solid #d0d0d0;
  padding-top: 3.5rem;
}
@media screen and (max-width: 767.98px) {
  section.uniques-of-dietapp .boxes .box .content.second-content-col {
    padding-top: 0;
    margin-top: -1rem;
  }
}

section.faq {
  margin: 3rem 0;
  padding-top: 4rem;
}
section.faq .faq-wrap {
  max-width: 700px;
}
section.faq .faq-wrap .accordion {
  border: 1px solid #d0d0d0;
  border-radius: 10px;
}
section.faq .faq-wrap .accordion * {
  border: none;
  background: none;
  box-shadow: none;
}
section.faq .faq-wrap .accordion .accordion-item {
  position: relative;
  margin-left: -2rem;
  padding: 0.5rem 1rem;
  transform: translateX(1rem);
}
section.faq .faq-wrap .accordion .accordion-item .accordion-button {
  position: relative;
  color: #111110;
  line-height: 1.5;
  padding-right: 2rem;
  font-weight: 600;
}
section.faq .faq-wrap .accordion .accordion-item .accordion-button * {
  font-size: 1.2rem;
}
section.faq .faq-wrap .accordion .accordion-item .accordion-button p {
  margin-bottom: 0;
}
section.faq .faq-wrap .accordion .accordion-item .accordion-button.collapsed::before {
  transform: rotate(180deg);
}
section.faq .faq-wrap .accordion .accordion-item .accordion-button::after {
  display: none;
}
section.faq .faq-wrap .accordion .accordion-item .accordion-button::before {
  content: "";
  display: block;
  position: absolute;
  top: 25px;
  right: 1.5rem;
  width: 15px;
  height: 7px;
  background-image: url("/wp-content/themes/boost-it-classic-theme/assets/img/collapse-icon.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.2;
}
section.faq .faq-wrap .accordion .accordion-item .accordion-body {
  padding-top: 0;
  padding-bottom: 0;
}
section.faq .faq-wrap .accordion .accordion-item .accordion-body p {
  margin-bottom: 0;
  transform: translateY(-0.5rem);
  opacity: 0.7;
}

#consultations-modal .modal-body {
  padding-top: 2rem;
  padding-bottom: 0;
}
#consultations-modal .modal-body form {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 2rem;
}
#consultations-modal .modal-body form input[type=tel] {
  border: 1px solid #d0d0d0;
  border-radius: 5px;
  padding: 10px 20px;
}
#consultations-modal .modal-body form input[type=submit] {
  padding: 10px 20px;
  min-width: 150px;
  background-color: #E9C93D;
  border: none;
  border-radius: 5px;
  font-weight: 600;
  transition: 0.2s;
}
#consultations-modal .modal-body form input[type=submit]:hover {
  background-color: #82AD86;
}
#consultations-modal .modal-body form p:last-of-type {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#consultations-modal .modal-body form .wpcf7-response-output {
  margin-top: 0;
}