/* PRESETS ------------------------------------------------------------*/

:root {
    --off-white: #FAF9F6;
    --azul: #1F2839;
    --opcional:  #5E7CB5;
    --contraste: #FF9911;
    --txt-color: #212121;
    --default: #dbdbdb;
    --text-default: #9A9A9A;

    --inter: 'Inter', sans-serif;
}

*, ::after ::before {
    box-sizing: border-box;
}

body {
    font-family: 'Inter', sans-serif !important;
    background-color: var(--off-white);
    line-height: 125%;
} 
h1,h2,h3,p {
    color: var(--txt-color);
    line-height: 125%;
}

.container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 1.5rem;
    overflow: hidden;
} @media (max-width: 768px) {
    .container {
        width: 95vw;
        padding: 1rem;
    }
} @media (max-width: 500px ) {
    .container {
        width: 95vw;
        padding: .5rem;
        margin: auto;
    }
}   @media (max-width: 400px ) {
    .container { 
        width: 90vw;
    }
}


.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

section {
    padding: 20px;
    margin: 1rem 0;
}

section h2 {
    color: var(--azul);
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 24px;
    margin-top: 16px;
}

/*-------------------------------------------------------------------------------*/
#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    z-index: 99;
    padding: 0.2rem 0;
} 

.header {
    display: flex;
    justify-content: space-between;
    width: 100vw;
    align-items: center;
} @media (max-width: 767px) {
    .header {
        background-color: var(--azul);
    }
}


header.sticky {
    width: 100vw;
    background-color: var(--azul);
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    transition: all 0.4s ease;
} 

.nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 500;
}

.nav-logo {
    width: auto;
    padding: .5rem .5rem;
    transition: ease-in;
}

.nav-menu {
    display: flex;
}

.nav-li{
    color: var(--default);
    list-style: none;
} .nav-li:hover{
    color: var(--off-white);
    transition: 0.5s;
}

.bar::before{
    content: '|';
    color: var(--off-white);
    margin: 0 1rem;
}   @media screen and (max-width: 1000px) {
    .nav-bar::before {
        display: none;
    }
}
#item1 ,#item2, #item3, #item4 {
padding: 0 1rem;
}

/* Hamburguer Mobile Menu ----------------------*/ 
.mobile-header {
    display: block;
    margin: auto ;
    margin-right: 1rem;
    max-width: 40px;
}

    .nav-mobile {
        padding: 0 1rem;
    }
                                        
    #hamburguer-icon {
    margin: auto;
    display: none;
    cursor: pointer;
    margin-right: 1em;
    }
                                        
    #hamburguer-icon div {
    width: 35px;
    height: 3px;
    background-color: var(--off-white);
    margin: 6px 0;
    border-radius: 1.5px;
    transition: 0.3s;
    }
    
    .open .bar1 {
    -webkit-transform: rotate(-45deg) translate(-6px, 6px);
    transform: rotate(-45deg) translate(-6px, 6px);
    }
                                          
    .open .bar2 {
    opacity: 0;
    }
                                          
    .open .bar3 {
    -webkit-transform: rotate(45deg) translate(-6px, -8px);
    transform: rotate(45deg) translate(-6px, -8px);
    }
    .open .mobile-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    transition: 0.7s;
    }
                                          
    .mobile-menu {
    display: none;
    position: absolute;
    margin-top: 1.65rem;
    top: auto;
    left: 0;
    height: auto ;
    width: 100%;
    color: var(--off-white);
    background-color: var(--azul) ;
    }
     .mobile-menu li {
        width: 90vw;
        padding: 1rem;
        font-size: 1.1rem;
        border-bottom: 1px solid rgba(0, 0, 0, 0.15)
    }
                                        
     .mobile-nav {
     width: 100vw;
     } 
     
     @media  screen and (max-width: 900px) {
        .nav-menu {
        display: none;
        }
        #hamburguer-icon {
        display: block;
        }
        }
                                        

/*----------------------------------------------------------------------------------------------------*/ 


#hero,
.img-banner {
    background-image: url(img/Publishing-img--Hero-bg.jpg);
    background-size: cover;
    height: 98vh;
} @media  screen and (max-width: 500px) {
    #hero, .img-banner {
        height: 95vh;
    }
}

.hero-txt {
    position: absolute;
    z-index: 20;
    top: 35vh;
    left: 24px;
    width: auto;
}   .text-left {
    text-align: left !important;
} 

.hero-txt {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
}

.hero-txt h1 {
    font-size: 64px;
    font-weight: 800;
    margin:0;
    color: var(--off-white);
} 

.hero-txt p {
    font-size: 32px;
    font-weight: 600;
    color: var(--off-white);
}


#hero a {
    display: inline-block;
    margin: 16px 0;
    padding: 16px 24px;
    background-color: white;
    color: #078a0b;
    text-decoration: none;
    border: solid 2px white;
    border-radius: 8px;
    font-weight: bold;
    font-size: 18px;
}

#hero a:hover {
    transition: 0.3s;
    background-color: #45a049;
    color: var(--off-white);
    border: solid 2px #4CAF50;
}

#hero a:nth-child(2) {
    background-color: transparent;
    border: solid 1px white;
    color: var(--off-white);
    font-weight: 400;
} #hero a:nth-child(2):hover {
    transition: 0.3s;
    color: #4CAF50;
    border: solid 1px #4CAF50;
} 

            @media  screen and (max-width: 500px) {
    .hero-txt {
    position: absolute;
    z-index: 20;
    top: 30vh;
    left: 8px;
    width: auto;
}   .text-left {
    text-align: left !important;
} 

.hero-txt {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    max-width: 80vw;
}

.hero-txt h1 {
    font-size: 40px;
    font-weight: 800;
    margin:0;
    color: var(--off-white);
} 

.hero-txt p {
    font-size: 18px;
    font-weight: 500;
    color: var(--off-white);
    line-height: 125%;
}

.hero-cta {
    display: flex;
    flex-direction: column-reverse;
    justify-content: start;
    align-items: start;
    gap: 8px;
}

#hero a {
    display: inline-block;
    margin: 4px 0;
    padding: 16px 24px;
    background-color: white;
    color: #078a0b;
    text-decoration: none;
    border: solid 2px white;
    border-radius: 8px;
    font-weight: bold;
    font-size: 18px;
}

#hero a:hover {
    transition: 0.3s;
    background-color: #45a049;
    color: var(--off-white);
    border: solid 2px #4CAF50;
}

#hero a:nth-child(2) {
    background-color: transparent;
    border: solid 1px white;
    color: var(--off-white);
    font-weight: 400;
    font-size: 16px;
} #hero a:nth-child(2):hover {
    transition: 0.3s;
    color: #4CAF50;
    border: solid 1px #4CAF50;
}
}

/*---------------------------------------------------------------------------*/

.info {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: start;
    margin: auto;
    text-align: center;
    margin-bottom: 3rem;
}

.info-txt {
    display: flex;
    flex-direction: column;
    margin-bottom: 2.5rem ;
    width: 98%;
} .info-txt2 {
    text-align: center;
    margin: auto;
    font-weight: 500;
    margin-top: 2rem;
}

.info-txt h2 {
    font-size: 40px;
    font-weight: 800;
    align-items: center;
    margin: 1.5rem auto;
    margin-bottom: 1rem;
}
.info-txt p {
    font-size: 16px;
    line-height: 145%;
    width: 800px;
    font-weight: 500;
}

.info-card {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    height: 240px;
    min-width: 400px;
    border-right: solid 2px var(--default);
} .info-card:nth-child(3){
    border-right: none;
}



.info-card h3 {
    font-size: 18px;
    font-weight: 600;
    width: auto;
}
.info-card ul {
    width: auto;
    padding: 0 2rem ;
}


.info-card li {
    list-style: inside ;
    font-size: 16px;
    font-weight: 500;
    text-align: start;
    margin-bottom: .8rem;
    
}

section ul li, section ol li {
    margin:  0;
}


@media  screen and (max-width: 500px) {
    .info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
    text-align: center;
    margin-bottom: 1.5rem;
    max-width: 95vw;
    
}

.info-txt {
    display: flex;
    flex-direction: column;
    margin-bottom: 2.5rem ;
    width: 95%;
} .info-txt2 {
    text-align: center;
    margin: auto;
    font-weight: 400;
    margin-top: 2rem;
    width: 90%;
}

.info-txt h2 {
    font-size: 24px;
    font-weight: 800;
    align-items: center;
    margin: 1.5rem auto;
    margin-bottom: 1rem;
}
.info-txt p {
    font-size: 16px;
    line-height: 125%;
    width: 100%;
    font-weight: 500;
}

.info-list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.info-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 200px;
    min-width: 200px;
    max-width: 85vw;
    border-right: none;
    border-bottom: solid 2px var(--default);
        gap: 8px;
} .info-card:nth-child(3){
    border-bottom: none;
} .info-card p {
    text-align: center;
}



.info-card h3 {
    font-size: 18px;
    font-weight: 600;
    width: auto;
}
.info-card ul {
    width: auto;
    padding: 0 2rem ;
}


.info-card li {
    list-style: inside ;
    font-size: 16px;
    font-weight: 500;
    text-align: start;
    margin-bottom: .8rem;
    
}

section ul li, section ol li {
    margin:  0;
}
}

/*---------------------------------------------------------------------------*/
 .rrequisitos {
  text-align: center;
  padding: 2rem 1rem;
  background-color: #f8f9fa;

  margin-top: 4rem;
  margin-bottom: 3rem;
}

.rrequisitos h2 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 2rem;
}

.rrequisitos-cards {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: center;
  justify-content: center;
}

.rqcard {
    display: flex;
    flex-direction: column;
  background: white;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  overflow: hidden;
  max-width: 340px;
  width: 100%;
}

.rqcard img {
  width: 100%;
  height: auto;
  display: block;
}

.rqcard p {
  font-size: 24px;
  padding: 1rem;
  color: var(--txt-alt--color);
  font-weight: 600;
}

.rqcard p strong {
  color: #d89c05;
}

.observacao {
  margin-top: 1.5rem;
  font-style: italic;
  font-size: 0.8rem;
  color: #888;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
}



/* Responsivo para telas maiores */
@media (min-width: 768px) {
  .rrequisitos-cards {
    flex-direction: row;
  }

  .rrequisitos h2 {
    font-size: 2rem;
  }

  .rqcard p {
    font-size: 1.05rem;
  }
}

@media  screen and (max-width: 500px) {
    .rrequisitos {
  text-align: center;
  padding: 2rem 1rem;
  background-color: #f8f9fa;

  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.rrequisitos h2 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 2rem;
}

.rrequisitos-cards {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: center;
  justify-content: center;
}

.rqcard {
    display: flex;
    flex-direction: column;
  background: white;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  overflow: hidden;
  max-width: 340px;
  width: 100%;
}

.rqcard img {
  width: 100%;
  height: auto;
  display: block;
}

.rqcard p {
  font-size: 16px;
  padding: 1rem;
  color: var(--txt-alt--color);
  font-weight: 600;
}

.rqcard p strong {
  color: #d89c05;
}

.observacao {
  margin-top: 1.5rem;
  font-style: italic;
  font-size: 0.8rem;
  color: #888;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
}
}


/*--------------------------------------------------------------------*/
.sobre,
.atendimento {
    display: flex ;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 3rem;
} .atendimento h2,
    .sobre h2 {
    margin: 40px auto;
    text-align: center;

}
.atendimento-content,
.sobre-content {
    display: flex ;
    flex-direction: row ;
    align-items: start; 
}
.atendimento-texts,
.sobre-texts {
    display: flex;
    flex-direction: column;
    width: 50%;
} .atendimento-texts p, .sobre-texts p {
    text-align: justify;
    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
}

.atendimento-img, .sobre-img {
   width: 600px;
} 
.steps {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 2rem auto;
}

.cards-container {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
}   


.card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 320px;
    height: 240px;
    color: white;
    align-items: center;
    gap: 16px;
    padding: 16px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    text-align: center;

}

.numberTag {
    color: #45a049;
    font-size: 60px;
    font-weight: 800;
    margin-bottom: 1rem;
}

.card h3 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 8px;
    color: var(--txt-color);
}

.card p {
    margin: 8px 0;
    font-size: 1em;
}


@media  screen and (max-width: 500px) {
    .sobre,
.atendimento {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 3rem;
} .atendimento h2,
    .sobre h2 {
    margin: 40px auto;
    text-align: center;

}
.atendimento-content,
.sobre-content {
    display: flex ;
    flex-direction: column;
    align-items: center; 
    max-width: 95vw;
}
.atendimento-texts,
.sobre-texts {
    display: flex;
    flex-direction: column;
    width: 95%;
} .atendimento-texts p, .sobre-texts p {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
}

.atendimento-img, .sobre-img {
   width: 80vw;
} 
.steps {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 2rem auto;
}

.cards-container {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
}   


.card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 320px;
    height: 240px;
    color: white;
    align-items: center;
    gap: 16px;
    padding: 16px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    text-align: center;

}

.numberTag {
    color: #45a049;
    font-size: 60px;
    font-weight: 800;
    margin-bottom: 1rem;
}

.card h3 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 8px;
    color: var(--txt-color);
}

.card p {
    margin: 8px 0;
    font-size: 1em;
}


}


/* CTA Section */
section div {
    display: flex;
    justify-content: space-evenly;
    align-items: center ;
    gap: 16px;  
}

section div h3 {
    font-size: 24px;
    margin-bottom: 10px;
}


.cta {
    width: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    margin-bottom: 90px;
}

.cta-options {
    width: auto;
    display: flex;
    justify-content: space-between;
    margin: auto;   
    align-items: flex-start;
    gap: 160px;
}

.cta-wpp {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    width: 400px;
    padding: 32px;
}

.cta-wpp a {
    display: inline-block;
    margin: 16px 0;
    padding: 16px 24px;
    background-color: #078a0b;
    color: var(--off-white);
    text-decoration: none;
    border: solid 2px white;
    border-radius: 8px;
    font-weight: bold;
    font-size: 18px;
}
.cta-wpp a:hover {
    transition: 0.3s;
    background-color: #45a049;
    color: var(--off-white);
}


.cta-form h3 {
    margin-bottom: 1rem;
} .cta-form p {
    margin-bottom: 20px;
}


.section-cta {
    padding: 0;
    margin: 0;
    align-items: center;
}


section div form {
    width: 120%;
    max-width: 500px;
    background-color: var(--off-white);
    padding: 32px;
    border-radius: 5px;
}


section div form input {
    width: 93%;
    padding: 16px;
    margin-bottom: 24px;
    border-bottom: 2px solid var(--text-default);
    border-radius: 0px;
}

section div form button {
    width: 100%;
    padding: 10px;
    background-color: #078a0b;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 1em;
    font-weight: bold;
    cursor: pointer;
}

section div form button:hover {
    background-color: #45a049;
}


    @media (max-width: 500px) { 
section div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center ;
    gap: 16px;  
}

section div h3 {
    font-size: 24px;
    margin-bottom: 10px;
}


.cta {
    width: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
} .cta h2 {
    font-size: 24px;
    text-align: center;
    margin: 0;
    margin-top: 2rem;
}

.cta-options {
    width: 95vw;
    display: flex;
    justify-content: center;
    margin: auto;   
    align-items: center;
    gap: 24px;
}

.cta-wpp {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 85%;
    padding: 32px;
} .cta-wpp h3 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 8px;
}

.cta-wpp a {
    display: inline-block;
    margin: 0;
    padding: 16px 24px;
    background-color: #078a0b;
    color: var(--off-white);
    text-decoration: none;
    border: solid 2px white;
    border-radius: 8px;
    font-weight: bold;
    font-size: 18px;
}
.cta-wpp a:hover {
    transition: 0.3s;
    background-color: #45a049;
    color: var(--off-white);
}


.cta-form h3 {
    margin-bottom: 1rem;
    text-align: center;
} .cta-form p {
    margin-bottom: 20px;
    text-align: center;
}


.section-cta {
    padding: 0;
    margin: 0;
    align-items: center;
}


section div form {
    width: 100%;
    max-width: 90vw;
    background-color: var(--off-white);
    padding: 32px;
    border-radius: 5px;
}


section div form input {
    width: 93%;
    padding: 16px;
    margin-bottom: 24px;
    border-bottom: 2px solid var(--text-default);
    border-radius: 0px;
}

section div form button {
    width: 100%;
    padding: 10px;
    background-color: #078a0b;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 1em;
    font-weight: bold;
    cursor: pointer;
}

section div form button:hover {
    background-color: #45a049;
}

}



footer {
    text-align: center;
    padding: 40px;
    background-color: #4CAF50;
    color: white;
}

footer p {
    margin: 0;
    font-size: 0.9em;
}




/* Responsivo para telas maiores */
@media (min-width: 768px) {
  .sobre-escritorio h2,
  .atendimento-nacional h2 {
    font-size: 2rem;

  }

  .sobre-escritorio p,
  .atendimento-nacional p {
    font-size: 1.1rem;
  }
}

.sobre-pfp {
    width: 90vw;
    height: auto;
}





.footer{
    background-color: var(--azul);
    color: var(--off-white);
    height: auto;
    padding: 1rem 0;
  }

  .footer-part1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3rem;
  }
  .footer-img p{
    display: none; 
    text-align: center;
     color: var(--default);
     margin-top: 1rem;
  }
  
  .footer-nav{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .footer-nav p {
    color: var(--off-white);
  }
  
  .footer-nav-menu {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  
  .footer-nav-li {
    margin-right: 2rem;
  }
   .footer-nav-li:last-child {
    margin-right: 0;
  }


   /* @Media container -------------------------------------------*/
   @media screen and (max-width: 1080px) {
      .footer-nav-menu {
        display: none;
      }
      .footer-nav p {
        margin: auto;
      }
      .footermedia {
        display: flex;
        margin-top: 2rem;
      }
   }
  
  @media screen and (max-width: 480px) {
        
        .footer-content{
          margin-top: 4rem ;
          margin-bottom: 1rem;
          padding: .5rem;
        
        }
        .footer-part1 {
          display: flex;
          flex-direction: column;
          margin: auto;
          align-items: center;
          margin-bottom: 3rem;
        }
  }







  /*----------------------------------------------------------------------------Sobre--*/
.about-content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: start;
  max-width: 1200px;
  margin: 0 auto;
  gap: 20px;
  padding: 40px 20px;
}



.about-text {
  flex: 1 1 50%;
  padding: 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
}   

.about-text p:nth-child(1) {
    font-size: 42px;
    font-weight: 600;
}

.about-text p {
    font-size: 18px;
    line-height: 100%;
}

.about-img {
  flex: 1 1 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 85%;
  width: 85%;
}

.about-img img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 4px;
}

@media (max-width: 768px) {
  .about-content {
    flex-direction: column;
    align-items: center;
    gap: 30px;
    padding: 30px 20px;
  }

  .about-text {
    flex: 1 1 100%;
    text-align: center;
  }

  .about-text h1 {
    margin-bottom: 1rem;
    font-size: 18px;
  }

  .about-text p:nth-child(2) {
    font-size: 36px;
  }

  .about-text p:nth-child(3) {
    font-size: 16px;
  }

  .about-img {
    flex: 1 1 100%;
    width: 100%;
    justify-content: center;
  }

  .about-img img {
    width: 90%;
    max-width: 400px;
  }
}


@media (max-width: 500px) {
    .about-content {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  max-width: 95vw;
  margin: 0 auto;
  gap: 20px;
  padding: 40px 20px;
}



.about-text {
  flex: 1 1 50%;
  padding: 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  width: 95%;
}   

  .about-content {
    padding: 20px 15px;
  }

  .sobre h2 {
    margin-bottom: 0.4rem;
    font-size: 24px;
  }

  .about-img img {
    width: 100%;
    max-width: 300px;
  }

.about-text p:nth-child(1) {
    font-size: 24px;
    font-weight: 600;
} 
.about-text p:nth-child(2) {
    font-size: 18px;
  } 
    .about-text p:nth-child(3) {
    font-size: 18px;
  }

.about-text p {
    line-height: 125%;
}

.about-img {
  flex: 1 1 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 85%;
  width: 85%;
}

.about-img img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 4px;
}

}