@media (max-width: 1200px) {
  .hero_area_work {
    min-height: 100vh;
    background-color: #b5caee;
    background-image: url(../images/bg-work-mobile.png);
    background-size: cover;
    background-position: top;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .work-banner-bottom-content {
    min-height: 80vh;
    display: block !important;
    background-color: #2c2a2a !important;
    padding: 40px 15px;
    width: 100%;
    position: relative;
    z-index: 2;
    margin-left: 0px !important;
  }
  .container-work {
    padding: 0 30px;
  }
  .container-work h1 {
    padding-right: 0px !important;
  }

  .work-question-container h2 {
    text-align: center !important;
    margin-bottom: 20px !important;
  }

  .work-card-description {
    text-align: justify !important;
  }

  .paragraphy-sobre {
    margin-bottom: 0px !important;
  }

  .text-container {
    margin-top: -14rem !important;
  }

  .servicos-card-description {
    text-align: justify !important;
  }

  .paragraphy-work {
    text-align: justify !important;
  }

  .paragraphy-work-banner-slide {
    text-align: justify !important;
  }

  .work-banner-content {
    flex-direction: column;
    padding: 0 30px;
    width: 100% !important;
  }

  .container-work {
    margin-left: 0px !important;
    margin-top: 0px !important;
  }

  .selo-container {
    margin-left: 0 !important;
    margin-top: -2rem;
  }

  .container-work-question {
    flex-direction: column;
    padding: 0 30px;
  }
}

@media (max-width: 992px) {
  .slider_section-hero-work {
    padding: 50px 0 50px;
    margin-top: 0px !important;
  }

  .detail-box h1 {
    font-size: 48px !important;
  }

  .work-question-section .row {
    flex-direction: column;
  }

  .container-work-question .col-lg-4 {
    margin-top: 20px;
    justify-content: center;
  }

  .container-work-question .col-lg-4 img {
    width: 100%;
    height: auto;
    max-width: 370px;
  }
}

@media (max-width: 768px) {
  .slider_section-hero-work {
    padding: 30px 0 40px;
  }

  .detail-box {
    text-align: center !important;
  }

  .detail-box h1 {
    font-size: 38px !important;
    margin-bottom: 30px !important;
  }

  .paragraphy-work {
    font-size: 16px;
  }

  .paragraphy-work-banner-slide {
    font-size: 16px;
  }

  .servicos-card-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .servicos-card-text-content {
    margin-left: 0;
    margin-top: 20px;
  }

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

  .work-card-subtitle {
    text-align: center;
  }

  .carousel-inner img {
    width: 100%;
    height: auto;
  }

  .work-cta-button {
    font-size: 12px !important;
  }
}

@media (max-width: 576px) {
  .slider_section-hero-work {
    padding: 20px 0 30px;
  }

  .detail-box h1 {
    font-size: 32px !important;
    margin-bottom: 20px !important;
  }

  .work-banner-bottom-content {
    padding: 30px 0;
  }

  .work-question-section {
    padding: 40px 0;
  }

  .servicos-card-icon-circle {
    width: 80px;
    height: 80px;
  }

  .servicos-card-icon-img {
    width: 40px;
    height: 40px;
  }

  .container-work-question {
    margin-bottom: 50px !important;
  }

  .carousel-indicators li {
    width: 10px;
    height: 10px;
    margin: 0 5px;
  }
}

@media (max-width: 768px) {
  [data-aos] {
    opacity: 1 !important;
    transform: none !important;
  }
}

.container-work-question {
  display: flex;
  flex-direction: row;
  margin-bottom: 100px;
  padding: 0 15px;
}

.work-question-container {
  display: flex;
  flex-direction: column;
  width: 90%;
  padding-right: 30px;
}

.imagem-work-container {
  display: flex;
  justify-content: center;
  width: 33.33%;
}

.imagem-work {
  width: 370px;
  height: auto;
  max-width: 100%;
}

.servicos-card-container {
  display: flex;
}

.servicos-card-text-content {
  margin-left: 20px;
}

.servicos-card-description {
  margin-top: 15px;
}

.work-card-subtitle {
  margin-top: 20px;
}

@media (max-width: 992px) {
  .container-work-question {
    flex-direction: column;
    margin-left: 0px !important;
    margin-top: 0px !important;
  }

  .work-question-container {
    width: 100%;
    padding-right: 0;
  }

  .imagem-work-container {
    width: 100%;
  }

  .imagem-work {
    width: 100%;
    max-width: 370px;
    height: auto;
  }
}

@media (max-width: 768px) {
  .servicos-card-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .servicos-card-text-content {
    margin-left: 0;
    margin-top: 20px;
  }

  .servicos-card-description {
    margin-top: 15px !important;
  }

  .work-card-subtitle {
    margin-top: 20px !important;
  }
}

@media (max-width: 992px) {
  .work-cards-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .servicos-card-container {
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  .work-cards-grid {
    grid-template-columns: 1fr;
  }

  .servicos-card-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .servicos-card-text-content {
    margin-left: 0;
    margin-top: 20px;
  }
}

@media (max-width: 576px) {
  .work-cards-grid {
    gap: 30px;
  }
}

@media (max-width: 768px) {
  .work-cta-section {
    padding: 40px 20px;
    margin-top: 60px;
  }

  .work-cta-title {
    font-size: 28px;
  }

  .work-cta-subtitle {
    font-size: 16px;
    line-height: 24px;
  }

  .work-cta-button {
    padding: 12px 24px;
    font-size: 15px;
  }
}

@media (max-width: 576px) {
  .work-cta-section {
    padding: 30px 15px;
    margin-top: 40px;
  }

  .work-cta-title {
    font-size: 24px;
  }

  .work-cta-subtitle {
    font-size: 14px;
    line-height: 22px;
  }
}
