.bfaf {
    background-color: transparent;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    text-align: center;
  }
  
  .container-bfaf {
    padding: 70px 0px 70px 0px;
    height: 600px;
    width: 60%;
    text-align: start;
  }
  
  .blur-back {
    background: #f28705;
    border-radius: 50%;
    opacity: 0.5;
    height: 628px;
    position: relative;
    filter: blur(51.85px);
    display: flex;
    justify-content: center;
    align-self: center;
  }
  
  .titulo-bfaf {
    align-items: left;
    color: white;
    white-space: nowrap;
  }
  .titulo-bfaf img{
    position: relative;
    top: 3px;
    left: 5px;
  }
  
  .description-bfaf {
    color: #ffffff;
    font-size: 20px;
    letter-spacing: -0.04em;
    font-weight: 500;
    padding-bottom: 2rem;
  }

  :root {
    --swiper-navigation-color: #f28705 !important; /* Define a cor dos ícones prev/next */
}

@media (max-width: 855px) {

  .titulo-bfaf{
font-size: 42px;
  }

  #before-after-title {
    white-space: normal;
  }

  #bfafroll{
    font-size: 40px; 
    white-space: nowrap; 
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .container-bfaf{
    width: 90%;
  }
  swiper-container {
    height: 400px; 
  }

  swiper-slide {
    width: 200px !important;
    height: auto;
  }

  swiper-slide img {
    width: 100%;
    height: auto;
  }
}

  

/*===========================================*/
