
:root {
  --default-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Ubuntu, "Helvetica Neue", Helvetica, Arial, "PingFang SC",
    "Hiragino Sans GB", "Microsoft Yahei UI", "Microsoft Yahei",
    "Source Han Sans CN", sans-serif;
}

.main-container {
  overflow: hidden;
}

.main-container,
.main-container * {
  box-sizing: border-box;
}

input,
select,
textarea,
button {
  outline: 0;
}
body{
      background: #FDE9E6;
    overflow-x: hidden !important;
}
.header-area {
  
}
.header {
 
  background: #ffffff;
 
}

.section-bg1 {
    background: #FDE9E6;
}

.white-bg {
    background: #ffffff;
}

.gray-bg {
    background: #f5f5f5;
}

.gray-bg {
    background: #f7f7fd;
}

.white-bg {
    background: #fff;
}

.black-bg {
    background: #16161a;
}

.theme-bg {
    background: #CA8F8B;
}

.brand-bg {
    background: rgb(246,218,145);
background: -moz-linear-gradient(73deg, rgba(246,218,145,1) 41%, rgba(180,150,91,1) 100%);
background: -webkit-linear-gradient(73deg, rgba(246,218,145,1) 41%, rgba(180,150,91,1) 100%);
background: linear-gradient(73deg, rgba(246,218,145,1) 41%, rgba(180,150,91,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f6da91",endColorstr="#b4965b",GradientType=1);
}

.testimonial-bg {
    background: #f9fafc
}

.white-color {
    color: #fff
}

.black-color {
    color: #16161a
}

.theme-color {
    color: #CA8F8B
}

.boxed-btn {
    background: #CA8F8B;
    color: #fff !important;
    display: inline-block;
    padding: 18px 44px;
     width: 100%;
    font-size: 19px;
    font-weight: 700;
    border: 0;
    border: 1px solid #fff;
    letter-spacing: 3px;
    text-align: center;
    color: #CA8F8B;
   
    cursor: pointer
}

.boxed-btn:hover {
    background: #fff;
    color: #CA8F8B !important;
    border: 1px solid #CA8F8B
}

.boxed-btn:focus {
    outline: none
}

.boxed-btn.large-width {
    width: 100%
}
[data-overlay] {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

[data-overlay]::before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: ""
}

[data-opacity="1"]::before {
    opacity: 0.1
}

[data-opacity="2"]::before {
    opacity: 0.2
}

[data-opacity="3"]::before {
    opacity: 0.3
}

[data-opacity="4"]::before {
    opacity: 0.4
}

[data-opacity="5"]::before {
    opacity: 0.5
}

[data-opacity="6"]::before {
    opacity: 0.6
}

[data-opacity="7"]::before {
    opacity: 0.7
}

[data-opacity="8"]::before {
    opacity: 0.8
}

[data-opacity="9"]::before {
    opacity: 0.9
}
a,
.button {
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

a:focus,
.button:focus {
    text-decoration: none;
    outline: none
}

a {
    color: #635c5c
}

a:hover {
    color: #fff
}

a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
    text-decoration: none
}

a,
button {
    color: #fff;
    outline: medium none
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
    outline: 0
}
.frame {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  flex-shrink: 0;
  position: relative;
  width: 100%;
  z-index: 105;
}
.ativo {
  flex-shrink: 0;
  position: relative;
  width: 187.803px;
  height: 146px;
  background-image: url(../img/)
    no-repeat center;
  background-size: cover;
  z-index: 106;
}
.auth-buttons {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 23px;
  position: absolute;
  width: 36px;
  height: 36px;
  top: 55px;
  left: 433.5px;
  padding: 0;
  z-index: 109;
}

.owl-carousel .owl-nav div {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    height: 40px;
    left: 20px;
    line-height: 40px;
    font-size: 22px;
    color: #646464;
    opacity: 1;
    visibility: visible;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease 0s;
    width: 40px
}

.owl-carousel .owl-nav div.owl-next {
    left: auto;
    right: -30px
}

.owl-carousel .owl-nav div.owl-next i {
    position: relative;
    right: 0;
    top: 1px
}

.owl-carousel .owl-nav div.owl-prev i {
    position: relative;
    right: 1px;
    top: 0px
}

.owl-carousel:hover .owl-nav div {
    opacity: 1;
    visibility: visible
}

.owl-carousel:hover .owl-nav div:hover {
    color: #fff;
    background: #ff3500
}
.single-testimonial {
    padding: 1em 0;
    text-align: center;
}.single-testimonial img{
    border-radius: 20px;
}
.btn {
   padding: 27px 44px !important;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    -moz-user-select: none;
    letter-spacing: 1px;
    line-height: 0;
    margin-bottom: 0;
    cursor: pointer;
    transition: color 0.4s linear;
    position: relative;
    z-index: 1;
    border: 0;
    background-color: #CA8F8B;
    overflow: hidden;
    margin: 0;
    border-radius: 30px !important;
    display: inline-block !important
}

.btn::after {
    position: unset !important
}

.btn::before {
    content: "";
    position: absolute !important;
    left: 0;
    top: 0;
    width: 101%;
    height: 101%;
    z-index: 1;
    border-radius: 5px;
    transition: transform 0.5s;
    transition-timing-function: ease;
    transform-origin: 0 0;
    transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
    transform: scaleX(0);
    border-radius: 0px
}

.btn i {
    padding-right: 11px
}

.btn:hover {
    color: #fff !important;
    text-decoration: none !important
}

.btn:hover::before {
    transform: scaleX(1);
    color: #fff !important;
    z-index: -1
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none
}

.btn.focus,
.btn:focus {
    outline: 0;
       box-shadow: none
}
 a::after {
    content: "";
    position: absolute;
    width: 0;
    bottom: 35px;
    right: 5px;
    left: -5px;
    height: 1px;
    z-index: 1;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    background: #F067FF
}

.hero {
  position: relative;
  width: 1437px;
  height: 695px;
  margin: 0 0 0 -2px;
  background: #fde9e6;
  z-index: 97;
  overflow: hidden;
}
.content {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex-wrap: nowrap;
  gap: 48px;
  position: relative;
  width: 719px;
  margin: 101px 0 0 631px;
  z-index: 100;
}
.content-1 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 24px;
  position: relative;
  min-width: 0;
  z-index: 101;
}
.title {
   padding-top:1em ;
  color: #3f3f3f;
  font-size: 5em;
  font-weight: 800;
  line-height: 1em;
  text-align: right;
  letter-spacing: -1.95px;
  }
.description {
  color: #3f3f3f;
  font-size:2.8em;
    padding:1em 0;
  font-weight: 300;
  line-height: 1.1em;
  text-align: right;
  letter-spacing: -0.48px;
  }

.pic {
  
  background-image: url("../img/bg-banner.jpg");
  background-size: cover;
  width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-position: left top;
}
.quem-somos {
  margin: 0 0 0 0;
  background: #ffffff;
 
}

.title-5 {
 
  color: #3f3f3f;
  font-family: Montserrat, var(--default-font-family);
  font-size: 32px;
  font-weight: 600;
 
  text-align: left;
 
  
}
.description-6 {
 
  color: #3f3f3f;
  font-family: Montserrat, var(--default-font-family);
  font-size: 24px;
  font-weight: 300;
 
  text-align: left;
  letter-spacing: -0.48px;
}

.check-circle {
 
  width: 23px;
  height: 21px;
  background: url("../img/Check2Circle.svg")
    no-repeat center;
    display: inline-block;
    padding: 2px 5px;
  background-size: cover;
}

.description-b {
 
  color: #3f3f3f;
  font-family: Montserrat, var(--default-font-family);
  font-size: 24px;
  font-weight: 300;
  line-height: 29.256px;
  text-align: left;
  letter-spacing: -0.48px;
 
}
.description-c {
 
  color: #3f3f3f;
  font-family: Montserrat, var(--default-font-family);
  font-size: 24px;
  font-weight: 300;
  line-height: 29.256px;
  text-align: left;
  letter-spacing: -0.48px;

}

.nossas-instalacoes {
   padding: 1em 0;
  color: #3f3f3f;
  font-size: 65px;
  font-weight: 800;
  
  text-align: center;
  letter-spacing: -1.95px;
  }
.beauty-care-section {

  align-items: center;
 
 padding: 2em 0;

}

.product-image {
 
  width: 265px;
  height: 344px;
 
  border-radius: 500px;
}
.product-image-d {
 
  width: 252px;
  height: 336px;
  
  background: #ca8f8b;
  z-index: 56;
  overflow: hidden;
  border-radius: 500px;
}


.product-image-e {
 
  width: 265px;
  height: 344px;
  z-index: 60;
  border-radius: 500px;
}
.product-image-f {
 
  width: 252px;
  height: 336px;
  top: 0;
  left: 0;
  background: #ca8f8b;
  z-index: 61;
  overflow: hidden;
  border-radius: 500px;
}

.border-10 {
  position: absolute;
  width: 252px;
  height: 336px;
  top: 38px;
  left: 28px;
  border: 2px solid #987944;
  z-index: 63;
  overflow: hidden;
  border-radius: 500px;
}
.skincare {
  
  width: 265px;
  z-index: 64;
}
.product-image-11 {
  flex-shrink: 0;
  position: relative;
  width: 265px;
  height: 344px;
  z-index: 65;
  border-radius: 500px;
}
.product-image-12 {
  position: absolute;
  width: 252px;
  height: 336px;
  top: 0;
  left: 0;
  background: #ca8f8b;
  z-index: 66;
  overflow: hidden;
  border-radius: 500px;
}

.border-14 {
  position: absolute;
  width: 252px;
  height: 336px;
  top: 8px;
  left: 13px;
  border: 2px solid #987944;
  z-index: 68;
  overflow: hidden;
  border-radius: 500px;
}
.haircare {
 
  width: 265px;
  z-index: 69;
}
.product-image-15 {
  flex-shrink: 0;
  position: relative;
  width: 265px;
  height: 344px;
  z-index: 70;
  border-radius: 500px;
}
.product-image-16 {
  position: absolute;
  width: 252px;
  height: 336px;
  top: 0;
  left: 0;
 
  z-index: 71;
  overflow: hidden;
  border-radius: 500px;
}
2;
}
.border-18 {
  position: absolute;
  width: 252px;
  height: 336px;
  top: 8px;
  left: 13px;
  border: 2px solid #987944;
  z-index: 73;
  overflow: hidden;
  border-radius: 500px;
}
.frame-19 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 32px;
  position: relative;
  width: 1078px;
  margin: 123px 0 0 161px;
  z-index: 174;
}
.mirror-text {
  
  color: #987944;
  font-family: Montserrat, var(--default-font-family);
  font-size: 36px;
  font-weight: 800;

  text-align: left;
}
.mirror-text-1a {
  
  color: #3f3f3f;
  font-family: Montserrat, var(--default-font-family);
  font-size: 16px;
  font-weight: 700;
  line-height: 19.504px;
  text-align: left;
  }
.cta-button-1b {
  padding: 1em 3em;
  background: linear-gradient(90deg, #b4965b, #c7a355);
  z-index: 177;
  border-radius: 16px;
}
.new-product-feature {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  width: 285px;
  height: 29px;
  color: #ffffff;
  font-family: Montserrat, var(--default-font-family);
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
  text-align: center;
 
  z-index: 178;
}
.title-1c {
 
  margin: 135px 0 0 -6px;
  font-size: 0px;
  background: #ffffff;
  z-index: 5;
  overflow: hidden;
}
.premium-treatments {
 
  color: #ca8f8b;
  font-family: Montserrat, var(--default-font-family);
  font-size: 4em;
  font-weight: 800;
  
  text-align: center;
 
  letter-spacing: -1.95px;
 
}
.item-tratamento{
    padding: 4em 0;
}
.icon-7 {
 display: inline-block;
  width: 24px;
  height: 32px;
   background-image: url("../img/7.svg");
  background-size: 100% 100%;
 
}
.title-1 {
  
  color: #3f3f3f;
  font-family: Montserrat, var(--default-font-family);
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
  
}
.description-1 {
 
  color: #3f3f3f;
  font-family: Montserrat, var(--default-font-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 19.504px;
 
}


.icon-2 {
  display: inline-block;
  width: 36px;
  height: 32px;
  background-image: url("../img/2.svg");
  background-size: 100% 100%;
  z-index: 9;
}

.icon-1 {
 display: inline-block;
  width: 24px;
  height: 32px;
   background-image: url("../img/1.svg");
  background-size: 100% 100%;
  z-index: 23;
}

.icon-3 {
  display: inline-block;
  width: 40px;
  height: 36px;
  background-image: url("../img/3.svg");
  background-size: 100% 100%;
 
}

.icon-4{
   display: inline-block;
  width: 28px;
  height: 36px;
  background-image: url("../img/4.svg");
  background-size: 100% 100%;
}

.icon-5 {
  display: inline-block;
  width: 30px;
  height: 36px;
  background-image: url("../img/5.svg");
  background-size: 100% 100%;
  z-index: 14;
}

.icon-6 {
   display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url("../img/6.svg");
  background-size: 100% 100%;
  z-index: 31;
}

.promo-banners {
 
  margin: 3em 0;
  background: #ca8f8b;
  border-radius: 25px;
}



.o-melhor-momento-cuidar {
 
  color: #ffffff;
  font-family: Montserrat, var(--default-font-family);
  font-size: 42px;
  font-weight: 800;
 
  text-align: right;
  letter-spacing: -0.84px;

}
.vagas-limitadas {
 
  color: #ffffff;
  font-family: Montserrat, var(--default-font-family);
  font-size: 16px;
  font-weight: 700;
 
  text-align: right;

 
}
.cta-button-38 {
  flex-shrink: 0;
  position: relative;
  width: 449px;
  height: 40px;
  background: #ffffff;
  z-index: 80;
  overflow: hidden;
  border-radius: 8px;
}
.quero-agendar-minha-avaliacao-gratuita {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: absolute;
  width: 409px;
  height: 20px;
  top: calc(50% - 12px);
  right: 19px;
  color: #ca8f8b;
  font-family: Montserrat, var(--default-font-family);
  font-size: 16px;
  font-weight: 700;
  line-height: 19.504px;
  text-align: center;
 
  z-index: 81;
}
.rectangle {
  position: relative;
  width: 1440px;
  height: 984px;
  margin: 57px 0 0 -1px;
  font-size: 0px;
  background: rgba(255, 255, 255, 0.16000000000000003);
  z-index: 111;
  overflow: visible auto;
}
.depoimentos {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  width: 1096.735px;
  height: 68.762px;
  margin: 40.612px 0 0 165.016px;
  color: #ca8f8b;
  font-family: Montserrat, var(--default-font-family);
  font-size: 65px;
  font-weight: 800;
  line-height: 68.762px;
  text-align: center;
 
  letter-spacing: -1.95px;
  z-index: 112;
}
.flex-row-f {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 965px;
  height: 239.712px;
  margin: 39.61px 0 0 231px;
  z-index: 127;
}
.item-depoimento {
 margin: 1em 0;
  background-color: #fff;
    border-radius: 20px;
    padding: 2em;
}

.quote {
 display: inline-block;
  width: 36.221px;
  height: 29.929px;
background: url("../img/aspas.svg")
    no-repeat center;
  background-size: cover;
  
}
.depoimento {
  color: #3f3f3f;
  font-family: Montserrat, var(--default-font-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 19.504px;
  text-align: left;
    padding: 1em;
 
}
.flex-row-d {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
 width: 60px;
    height: 60px;
  margin: 15px 0 0 10px;
 
}
.flex-row-d img{
    width: 60px;
    height: 60px;
    border-radius: 50px;
    border: 0;
}
.name {
 
  color: #3f3f3f;
  font-family: Montserrat, var(--default-font-family);
  font-size: 20px;
  font-weight: 600;
  line-height: 19.101px;
  text-align: left;
 
 
}


.procedimentos-de-sucesso {
 
  color: #ca8f8b;
  font-family: Montserrat, var(--default-font-family);
  font-size: 4em;
  font-weight: 800;
  text-align: center;
 
  letter-spacing: -1.95px;
  z-index: 118;
}

.hero-41 {
 background-color:  linear-gradient(90deg, #b4965b, #c7a355);
    padding: 2em;
}
.product-showcase {
  position: absolute;
  width: 388px;
  height: 501px;
  top: 17px;
  left: 174.051px;
  z-index: 43;
}
.circle-decoration {
  position: relative;
  width: 388px;
  height: 445px;
  margin: 0 0 0 0;
  border: 0.8px solid #987944;
  z-index: 44;
  border-radius: 399.356px 399.356px 0 0;
}
.shadow {
  position: relative;
  width: 312px;
  height: 18px;
  margin: 38px 0 0 45.42px;
  background: url(https://static.codia.ai/image/2025-03-21/31aa0f2c-b9eb-450b-807f-bfc378aca762.svg)
    no-repeat center;
  background-size: cover;
  filter: blur(5.631px);
  z-index: 45;
}
.content-43 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex-wrap: nowrap;
  gap: 48px;
  position: absolute;
  width: 658px;
  height: 199px;
  top: 119px;
  left: 655px;
  z-index: 46;
}

.title-45 {
  
  color: #ffffff;
  font-family: Montserrat, var(--default-font-family);
  font-size: 36px;
  font-weight: 800;
  
  text-align: right;
}
.description-46 {
  color: #ffffff;
  font-family: Montserrat, var(--default-font-family);
  font-size: 24px;
  font-weight: 300;
 
  text-align: right;
  letter-spacing: -0.48px;
}
.cta-button-47 {
  text-align: center;
    float: right;
  padding: 12px 24px 12px 24px;
  background: linear-gradient(90deg, #b4965b, #f6da91);
 
  border-radius: 16px;
}
.agende-uma-avaliacao-48 {
  
  color: #ffffff;
  font-family: Montserrat, var(--default-font-family);
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
  text-align: center;
  
  
}
.flex-row-49 {
  position: relative;
  width: 1204px;
  height: 750px;
  margin: 37px 0 0 171px;
  z-index: 173;
}
.leo-editar-juliana-yamada-jpg {
  position: absolute;
  width: 629px;
  height: 750px;
  top: 0;
  left: 575px;
  background: url(https://static.codia.ai/image/2025-03-21/4f25bc6a-d3fe-425f-985c-5da609ee350d.png)
    no-repeat center;
  background-size: cover;
  z-index: 163;
}
.melhor-escolha {
 
  color: #ca8f8b;
  font-family: Montserrat, var(--default-font-family);
  font-size: 36px;
  font-weight: 800;
    
  text-align: left;
 
}



.title-item {
 
  color: #3f3f3f;
  font-family: Montserrat, var(--default-font-family);
  font-size: 16px;
  font-weight: 700;
  line-height: 19.504px;
  text-align: left;
 
}

.formulario-de-contato {
  
  color: #ca8f8b;
  font-family: Montserrat, var(--default-font-family);
  font-size: 32px;
  font-weight: 600;
  line-height: 39.008px;
  text-align: left;
 

}


.up-alt {
 
  width: 45px;
  height: 45px;
 display: inline-block;
  background-image: url("../img/up.svg");
  background-size: cover;
  z-index: 3;
  overflow: hidden;
}

.instagram {
 
  width: 30px;
  height: 30px;
 display: inline-block;
  background-image: url("../img/Instagram.svg");
  background-size: cover;
  z-index: 3;
  overflow: hidden;
}
.facebook {
  display: inline-block;
  width: 30px;
  height: 30px;
  
  background-image: url("../img/Facebook.svg");
  background-size: cover;
  z-index: 4;
  overflow: hidden;
}
.duvida {
 
  color: #303030;
  font-family: Montserrat, var(--default-font-family);
  font-size: 24px;
  font-weight: 300;
  line-height: 25.966px;
  text-align: left;
 
  letter-spacing: -0.48px;
 
}
.fale-conosco {
 
  color: #ca8f8b;
  font-family: Montserrat, var(--default-font-family);
  font-size: 36px;
  font-weight: 800;
  line-height: 40.292px;
  text-align: left;
 
 
}
.equipe-de-especialistas {
 
  color: #303030;
  font-family: Inter, var(--default-font-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 19.364px;
  text-align: left;
  
}
.rectangle-56 {
 padding: 5px 15px 1px 17px;
  background: #ca8f8b;
  margin: 1em 0;
    width: fit-content;
  border-radius: 36px;
}
.union {
 margin-right: 5px;
    margin-top: 5px;
  width: 20px;
  height: 19.236px;
 display: inline-block;
   background-image: url("../img/telefone.svg");
  background-size: cover;
  
}
.telefone {
 margin-right: 5px;
    

  color: #ffffff;
  font-family: Montserrat, var(--default-font-family);
  font-size: 16px;
  font-weight: 700;
  
  text-align: left;
 

}
.rectangle-57 {
  padding: 5px 15px 11px 17px;
  background: #ca8f8b;
  margin: 1em 0;
    width: fit-content;
  border-radius: 36px;
}
.vector {
 display: inline-block;
  width: 19px;
  height: 19px;
  margin-right: 5px;
    margin-top: 5px;
  background-image: url("../img/whatsapp.svg");
  background-size: cover;
  z-index: 160;
}
.telefone-58 {
 
  color: #ffffff;
  font-family: Montserrat, var(--default-font-family);
  font-size: 16px;
  font-weight: 700;

  text-align: left;
 
}
.rectangle-59 {
  padding: 5px 15px 1px 17px;
  background: #ca8f8b;
  margin: 1em 0;
        width: fit-content;
  border-radius: 36px;
}
.email-5a {
  
  color: #ffffff;
  font-family: Montserrat, var(--default-font-family);
  font-size: 16px;
  font-weight: 700;
  line-height: 19.504px;
  text-align: left;
 
 
}
.vector-5b {
  display: inline-block;
  width: 21.397px;
  height: 14.326px;
 margin-right: 5px;
    margin-top: 5px;
  background-image: url("../img/email.svg");
  background-size: cover;
  z-index: 156;
}
.footer-section {

  margin: 70px 0 0 1px;
  background: #ffffff;
  
}

.direitos-reservados {
 padding-top: 3em;
  color: #ca8f8b;
  font-family: Montserrat, var(--default-font-family);
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
  text-align: center;
 
  
}
