.card-duvidas {
  position: relative;

  background: #FFFFFF;
  box-shadow: 0px 0px 8px 0px #0000001A;
  border-radius: 50px;
  height: 100%;
  padding: 50px;


  z-index: 1;
}

.pattern-duvidas{

  position: absolute;

  background-repeat: no-repeat;

  bottom: -70px;
  right: -40px;
  z-index: 10;

}

.balao-duvidas{

  img {
    width: 36px;
    height: 36px;
  }
  
  p {
    margin-bottom: 0;
    padding-left: 10px;

    font-weight: 600;
    font-size: 18px;
    line-height: 126%;
  }

  span {
    padding-bottom: 30px;
  }
}

.texto-duvidas {
  font-weight: 500;
  font-size: 18px;
  line-height: 144%;

  strong {
    font-weight: 700;
  }

}

@media (max-width: 767.98px) { 
  .texto-duvidas {
    margin-bottom: 40px;  
  }

}

.dark-mode {
  .card-duvidas {
    background-color: #1e1e1e;
  }  
}