.other-formats  {
  h5 {
    font-weight: 600;
    font-size: 16px;
    color: #0A0A0A;

    background-color: #FECE00;
    border-radius: 8px 4px 8px 4px;
    padding: 4px;
    width: fit-content;
    margin-bottom: 16px;
  }

  .other-formats-texto {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    margin-top: 24px;
    margin-bottom: 0;

    strong {
      font-weight: 700;
    }
  }

  .descricao-home {
    width: 100%;
    margin-top: 20px;
  }

  img {
    width: 100%;
  }

  a:focus {
    outline:  2px solid #153CFE!important;
  }

  .mt-podcast {
    margin-top: 40px;
  }
}

.webpalestra {
  border-radius: 8px;
  overflow: hidden;
}

@media only screen and (max-width: 992px) {
  .podcast-titulo{
    margin-top: 50px;
  }

}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .botao-yt {
    margin-top: 22px;
  }
}

.dark-mode {

  .descricao-home{
    background-color: var(--background-color-light);
    color: var(--text-color-dark);
  }

  .descricao-home p {
    color: var(--text-color-light);
  }
  
}
