.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #736b6b;
  font-family: Poppins, sans-serif;
  font-size: .875rem;
  font-weight: 300;
  line-height: .875rem;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Castoro, sans-serif;
  font-size: 1.625rem;
  font-weight: 400;
  line-height: 2.2rem;
}

a {
  color: #736b6b;
  text-decoration: none;
}

.header {
  background-color: #eee8e5;
  padding: 1.25rem 2rem;
  box-shadow: 0 2px 5px #0003;
}

.navbar {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.logo-text {
  color: #353535;
  white-space: nowrap;
  align-self: center;
  font-family: Castoro, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.logo-container {
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  font-family: Castoro, sans-serif;
  display: flex;
}

.nav-link-container {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-link {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1rem;
}

.hamburguer-wrapper {
  display: none;
}

.hamburguer-menu-icon {
  max-width: 28px;
  max-height: 28px;
}

.nav-social-container {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-section {
  background-image: url('../images/bonecos.png');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: stretch;
  height: calc(100vh - 66.8px);
  display: flex;
}

.scroll-down {
  width: 80px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  height: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  overflow: hidden;
}

.hero-image {
  align-self: flex-end;
  width: 450px;
}

.footer {
  background-color: #2e2b2b;
  padding-bottom: 52px;
  padding-left: 2rem;
  padding-right: 2rem;
}

.hero-text-wrapper {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  align-self: flex-end;
  padding-bottom: 8rem;
  display: flex;
}

.cta-button {
  background-color: #976147;
  border: .1rem solid #976147;
  border-radius: 100rem;
  align-self: flex-start;
  padding: 1rem 2rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1rem;
}

.cta-button.cta-bright {
  background-color: #97614700;
  border-color: #fff;
  align-self: center;
}

.cta-button.contact-banner {
  align-self: center;
}

.cta-button.is {
  text-align: center;
  width: 100%;
  margin-top: 1.5rem;
}

.scroll-down-link-block {
  width: 80px;
  height: 80px;
  margin-bottom: 13px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.service-carousel-section {
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.carousel-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.service-c-image {
  object-fit: cover;
  width: 100%;
  height: 100vh;
  max-height: 100vh;
}

.no-scroll {
  overflow: hidden;
}

.service-info {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 34rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.sc-header {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Castoro, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 3.5rem;
}

.sc-description {
  text-align: center;
  line-height: 1.1rem;
}

.sc-slider-container {
  z-index: 100;
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  text-align: center;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.button {
  border-radius: 100%;
}

.sc-slider-button-container {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding: .5rem;
  display: flex;
}

.service-info-container {
  background-image: url('../images/Serviçostest.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.service-info-container.srvc2 {
  background-image: url('../images/Serviçostest-1.jpg');
}

.service-info-container.srvc3 {
  background-image: url('../images/Serviçostest-2.jpg');
}

.slider {
  width: 100%;
  height: 100vh;
}

.footer-content {
  color: #fff;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 50px;
  font-size: .75rem;
  display: flex;
}

.footer-logo-info {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-quicknav {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.footer-logo-text {
  font-family: Castoro, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1rem;
}

.footer-logo-description {
  font-size: .75rem;
  font-weight: 400;
  line-height: 1rem;
}

.quicknav-title {
  margin-bottom: .5rem;
  font-weight: 400;
}

.quicknav-link {
  color: #fff;
}

.footer-contact, .footer-socials {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.simple-icon {
  color: #736b6b;
  width: 24px;
  height: 24px;
}

.footer-social-link {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #fff;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
  display: flex;
}

.footer-divider {
  background-color: #fff;
  width: 90vw;
  height: .25px;
  margin-left: auto;
  margin-right: auto;
}

.footer-copyright {
  color: #fff;
  text-align: center;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0;
  font-size: .75rem;
}

.footer-copyright-info {
  align-self: flex-start;
}

.testimonials-section {
  background-image: url('../images/bg_color.jpg');
  background-position: 0 0;
  background-size: auto;
  height: 735px;
  margin-bottom: 2rem;
  padding-top: 5rem;
  padding-bottom: 3.25rem;
  padding-right: 0;
}

.testimonials-container {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.testimonials-container.tablet, .testimonials-container.mobile {
  display: none;
}

.section-info {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-small-title {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.section-small-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 300;
  line-height: .875rem;
}

.section-big-subtitle {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Castoro, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2em;
}

.card-slider {
  background-color: #ddd0;
  border-radius: 20px;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 1024px;
  height: 475px;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.card-slider-mask {
  max-width: 320px;
  height: 400px;
  max-height: 400px;
  margin-bottom: 61px;
  overflow: visible;
}

.card-container {
  background-color: #fff;
  border-radius: 20px;
  height: 400px;
  margin-right: 32px;
}

.card-profile-image {
  background-image: url('../images/ll-profile.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 100%;
  width: 150px;
  height: 150px;
  overflow: hidden;
}

.card-info {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-left: 1rem;
  margin-right: 1rem;
  display: flex;
}

.card-link {
  background-color: #eee8e5;
  width: 100%;
  padding: .7rem 1rem;
}

.card-inner-container {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 320px;
  height: 400px;
  max-height: 500px;
  padding-top: 1.5rem;
  display: flex;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.card-title {
  font-size: 1rem;
  font-weight: 600;
}

.card-description {
  text-align: center;
  width: 256px;
  line-height: 1.3em;
}

.card-link-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.last-card-container {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 1024px;
  display: flex;
}

.icon, .icon-2 {
  color: #736b6b;
}

.right-arrow-2, .left-arrow-2 {
  display: none;
}

.instagram-section {
  padding-bottom: 3.25rem;
}

.instagram-container {
  max-width: 1024px;
  margin-top: 56px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.contact-banner-section {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-image: url('../images/content.jpg');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
  margin-bottom: 3.25rem;
  padding: 5.75rem 2rem;
  display: flex;
}

.text-block {
  color: #fff;
  text-align: center;
  font-family: Castoro, sans-serif;
  font-size: 2.5rem;
  line-height: 1em;
}

.contact-section {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 3rem 2rem 6rem;
  display: flex;
}

.section-divider {
  background-color: #976147;
  width: 90vw;
  height: .25px;
  margin-left: auto;
  margin-right: auto;
}

.contact-info-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-item-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-item-linkbox {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-2 {
  font-size: 1rem;
  font-weight: 600;
  text-decoration: underline;
}

.contact-item-description {
  text-align: center;
  line-height: 1.3em;
}

.footer-socials-icon {
  width: 20px;
}

.slide-nav-2 {
  padding-bottom: 100px;
}

.ikonik-p9gd4 {
  float: right;
  color: #fff;
}

.hamburguer-navlink {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1rem;
}

.hamburguer-close-icon {
  max-width: 28px;
  max-height: 28px;
}

.dropdown-toggle {
  padding: 5px;
}

.dropdown {
  display: none;
}

.ikonik-29kkd {
  color: #736b6b;
}

.modal-wrapper-t10 {
  z-index: 1000;
  background-color: #000000a6;
  justify-content: center;
  align-items: center;
  padding: 4rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal-image-container {
  z-index: 1000;
  max-width: 300px;
  position: absolute;
  box-shadow: 0 2px 5px #0003;
}

.close-modal {
  color: #fff;
  cursor: pointer;
  align-self: flex-start;
  position: fixed;
  right: 10vw;
}

.modal-wrapper-t2, .modal-wrapper-t3, .modal-wrapper-t4, .modal-wrapper-t5, .modal-wrapper-t6, .modal-wrapper-t7, .modal-wrapper-t8, .modal-wrapper-t9, .modal-wrapper-t1 {
  z-index: 1000;
  background-color: #000000a6;
  justify-content: center;
  align-items: center;
  padding: 4rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.pp-section {
  padding: 5rem 2rem;
}

.pp-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.pp-h1 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 2.5rem;
  line-height: 1.3em;
}

.pp-paragraph {
  margin-bottom: .3rem;
  font-size: .75rem;
  line-height: 1.3em;
}

.pp-h2 {
  color: #976147;
  text-transform: uppercase;
  margin-top: 1.5rem;
  margin-bottom: .75rem;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3em;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #000;
  grid-template-rows: auto auto auto auto;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.table-text {
  text-align: center;
  border: 1px solid #000;
  border-radius: 1px;
  padding: 1rem;
  font-size: .75rem;
  line-height: 1.3em;
}

.services-ip-section {
  padding-top: 5rem;
  padding-bottom: 6rem;
}

.services-ip-container {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.services-cards-container {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.service-card {
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  width: 300px;
  max-width: 300px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.service-card-img {
  width: 100%;
}

.service-card-text {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 2rem 2rem 1rem;
  display: flex;
}

.service-card-title {
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2em;
}

.service-card-description {
  text-align: center;
  font-size: .75rem;
  font-weight: 300;
  line-height: 1.3em;
}

.link-block {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  background-color: #eee8e5;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: .75rem .5rem;
  display: flex;
}

.text-block-3 {
  text-align: center;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1.3em;
}

.individual-service-section {
  margin-bottom: 3rem;
  padding-top: 5rem;
  padding-bottom: 6rem;
}

.is-container {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.is-main-image {
  border-radius: 20px;
  box-shadow: 0 2px 5px #0003;
}

.is-info-container {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.is-title-description {
  max-width: 500px;
}

.is-icon-info {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.is-title {
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-family: Castoro, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.3em;
}

.is-icon-block {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.is-subtitle {
  color: #976147;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3em;
}

.is-description {
  font-size: .75rem;
  line-height: 1.4em;
}

.is-icon-block-text {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  max-width: 200px;
  display: flex;
}

.is-icon-block-title {
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4em;
}

.is-icon-block-description {
  text-align: center;
  font-size: .75rem;
  font-weight: 300;
  line-height: 1.4em;
}

@media screen and (max-width: 991px) {
  .nav-link-container {
    display: none;
  }

  .nav-link-container.hamburguer-nav {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
  }

  .hamburguer-wrapper {
    cursor: pointer;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .nav-social-container {
    display: none;
  }

  .nav-social-container.hamburguer-nav {
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
    inset: 0%;
  }

  .nav-hamburguer-container {
    z-index: 1000;
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    background-color: #fffefd;
    border-radius: 1rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 75vw;
    height: 300px;
    margin: -150px auto auto;
    display: flex;
    position: fixed;
    inset: -32% 0% 0%;
    box-shadow: 0 2px 5px #0003;
  }

  .hero-image {
    display: none;
  }

  .hero-text-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    align-self: center;
    padding-bottom: 3rem;
  }

  .cta-button {
    align-self: center;
  }

  .hero-header {
    text-align: center;
  }

  .footer-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .testimonials-container.desktop {
    display: none;
  }

  .testimonials-container.tablet {
    display: block;
  }

  .card-slider {
    max-width: 672px;
    margin-top: .6rem;
  }

  .last-card-container {
    width: 671px;
  }

  .last-card-container.t1 {
    display: none;
  }

  .hamburguer-close-icon {
    display: none;
    position: absolute;
  }

  .dropdown-toggle {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .dropdown-toggle.w--open {
    padding: 5px;
  }

  .dropdown-list {
    background-color: #fff;
  }

  .dropdown-list.w--open {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    border-radius: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 2rem;
    display: flex;
    position: absolute;
    right: -3px;
    box-shadow: 0 2px 5px #0003;
  }

  .dropdown {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .ikonik-29kkd {
    color: #353535;
    width: 28px;
    height: 28px;
  }

  .services-cards-container {
    flex-flow: column;
    max-width: 600px;
  }

  .service-card {
    margin-left: auto;
    margin-right: auto;
  }

  .link-block {
    width: 100%;
  }

  .is-info-container {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .is-title-description {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .cta-button {
    font-size: .9rem;
    line-height: .9rem;
  }

  .hero-header {
    font-size: 1.3rem;
    line-height: 1.8rem;
  }

  .sc-header {
    font-size: 2.2rem;
  }

  .right-arrow, .left-arrow {
    display: none;
  }

  .footer-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .testimonials-container.tablet {
    display: none;
  }

  .testimonials-container.mobile {
    display: block;
  }

  .section-big-subtitle {
    font-size: 2rem;
  }

  .card-slider {
    justify-content: space-between;
    align-items: center;
    max-width: 360px;
  }

  .card-slider-mask {
    height: 360px;
  }

  .card-container {
    height: 360px;
    margin-left: 16px;
    margin-right: 16px;
  }

  .card-profile-image {
    width: 100px;
    height: 100px;
  }

  .card-inner-container {
    height: 360px;
    max-height: 360px;
  }

  .last-card-container {
    width: 612px;
  }

  .slide-nav {
    height: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 51px;
  }

  .text-block {
    line-height: 1.3em;
  }

  .services-cards-container {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .service-info {
    justify-content: flex-start;
    align-items: center;
  }

  .sc-header {
    line-height: 1.2em;
  }

  .section-info {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .card-slider {
    width: 270px;
    max-width: 100%;
  }

  .card-slider-mask {
    width: 230px;
    max-width: 100%;
  }

  .card-container {
    width: 267px;
    margin-left: 0;
    margin-right: 16px;
  }

  .card-inner-container {
    width: 100%;
  }

  .card-title {
    text-align: center;
  }

  .card-description {
    width: 100%;
  }

  .instagram-section {
    margin-top: 3rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .instagram-container {
    margin-top: 56px;
  }

  .close-modal {
    width: 20px;
    height: 20px;
    top: 5vw;
    right: 5vw;
  }

  .image, .image-2 {
    width: 100%;
    height: 100%;
  }

  .modal-wrapper-t1 {
    display: none;
  }

  .table-text {
    font-size: .5rem;
  }

  .service-card {
    width: 100%;
  }
}


