@import url('https://fonts.googleapis.com/css2?family=inter:wght@300;400;500;600;800&display=swap');

 /* Variables (you can adjust colors) */
 :root {
    --primary-color: #005f73;
    --secondary-color: #0a9396;
    --accent-color: #94d2bd;
    --light-bg: #f5f5f5;
    ---Degrade-hero-inicio: #0D1825;
    ---Degrade-hero-fim: #1F3044;
  }

  
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "inter", sans-serif;
}

html { scroll-behavior: smooth; }      /* <<< rolagem automática */


body {
    font-family: "inter", sans-serif;
    background-color: #F9F7F5;
}

.hero{
  width: 100%;
  padding: 10px 105px;
  background: linear-gradient(90deg, var(---Degrade-hero-inicio) 0%, var(---Degrade-hero-fim)  100%);
  height: 700px;
  overflow: hidden;
  position: relative;

}

.hero::before, .hero::after {
  content: '';
  position: absolute;
  background: rgba(55,184,173,0.4);
  filter: blur(300px);
  z-index: 0;
}
.hero::before { top: 50px;  left: -12%; width: 400px; height: 400px; }
.hero::after { bottom: 100px; right: -24%; width: 500px; height: 500px; }

.hero-head{
  display: flex;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  height: 30%;
}

.logo{
  width: 60%;
}

.logo img {     
  max-width: 25%;
  margin-top: -70px; 
}

.nav{
  width: 40%;
  justify-content: center;
  align-content: center;
  display: flex;
}
.nav nav ul {
  display: flex;
  list-style: none;
  gap: 20px;
}

nav a {
  color: white;
  text-decoration: none;
  font-weight: 300;

}
nav a:hover { color: var(--primary-color); }


.hero-main{
  height: 70%;
  display: flex;
  width: 100%;
  text-align: left;
  justify-content: space-between;
  color: white;
}

.left{
  width: 50%;
  text-align: left;
}

.line-hero{
  display: flex;
  gap: 15px;
  padding-bottom: 25px;
  font-family: "inter", sans-serif;


}

.line{
  width: 10%;
  height: 5px;
  border: 3px solid #CEB594;
  border-radius: 10px;
  padding: 0;
}

.line-hero h3{
  font-size: 14px;
  font-weight: 400;
  margin-top: -6px;
}

.hero-main h1{
 font-size: 38px;
 font-weight: 400;
}

.hero-main h2{
  font-size: 35px;
  color: #CEB594;
  font-weight: 600;
  padding-bottom: 30px;
}

.hero-main p{
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;  
  padding-bottom: 35px;
  text-align: justify;

}

.left a {
  padding: 15px 60px;
  background: red;
  border-radius: 8px;
  color: white;
  text-decoration: none;
  font-size: 15px;
  font-weight: 400;
}
.right{
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.img img{
  max-width: 480px;
  margin-bottom: 100px;
}

.about{
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 80px 105px;
  height: 600px;
  background: url('../img/Sobrenos.png') no-repeat center center/cover;
  margin-bottom:0;padding-bottom:60px;
  margin-top: 25px;
}

.left-about{
  text-align: left;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
}

.left-about h2{
  color: #182738;
  font-weight: 600;
  padding-bottom: 20px;
  font-size: 55px;
}

.left-about p {
  color: #505051;
  font-weight: 400;
  padding-bottom: 20px;
  margin-right: 40px;
  font-size: 15px;
  line-height: 24px;
  text-align: justify;

}

.line-about{
  width: 12%;
  height: 6px;
  border: 3px solid #CB935D;
  border-radius: 10px;
}

.right-about{
  width: 50%;
  border-left: 1.2px solid rgb(30, 46, 69, 10%);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  padding: 25px;
}

.right-about img{
max-width: 100%; 
height: auto; 
}


/* -----  Diferenciais ----- */

.diferencial{
  width: 100%;
  display: flex;
  justify-content: space-between;
  background: #F9F7F5;
  padding: 80px 105px;
  height: 600px;
  margin-bottom:0;
  padding-bottom:60px;


}

.right-diferencial{
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  padding: 20px;
  margin-right: 25px;
}

.right-diferencial h2{
  color: #182738;
  font-weight: 600;
  padding-bottom: 20px;
  font-size: 35px;
  padding-top: 35px;

}

.right-diferencial p {
  color: #505051;
  font-weight: 400;
  padding-bottom: 30px;
  font-size: 15px;
  max-width: 550px;
  text-align: justify;
  line-height: 22px;

}

.diferencial-flex{
  display: flex;
  gap: 10px;
}

.diferenciais-popup{
  width: 100%;
  height: auto;
  background: linear-gradient(90deg, #AA9273 0%, #867052 100%);
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin-bottom: 20px;
  padding: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .08);
}

.icone{
  display: flex;
  gap: 3px;
}

.fundo{
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-right: 12px;
  margin-bottom: 10px;
  background: white;
}

.icone i {
  color: #867052;
  font-size: 22px;
}

.tituloedescri{
  width: 100%;
  display: flex;
  flex-direction: column;
}

.tituloedescri h3{
  font-size: 14px;
  color: white;
  font-weight: 600;
  padding-bottom: 15px;
  text-align: center;
}

.tituloedescri p {
  font-size: 14px;
  color: white;
  text-align: center;
  margin: 0;
  line-height: 20px;
  padding: 0;
}


.line-diferencial{
  width: 12%;
  height: 6px;
  border: 3px solid #CB935D;
  border-radius: 10px;
}


.left-diferencial{
  width: 40%;
  border-right: 1.2px solid rgb(30, 46, 69, 10%);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  padding: 10px;

}

.left-diferencial img{
max-width: 90%; 
height: auto; 
border-radius: 10px;
}


.team{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: url('../img/team.png') no-repeat center calc(50% - 75px) / cover;
  height: 600px;
}

.team h2 {
  font-size: 50px;
  color: white;
  font-weight: 600;
  padding-top: 25px;


}

.team p {
  font-size: 15px;
  color: white;
  padding-bottom: 20px;
  text-align: center;
  margin-top: 30px;
  line-height: 25px;
  max-width: 500px;
  font-weight: 300;
}

.team-photo{
  display: flex;
  gap: 50px;
}

.team-member{
  display: flex;
  flex-direction: column;
}

.image-placeholder img{
  max-width: 200px;
}


.team-member h3{
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  color: #CEB594;
  padding-top: 25px;
}

.team-member p{
  font-size: 15px;
  color: white;
  font-weight: 400;
  padding-bottom: 20px;
  margin-top: 10px;
}

.line-tem-center{
  display: flex;
  justify-content: center;
  align-items: center;
}
.line-team{
  width: 40%;
  height: 6px;
  border: 3px solid #CEB594;
  border-radius: 10px;
}


/* Carousel Áreas de Atuação */
.services-carousel {
  display: flex;
  align-items: flex-start;
  padding: 100px 50px;
  background: url('../img/Sobrenos2.png') no-repeat center center/cover;

}
.left-services {
  width: 35%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.left-services img {
max-width: 40px;
}

.left-services h2 {
  font-size: 40px;
  font-weight: 600;
  color: #2D2F30;
}
.left-services p {
  font-size: 15px;
  color: #8B8C8C;
  line-height: 1.6;
}
.left-services .cta {
  display: inline-block;
  padding: 15px 30px;
  background: linear-gradient(90deg, #AA9273 0%, #867052 100%);
  border-radius: 8px;
  color: #FFF;
  text-decoration: none;
  width: 70%;
  font-size: 17px;
  font-weight: 300;
  text-align: center;
}
.left-services .cta:hover {
  background: #CEB594;
  color: #182738;
}

/* wrapper e botões */
.carousel-wrapper {
  position: relative;
  width: 60%;
}
.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px; height: 40px;
  border: 2px solid #CEB594;
  border-radius: 50%;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
}
.carousel-btn .icon, .carousel-btn ion-icon {
  font-size: 24px;
  color: #CEB594;
}
.carousel-btn.prev { left: -20px; }
.carousel-btn.next { right: -20px; }

/* container e trilha */
.carousel-container {
  overflow: hidden;
}
.carousel-track {
  display: flex;
  position: relative;
  left: 0;
}

/* cartões */
.service-card {
  flex: 0 0 302px;
  background: #FFF;
  border-radius: 12px;
  padding: 30px;
  margin-right: 25px;
  box-shadow:0 4px 12px rgba(0,0,0,.08);
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.service-card:last-child {
  margin-right: 0;
}
.service-card img{
  max-width: 50px;
}
.service-card h3 {
  font-size: 22px;
  font-weight: 600;
  color: #182738;
}
.service-card p {
  font-size: 14px;
  color: #555;
  line-height: 20px;
  padding: 5px;

}

/* ===============================
   CARROSSEL DE TESTEMUNHOS
   =============================== */
   .testimonials-carousel {
    display: flex;
    align-items: flex-start;
    padding: 80px 50px;
    background: #F9F7F5;
    position: relative;
  }
  
  .left-testimonials {
    width: 35%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 25px;
  }

  .line-feedback-conteudo{
    display: flex;
    gap: 10px;
  }
  
  .line-feedback {
    width: 15%;
    height: 5px;
    background: #CEB594;
    border-radius: 2px;
  }
  
  .subtitle {
    font-size: 14px;
    text-transform: uppercase;
    color: #182738;
    letter-spacing: 1px;
    margin-top: -8px;
  }
  
  .left-testimonials h2 {
    font-size: 45px;
    font-weight: 400;
    color: #182738;
    line-height: 1.2;
  }
  
  .btn-secondary {
    display: inline-block;
    padding: 12px 24px;
    background: linear-gradient(90deg, #AA9273 0%, #867052 100%);
    border-radius: 8px;
    color: #FFF;
    text-decoration: none;
    font-weight: 500;
    width: 70%;
    font-size: 17px;
    font-weight: 300;
    text-align: center;
    transition: background .3s, transform .2s;
  }
  
  .btn-secondary:hover {
    background: #CEB594;
    transform: translateY(-2px);
  }
  
  /* CARROSSEL */
  .carousel-wrapper {
    position: relative;
    padding: 8px;
    width: 60%;
    margin-left: 30px;
  }
  
  .carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px; height: 40px;
    border: 2px solid #CB935D;
    border-radius: 50%;
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 2;
  }
  
  .carousel-btn ion-icon {
    font-size: 24px;
    color: #000000;
  }
  
  .carousel-btn.prev { left: -20px; }
  .carousel-btn.next { right: -50px; }
  
  .carousel-container {
    overflow: hidden;
  }
  
  .carousel-track {
    display: flex;
    position: relative;
    left: 0;
    padding: 25px;
  }
  
  /* CARTÕES DE DEPÓSITOS */
  .testimonials-carousel .carousel-track {
    display: flex;
    position: relative;
    left: 0;
    transition: left 0.4s ease;
  }
  .testimonials-carousel .testimonial-card {
    flex: 0 0 100%;
    margin-right: 0;
    background: white;
    padding: 15px;
    border-radius: 10px;
    margin: 15px;
    padding: 15px;
  }
  .testimonials-carousel .carousel-container {
    overflow: hidden;
    width: 100%;
  }
  
  .testimonial-card:last-child {
    margin-right: 0;
  }
  
  .testimonial-card p {
    font-size: 18px;
    color: #7F7D7D;
    line-height: 1.6;
    padding-bottom: 20px;
    font-weight: 300;
  }
  
  .testimonial-card .info {
    display: flex;
    flex-direction: column;
    text-align: left;
    gap: 05px;
  }

  .testimonial-card img{
    max-width: 50px;
    margin: 10px;  }
  
  .testimonial-card .info strong {
    color: #CEB594;
  }
  
  .stars ion-icon {
    font-size: 18px;
    color: #CEB594;
  }
  
  .rating {
    color: #CEB594;
    font-size: 12px;
    font-weight: 300;
  }

  /* páginação por bolinhas */
  .testimonials-carousel .carousel-dots {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    gap: 8px;
  }
  .testimonials-carousel .carousel-dots .dot {
    width: 8px; height: 8px;
    background: #D9D9D9;
    border-radius: 50%;
    cursor: pointer;
  }
  .testimonials-carousel .carousel-dots .dot.active {
    background: #CEB594;
  }

  
  /* ====================================
   CTA OVERLAY
   ==================================== */
.testimonials {
  /* adiciona espaçamento para não cortar conteúdo atrás */
  padding-bottom: 120px;
  position: relative;
}

.cta-overlay {
  /* puxa pra cima, sobrepondo testimonials e footer */
  margin-top: -50px;  
  position: relative;
  z-index: 10;
  width: 100%;
  display: flex;
  justify-content: center;
  pointer-events: none; /* evita que empurre o layout */
  margin-bottom: -90px;
}

.cta-card {
  pointer-events: auto; /* libera cliques dentro do cartão */
  max-width: 1200px;
  width: 90%;
  background: linear-gradient(90deg, #AA9273 0%, #867052 100%);
  padding: 40px 60px;
  border-radius: 12px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 200px;
}
.cta-text{
  width: 70%;
}
/* Texto principal */
.cta-text h2 {
  color: #fff;
  font-size: 45px;
  font-weight: 700;
  line-height: 1.2;
}

/* Botão e nota */
.cta-action {
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-left: 1px solid white;
  width: 30%;
  justify-content: center;
  align-items: center;
  height: 150px;

}

.btn-cta {
  padding: 15px 50px;
  background: linear-gradient(90deg, #E7CFAE 0%, #F3DDBB 100%);
  color: #3E270A;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 300;
  transition: background .3s, transform .2s;
}

.btn-cta:hover {
  background: #fff;
  transform: translateY(-2px);
}

.cta-note {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #F7F5F0;
  font-size: 12px;
}

.cta-note .material-icons {
  font-size: 18px;
  color: #F7F5F0;
}



/* FOOTER */
#footer {
  padding-top: 100px;
  background: #172435;
  color: #fff;
  font-family: 'Inter', sans-serif;
}
.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
}
.footer-section {
  flex: 1 1 180px;
}
.footer-section h3 {
  font-size: 18px;
  margin-bottom: 16px;
  font-weight: 600;
}
.footer-section p {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 16px;
}
.footer-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-section ul li {
  margin-bottom: 12px;
}
.footer-section ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  transition: color .3s;
}
.footer-section ul li a:hover {
  color: #CEB594;
}

/* Sobre nós – redes sociais */
.socials a {
  display: inline-block;
  margin-right: 12px;
  font-size: 20px;
  color: #fff;
  transition: color .3s;
}
.socials a:hover {
  color: #CEB594;
}

/* Contato */
.contact-info li {
  display: flex;
  align-items: center;
  gap: 8px;
}

.contact-info span{
  font-size: 12px;
  font-weight: 300;
}
.contact-info ion-icon {
  font-size: 20px;
  color: #CEB594;
}

/* Divider e bottom */
.footer-bottom {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px 30px;
  color: #ccc;
}
.footer-bottom hr {
  border: 0;
  border-top: 1px solid #2d3a4b;
  margin-bottom: 16px;
}
.footer-bottom p {
  text-align: center;
  font-size: 13px;
}

 /* ====================================
   GLORBAL
   ==================================== */

.cta,.btn-secondary,.btn-cta{
  box-shadow:0 4px 12px rgba(0,0,0,.3);
  transition:transform .2s,box-shadow .2s;
}
.cta:hover,.btn-secondary:hover,.btn-cta:hover{transform:translateY(-3px);box-shadow:0 8px 16px rgba(0,0,0,.15)}


.mapa {
  width: 100%;
  max-width: 600px;
  margin: 20px auto;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 2px 8px rgba(0,0,0,0.1);
}


 /* ====================================
   responsivo
   ==================================== */
  /* ======= mobile first 0 – 768 px ======= */
@media (max-width: 768px) {

  /* ----- HERO ----- */
  .hero{
    padding: 24px 0 60px 0;
    height: auto;            /* apague a altura fixa */
  }
  .hero-head,
  .hero-main{ padding: 0 18px; }

  .nav a {
    font-size: 13px;
  }
  .phone {display: none;}
  .hero-head{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;

  }
  .logo{ width: 100%; }
  .logo img{ max-width: 120px; margin-top: 0; }

  .nav{ width: 100%; justify-content: center;        font-size: 15px; }
  .nav ul{ gap: 12px; }

  .hero-main{
    flex-direction: column;          /* texto em cima, imagem embaixo */
    gap: 30px;                       /* tira o espaço branco */
    justify-content: flex-start;     /* em vez de space‑between */
    height: auto;                    /* apague height:70% */
  }

  .left a, .btn-secondary{ width: 100%;
    padding: 15px;
    display: flex;
    justify-content: center;}

  .left,
  .right{ width: 100%; }
  .hero-main h1{ font-size: 23px; }
  .hero-main h2{ font-size: 20px; }
  .hero-main p { font-size: 12px; line-height: 22px; }

  .img img{ max-width: 305px; margin: -30px auto; }

  /* ----- CTA CARD ----- */
  .cta-card{
    flex-direction: column;
    gap: 20px;
    height: auto;             /* apague height:200px; */
    padding: 30px 20px;
  }
  .cta-text h2{
    font-size: 25px;
  }
  .cta-text{ width: 100%; text-align: center; }
  .cta-action{ 
    border: none;
    width: 100%;
    height: auto;
  }

  /* ----- SOBRE NÓS ----- */
  .about{
    flex-direction: column;
    padding: 15px;
    gap: 30px;
    height: auto;
    margin-top: 100px;     
  }
  .left-about,
  .right-about{ width: 100%; }
  .right-about{
    border-left: 0;           /* remove linha vertical */
    padding: 0;
  }

  .left-about p{
    margin-right:0px;
    font-size: 12.5px;
  }

  /* ----- Diferencias----- */
  .diferencial{
    flex-direction: column;
    padding: 15px;
    gap: 30px;
    height: auto;
    margin-top: 20px;
  }

  .diferencial-flex{
    flex-direction: column;
  }

  .left-diferencial{
    order: 2;
  }
  .right-diferencial{
    order: 1;
    margin-right: 0px;

  }

  .left-diferencial,
  .right-diferencial{ width: 100%; }
  .left-diferencial{
    border-left: 0;           /* remove linha vertical */
    padding: 0;
  }
  
  .right-diferencial p{
    margin-right:0px;
    font-size: 12px;
    line-height: 15px;
  }

  .diferenciais-popup {
    width: 100%;
    align-items: center;
    height: 220px;
  }


  .tituloedescri h3 {
    font-size: 14px;
  }

  .tituloedescri p {
    font-size: 12px;
    line-height: normal;
  }
  .right-diferencial h2 {
    font-size: 30px;
  }

  .icone {
    width: 100%;
    margin-right: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .fundo{
    width: 15%;
  }

  .icone i {
    font-size: 24px;
  }

  /* ----- EQUIPE ----- */
  .team{
    background-position: center center;
    height: auto;             /* apague height:600px; */
    background: #192027;
    padding: 25px;
  }
  .team h2{ font-size: 36px; }
  .team-photo{
    flex-direction: column;
    gap: 30px;
  }

  .team-member{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .line-team{
    width: 35%;
    border: 3px solid #CEB594;
    border-radius: 10px;
  }

  /* ----- SERVIÇOS ----- */
  .line-tem-center{
    width: 100%;
  }
  .services-carousel{
    flex-direction: column;
    padding: 40px 20px;
    gap: 40px;
  }
  .left-services p{
    font-size: 13px;
  }
  .left-services{ width: 100%; align-items: center; text-align: center; }
  .left-services .cta{ width: 100%; }

  /* ----- TESTEMUNHOS ----- */
  .testimonials-carousel{
    flex-direction: column;
    padding: 30px 20px;
  }
  .left-testimonials{ width: 100%; text-align: center; }
  .carousel-wrapper{ width: 100%; margin-left: 0; }

  .left-testimonials h2 {
    font-size: 30px;
    text-align: left;
  }

  /* ----- FOOTER ----- */
  #footer{ padding-top: 10px;
  padding-bottom: 20px; }
  .footer-container{ gap: 10px; padding: 20px 20px; }
  .footer-section {
    flex: -1 -1 180px;
    margin-bottom: 20px;
  }
  .footer-bottom p {
    font-size: 10px;
  }

  .contact-info span {
    font-size: 11px;
  }

  .footer-section p {
    font-size: 12px;
  }

  /* ‑‑‑ mostra 1 card por vez e permite arrastar/rolar ‑‑‑ */
  .services-carousel .carousel-container,
  .testimonials-carousel .carousel-container{
    overflow-x: auto;               /* scroll horizontal nativo */
    scroll-snap-type: x mandatory;  /* encaixa o cartão */
    -webkit-overflow-scrolling: touch;
  }

  .services-carousel .carousel-track,
  .testimonials-carousel .carousel-track{
    gap: 18px;                      /* respiro entre cartões */
    padding: 0 18px;                /* alinhado às laterais */
  }

  /* cada cartão ocupa quase a largura da tela */
  .service-card,
  .testimonial-card{
    flex: 0 0 100%;                  /* ~ 1 por tela */
    scroll-snap-align: center;
    margin: 0;                      /* o gap já cuida do espaçamento */
  }

  /* esconde setas e, se quiser, bolinhas */
  .carousel-btn,
  .carousel-dots{ display:none; }

  .hero::before,
  .hero::after{
    filter: blur(120px);            /* de 300 → 120 */
    opacity: .35;                   /* fica mais leve */
    width: 250px; height: 250px;    /* reduz o tamanho do halo */
  }
}


/* ======= tablets 769 – 1024 px ======= */
@media (min-width: 769px) and (max-width:1024px){

  .hero{ padding: 30px 40px; height: auto; }
  .hero-main{ height: auto; }
  .left{ width: 55%; }
  .right{ width: 45%; }
  .img img{ max-width: 340px; margin-bottom: 0; }

  .about{ padding: 60px 40px; height: auto; }
  .left-about h2{ font-size: 46px; }
  .left-about{ width: 55%; }
  .right-about{ width: 45%; }

  .services-carousel{ padding: 80px 40px; }
}

