/* ==========================================================================
   SulCred - Responsive CSS System
   Responsividade completa: Desktop 1920x1080, Notebook 1366x768/1440x900,
   Tablet (768px - 1024px) e Mobile (360px - 575px).
   ========================================================================== */

/* ── Reset Global & Prevenção de Overflow Horizontal ── */
html, body {
  max-width: 100%;
  overflow-x: hidden;
}

.main-page-wrapper {
  overflow-x: hidden;
  width: 100%;
}

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

/* ── Container Fluid Scaling ── */
.container {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container { max-width: 540px; }
}
@media (min-width: 768px) {
  .container { max-width: 720px; }
}
@media (min-width: 992px) {
  .container { max-width: 960px; padding-left: 15px; padding-right: 15px; }
}
@media (min-width: 1200px) {
  .container { max-width: 1160px; }
}
@media (min-width: 1400px) {
  .container { max-width: 1320px; }
}
@media (min-width: 1600px) {
  .container { max-width: 1400px; }
}

/* ==========================================================================
   1. DESKTOP FULL HD & TELAS LARGAS (>= 1400px / 1920x1080)
   ========================================================================== */
@media (min-width: 1400px) {
  /* Tipografia Equilibrada 1920x1080 */
  .hero-banner-six .hero-heading {
    font-size: 68px;
    line-height: 1.1;
  }
  .title-two h2 {
    font-size: 46px;
    line-height: 1.2;
  }
  .title-one h2 {
    font-size: 44px;
    line-height: 1.2;
  }
  
  /* Hero Fachada e Badge */
  .hero-banner-six .media-wrapper {
    max-width: 500px;
    height: 480px;
    min-height: 480px;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
  }
  .hero-banner-six .media-wrapper .screen_02 {
    left: -20px;
    bottom: 25px;
    max-width: 260px;
    width: auto;
  }

  /* Como funciona - Ícones dimensionados */
  .card-style-twentyOne .icon {
    width: 175px;
    height: 175px;
  }

  /* O que a gente resolve - Grid de 6 cards */
  .card-style-seventeen {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 35px 30px;
  }
  .card-style-seventeen .text {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }
  .card-style-seventeen .btn-three {
    margin-top: auto;
  }

  /* A gente entende de banco */
  .card-style-eighteen blockquote {
    font-size: 26px;
    line-height: 1.35;
  }
}

/* ==========================================================================
   2. NOTEBOOKS & LAPTOPS (1200px - 1399px / 1366x768 e 1280x800)
   ========================================================================== */
@media (min-width: 1200px) and (max-width: 1399px) {
  .theme-main-menu {
    padding: 12px 20px;
  }
  .theme-main-menu .nav-item .nav-link {
    margin: 0 14px;
    font-size: 16px;
  }
  .theme-main-menu .login-btn-two a {
    font-size: 15px;
    white-space: nowrap;
  }
  .theme-main-menu .signup-btn-two {
    font-size: 14px;
    padding: 0 18px;
    height: 44px;
    line-height: 44px;
  }

  /* Hero */
  .hero-banner-six {
    padding-top: 130px;
  }
  .hero-banner-six .hero-heading {
    font-size: 56px;
    line-height: 1.12;
  }
  .hero-banner-six .media-wrapper {
    max-width: 440px;
    height: 420px;
    min-height: 420px;
  }
  .hero-banner-six .media-wrapper .screen_02 {
    left: -15px;
    bottom: 20px;
    max-width: 235px;
    width: auto;
  }

  /* Títulos e Tipografia */
  .h1, h1 { font-size: 52px; }
  .h2, h2 { font-size: 42px; }
  .title-two h2 { font-size: 42px; }
  .title-one h2 { font-size: 40px; }
  .title-four h2 { font-size: 38px; }
  .text-xl { font-size: 21px; }
  .text-lg { font-size: 18px; }
  .text-md { font-size: 16px; }

  /* Fancy Banner One & 3 Cards */
  .fancy-banner-one h2 { font-size: 42px; }
  .fancy-banner-one h3 { font-size: 36px; }
  .card-style-one { padding: 10px 0; }
  .card-style-one .icon { width: 50px; height: 50px; flex-shrink: 0; }

  /* Como Funciona */
  .card-style-twentyOne .icon {
    width: 160px;
    height: 160px;
  }
  .card-style-twentyOne h4 {
    font-size: 20px;
    margin-top: 25px;
    margin-bottom: 10px;
  }
  .card-style-twentyOne p {
    font-size: 15px;
  }

  /* Serviços */
  .card-style-seventeen {
    padding: 30px 22px;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .card-style-seventeen .text {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }
  .card-style-seventeen .btn-three {
    margin-top: auto;
  }

  /* A gente entende de banco */
  .card-style-eighteen { padding: 30px 25px; }
  .card-style-eighteen blockquote { font-size: 22px; line-height: 1.35; }
  .card-style-two { padding: 35px 22px; }
  .card-style-nineteen { padding: 35px 30px; }
  .card-style-nineteen h2 { font-size: 28px; }
  .counter-block-one .main-count { font-size: 36px; }

  /* Depoimentos */
  .feedback-block-six p { font-size: 24px; line-height: 1.45; }

  /* Blog */
  .blog-meta-two .post-img { height: 220px; }
  .blog-meta-two .post-data .blog-title h4 { font-size: 19px; line-height: 1.35; }

  /* Footer */
  .footer-three .round-bg {
    width: 260px;
    height: 260px;
    padding: 20px 15px;
  }
}

/* ==========================================================================
   3. TELAS ATÉ 1199px (Notebooks Menores & Tablets)
   ========================================================================== */
@media (max-width: 1199px) {
  /* Header */
  .theme-main-menu {
    padding: 10px 15px;
  }
  .theme-main-menu .nav-item .nav-link {
    font-size: 15px;
    margin: 0 10px;
  }
  .theme-main-menu .login-btn-two a {
    font-size: 14px;
    white-space: nowrap;
  }
  .theme-main-menu .signup-btn-two {
    font-size: 13px;
    padding: 0 16px;
    height: 42px;
    line-height: 42px;
  }

  /* Fancy Banner One */
  .fancy-banner-one h2 { font-size: 38px; }
  .fancy-banner-one h3 { font-size: 32px; }
  .fancy-banner-one .screen { max-height: 55px; width: auto; }

  /* Footer Intro Card */
  .footer-three .round-bg {
    width: 100%;
    max-width: 280px;
    height: auto;
    min-height: 250px;
    border-radius: 20px;
    padding: 25px 20px;
    margin-bottom: 25px;
  }
}

/* ==========================================================================
   4. TABLET LANDSCAPE (992px - 1199px)
   ========================================================================== */
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-banner-six {
    padding-top: 120px;
  }
  .hero-banner-six .hero-heading {
    font-size: 48px;
    line-height: 1.12;
  }
  .hero-banner-six .media-wrapper {
    max-width: 380px;
    height: 380px;
    min-height: 380px;
  }
  .hero-banner-six .media-wrapper .screen_02 {
    left: -10px;
    bottom: 15px;
    max-width: 215px;
    width: auto;
  }

  .title-two h2 { font-size: 38px; }
  .title-one h2 { font-size: 36px; }

  /* Como funciona */
  .card-style-twentyOne .icon {
    width: 145px;
    height: 145px;
  }
  .card-style-twentyOne h4 { font-size: 18px; margin-top: 20px; }
  .card-style-twentyOne p { font-size: 14.5px; }

  /* Serviços */
  .card-style-seventeen {
    padding: 25px 18px;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .card-style-seventeen .text {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }
  .card-style-seventeen .btn-three {
    margin-top: auto;
  }
  .card-style-seventeen .service-bullets li { font-size: 14.5px; }

  /* Depoimentos */
  .feedback-block-six p { font-size: 22px; }

  /* Equipe */
  .card-style-fifteen h4 { font-size: 18px; }
}

/* ==========================================================================
   5. TABLETS & MOBILE (<= 991px)
   ========================================================================== */
@media (max-width: 991px) {
  body {
    font-size: 16px;
  }
  p {
    line-height: 1.65em;
  }

  /* Header Mobile / Tablet */
  .theme-main-menu {
    padding: 10px 16px;
    background: #ffffff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  }
  .theme-main-menu .login-btn-two a {
    font-size: 14px;
    white-space: nowrap;
  }
  .theme-main-menu .login-btn-two .icon {
    display: none !important;
  }
  .navbar-toggler {
    padding: 6px 10px;
    border: none;
    outline: none !important;
  }

  /* Drawer Mobile Menu */
  .navbar-collapse {
    background: #ffffff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    margin-top: 10px;
  }
  .navbar-nav .nav-item .nav-link {
    font-size: 17px;
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f0;
    color: #1A2744 !important;
  }

  /* Títulos */
  .h1, h1 { font-size: 38px; line-height: 1.15em; }
  .h2, h2, .fancy-banner-three .title-one h2, .newsletter-banner h2 { font-size: 32px; line-height: 1.2em; }
  .title-two h2 { font-size: 34px; line-height: 1.25em; }
  .title-one h2 { font-size: 32px; line-height: 1.25em; }

  /* Hero Section */
  .hero-banner-six {
    padding-top: 110px;
  }
  .hero-banner-six .hero-heading {
    font-size: 42px;
    line-height: 1.15;
  }
  .hero-banner-six .media-wrapper {
    max-width: 100%;
    height: 380px;
    min-height: 380px;
    margin-top: 30px;
    border-radius: 18px;
  }
  .hero-banner-six .media-wrapper .screen_02 {
    left: 12px;
    bottom: 12px;
    width: auto;
    max-width: 240px;
  }

  /* Fancy Banner One (Atendimento Transparente e Ágil) */
  .fancy-banner-one {
    padding: 30px 0;
  }
  .fancy-banner-one:after {
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    height: 50%;
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .fancy-banner-one:after {
      left: 50%;
      right: 0;
      top: 0;
      bottom: 0;
      height: 100%;
    }
    .fancy-banner-one .row > div:first-child {
      text-align: right !important;
    }
    .fancy-banner-one .row > div:last-child {
      text-align: left !important;
    }
    .fancy-banner-one .d-flex {
      justify-content: space-between !important;
    }
  }
  .fancy-banner-one h2 {
    font-size: 28px;
    padding: 0 15px 15px;
  }
  .fancy-banner-one .d-flex {
    justify-content: center;
    padding: 0 15px;
    gap: 15px;
    flex-wrap: wrap;
  }
  .fancy-banner-one h3 {
    font-size: 28px;
  }
  .fancy-banner-one .screen {
    max-height: 55px;
    width: auto;
  }

  /* 3 Value Cards */
  .block-feature-one {
    padding-top: 40px;
  }
  .card-style-one {
    margin-bottom: 25px;
  }

  /* Como Funciona */
  .block-feature-fifteen {
    margin-top: 30px;
    padding-bottom: 50px;
  }
  .card-style-twentyOne {
    margin-top: 30px;
  }
  .card-style-twentyOne .icon {
    width: 140px;
    height: 140px;
  }
  .card-style-twentyOne h4 {
    font-size: 19px;
    margin-top: 25px;
    margin-bottom: 10px;
  }
  .card-style-twentyOne p {
    font-size: 15px;
  }

  /* Serviços Grid */
  .block-feature-eleven {
    margin-top: 70px;
    padding-bottom: 40px;
  }
  .card-style-seventeen {
    padding: 28px 22px;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .card-style-seventeen .text {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }
  .card-style-seventeen .btn-three {
    margin-top: auto;
  }

  /* A Gente Entende De Banco */
  .block-feature-twelve {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .card-style-eighteen {
    padding: 30px 20px;
  }
  .card-style-eighteen blockquote {
    font-size: 20px;
    line-height: 1.4;
  }
  .card-style-nineteen {
    padding: 30px 20px;
  }
  .card-style-nineteen h2 {
    font-size: 26px;
  }

  /* Depoimentos */
  .feedback-section-six {
    padding-top: 70px;
  }
  .feedback-block-six p {
    font-size: 20px;
    line-height: 1.5;
  }
  .feedback-section-six .shapes {
    display: none !important;
  }

  /* Equipe */
  .team-section-three {
    margin-top: 70px;
    padding-top: 60px;
    padding-bottom: 50px;
  }

  /* Blog */
  .blog-section-two {
    margin-top: 60px;
  }
  .blog-meta-two .post-img {
    height: 220px;
  }

  /* FAQ */
  .text-feature-eight {
    margin-top: 60px;
  }
  .accordion-style-three .accordion-item .accordion-button {
    font-size: 17px;
    padding: 16px 10px;
  }

  /* WhatsApp Banner */
  .fancy-banner-three {
    margin-top: 70px;
    padding: 45px 20px;
    text-align: center;
  }
  .fancy-banner-three .title-one h2 {
    font-size: 28px;
  }
  .fancy-banner-three .quote-btn {
    margin: 25px auto 0;
    width: 80px;
    height: 80px;
  }

  /* Correspondente Bancário */
  .newsletter-banner {
    padding: 40px 0 20px;
  }
  .newsletter-banner .main-wrapper {
    padding: 20px 0;
  }

  /* Footer */
  .footer-three {
    padding-top: 50px;
  }
  .footer-three .round-bg {
    width: 100%;
    max-width: 320px;
    height: auto;
    border-radius: 20px;
    padding: 30px 20px;
    margin: 0 auto 35px;
  }
  .footer-three .footer-nav-link a {
    line-height: 36px;
    font-size: 15px;
  }
  .footer-three .bottom-footer {
    margin-top: 20px;
    padding: 20px 0 15px;
    text-align: center;
  }
}

/* ==========================================================================
   6. MOBILE SMARTPHONES (<= 767px)
   ========================================================================== */
@media (max-width: 767px) {
  /* Botões Gerais */
  .btn-eighteen {
    font-size: 15px;
    min-height: 48px;
    padding: 10px 20px;
    line-height: 1.25;
  }
  .btn-nineteen {
    font-size: 15px;
    min-height: 48px;
    padding: 10px 20px;
    line-height: 1.25;
  }

  /* Hero Section */
  .hero-banner-six {
    padding-top: 95px;
  }
  .hero-banner-six .hero-heading {
    font-size: 35px;
    line-height: 1.15;
  }
  .hero-banner-six p.text-lg {
    font-size: 16px;
    padding-top: 18px;
    padding-bottom: 20px;
    line-height: 1.5;
  }
  .hero-btn-group {
    margin-top: 5px;
  }
  .hero-btn-group .btn-eighteen,
  .hero-btn-group .btn-nineteen {
    font-size: 14px;
    padding: 0 14px;
    height: 46px;
    line-height: 44px;
    white-space: nowrap;
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .hero-banner-six .media-wrapper {
    height: 300px;
    min-height: 300px;
    margin-top: 25px;
    border-radius: 16px;
  }
  .hero-banner-six .media-wrapper .screen_02 {
    left: 10px !important;
    bottom: 10px !important;
    width: auto !important;
    max-width: 220px !important;
    padding: 10px 14px;
  }
  .partner-logo-one p {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 20px;
  }

  /* Fancy Banner One */
  .fancy-banner-one h2 {
    font-size: 25px;
  }
  .fancy-banner-one h3 {
    font-size: 24px;
  }
  .fancy-banner-one p {
    font-size: 14px;
  }

  /* 3 Value Cards */
  .card-style-one .icon {
    width: 46px;
    height: 46px;
  }
  .card-style-one h4 {
    font-size: 18px;
    margin-bottom: 6px;
  }
  .card-style-one p {
    font-size: 14px;
    line-height: 1.45;
  }

  /* Como Funciona */
  .card-style-twentyOne {
    margin-top: 25px;
  }
  .card-style-twentyOne .icon {
    width: 130px;
    height: 130px;
  }
  .card-style-twentyOne .numb {
    width: 32px;
    height: 32px;
    font-size: 15px;
  }
  .card-style-twentyOne h4 {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 8px;
  }
  .card-style-twentyOne p {
    font-size: 14px;
    line-height: 1.5;
  }
  .block-feature-fifteen .text-center a.btn-eighteen {
    width: 100%;
    max-width: 360px;
    font-size: 14px;
    padding: 12px 16px;
  }

  /* O que a gente resolve */
  .block-feature-eleven .title-one h2 {
    font-size: 28px;
  }
  .block-feature-eleven p.text-lg {
    font-size: 15px;
  }
  .card-style-seventeen {
    padding: 24px 18px;
  }
  .card-style-seventeen h4 {
    font-size: 19px;
  }
  .card-style-seventeen p {
    font-size: 14px;
  }
  .card-style-seventeen .service-bullets li {
    font-size: 14px;
  }

  /* A Gente Entende De Banco */
  .block-feature-twelve .title-one h2 {
    font-size: 26px;
  }
  .card-style-eighteen {
    padding: 25px 18px;
  }
  .card-style-eighteen blockquote {
    font-size: 18px;
    line-height: 1.45;
    margin: 15px 0;
  }
  .card-style-eighteen h6 {
    font-size: 14px;
  }
  .card-style-eighteen .col-lg-5 {
    margin-top: 20px;
  }
  .card-style-eighteen .col-lg-5 img {
    max-height: 240px;
    width: auto;
    object-fit: contain;
  }
  .card-style-two {
    padding: 25px 18px;
  }
  .card-style-two h4 {
    font-size: 20px;
    margin-top: 25px;
    margin-bottom: 12px;
  }
  .card-style-two p {
    font-size: 14px;
  }
  .card-style-nineteen {
    padding: 25px 18px;
  }
  .card-style-nineteen h2 {
    font-size: 24px;
  }
  .card-style-nineteen p {
    font-size: 14px;
  }
  .counter-block-one .main-count {
    font-size: 32px;
  }

  /* Onde Estamos Card & Map */
  .card-style-nineteen .row.g-0 {
    flex-direction: column;
  }
  .card-style-nineteen .map-container {
    height: 280px !important;
    min-height: 280px !important;
  }

  /* A SulCred por dentro Slider */
  .portfolio-two {
    margin-top: 60px;
  }
  .portfolio-two .title-one h2 {
    font-size: 26px;
  }
  .portfolio-block-two .caption h3 a {
    font-size: 18px;
  }

  /* Vídeo */
  .video-section-sulcred {
    margin-top: 60px;
  }
  .video-section-sulcred .title-one h2 {
    font-size: 26px;
  }
  .video-section-sulcred p.text-lg {
    font-size: 14px;
  }
  .sulcred-video-banner {
    border-radius: 16px;
    aspect-ratio: 16 / 9;
  }
  .sulcred-custom-play-btn {
    width: 60px;
    height: 60px;
  }
  .sulcred-custom-play-btn i {
    font-size: 30px;
  }

  /* Depoimentos */
  .feedback-section-six {
    padding-top: 60px;
  }
  .feedback-section-six .title-one h2 {
    font-size: 24px;
  }
  .feedback-block-six p {
    font-size: 17px !important;
    line-height: 1.5 !important;
    margin-bottom: 15px !important;
  }
  .feedback-block-six h6 {
    font-size: 15px !important;
  }
  .feedback-section-six .slick-dots {
    margin-top: 20px !important;
  }

  /* Equipe (2 colunas no mobile para harmonia visual) */
  .team-section-three {
    margin-top: 60px;
    padding-top: 50px;
    padding-bottom: 40px;
  }
  .team-section-three .title-one h2 {
    font-size: 26px;
  }
  .team-section-three .row > [class*="col-"] {
    width: 50% !important;
    padding-left: 8px;
    padding-right: 8px;
  }
  .card-style-fifteen {
    margin-top: 20px;
  }
  .card-style-fifteen .media {
    border-radius: 12px;
  }
  .card-style-fifteen .media .round-btn {
    width: 34px;
    height: 34px;
    font-size: 16px;
  }
  .card-style-fifteen h4 {
    font-size: 16px;
    padding-top: 12px;
  }
  .card-style-fifteen .fs-6 {
    font-size: 13px !important;
  }
  .team-section-three .section-btn {
    display: block !important;
    margin-top: 30px;
    text-align: center;
  }
  .team-section-three .section-btn a {
    width: 100%;
    max-width: 320px;
  }

  /* Blog */
  .blog-section-two {
    margin-top: 50px;
  }
  .blog-section-two .title-two h2 {
    font-size: 26px;
  }
  .blog-meta-two {
    margin-top: 25px;
  }
  .blog-meta-two .post-img {
    height: 200px;
  }
  .blog-meta-two .post-data .blog-title {
    width: 100% !important;
  }
  .blog-meta-two .post-data .blog-title h4 {
    font-size: 17px !important;
    line-height: 1.35 !important;
  }
  .blog-meta-two .post-info {
    font-size: 13px;
  }

  /* FAQ */
  .text-feature-eight {
    margin-top: 50px;
  }
  .text-feature-eight .title-one h2 {
    font-size: 26px;
  }
  .accordion-style-three .accordion-item .accordion-button {
    font-size: 15px;
    padding: 14px 8px;
    line-height: 1.35;
  }
  .accordion-style-three .accordion-body p {
    font-size: 14px;
    line-height: 1.55;
  }

  /* WhatsApp CTA */
  .fancy-banner-three {
    margin-top: 60px;
    padding: 35px 16px;
    border-radius: 16px;
  }
  .fancy-banner-three .title-one h2 {
    font-size: 24px;
    line-height: 1.25;
  }
  .fancy-banner-three p.text-lg {
    font-size: 15px;
    line-height: 1.45;
  }
  .fancy-banner-three .quote-btn {
    width: 65px;
    height: 65px;
    margin: 20px auto 0;
  }
  .fancy-banner-three .quote-btn img {
    width: 24px;
  }

  /* Correspondente Bancário */
  .newsletter-banner h2 {
    font-size: 24px;
  }
  .newsletter-banner p.text-lg {
    font-size: 14px;
    line-height: 1.5;
  }
  .bank-partner-list li {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 14px;
  }

  /* Footer */
  .footer-three {
    padding-top: 40px;
  }
  .footer-three .round-bg {
    max-width: 100%;
    border-radius: 16px;
    padding: 25px 16px;
    margin-bottom: 30px;
  }
  .footer-three .round-bg p {
    font-size: 14px;
  }
  .footer-three .footer-title {
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 10px;
  }
  .footer-three .footer-nav-link a {
    font-size: 14px;
    line-height: 32px;
  }
  .footer-three .container .fs-6 {
    font-size: 12px !important;
    line-height: 1.5 !important;
  }
  .footer-three .bottom-footer .copyright,
  .footer-three .bottom-footer .bottom-nav a {
    font-size: 13px;
  }

  /* Floating Buttons */
  .scroll-top {
    right: 16px;
    bottom: 74px;
    width: 44px;
    height: 44px;
    font-size: 22px;
  }
}

/* ==========================================================================
   7. TELAS ULTRA PEQUENAS (<= 375px)
   ========================================================================== */
@media (max-width: 375px) {
  .hero-banner-six .hero-heading {
    font-size: 30px;
  }
  .hero-btn-group .btn-eighteen,
  .hero-btn-group .btn-nineteen {
    font-size: 13px;
    padding: 0 8px;
    height: 44px;
    line-height: 42px;
  }
  .hero-banner-six .media-wrapper {
    height: 260px;
    min-height: 260px;
  }
  .hero-banner-six .media-wrapper .screen_02 {
    max-width: 200px !important;
    padding: 8px 10px;
  }
  .card-style-fifteen h4 {
    font-size: 15px;
  }
}