.cabecalho__subtitulo{
 font-family: 'Open_Sans', sans-serif;
 font-size: 1.3rem;
 color: #36221b;
 margin-bottom: 20px;
}

.cabecalho__titulo{
  width: 80vw;
}

.pais__nome {
  font-family: "Great_Vibes", sans-serif;
  display: inline-block;
  font-size: 2.8rem;
  font-weight: 500;
  color: #422a18;
}

.pais__bandeira{
  width: 7em;
  margin-top: 20px;
}

.opcoes__produtos {
  list-style: none;
  padding-bottom: 10px;
  font-weight: 600;
  color: #422a18;
  font-family: 'Open_Sans', serif;
  font-size: 1rem;

}

.opcoes__produtos:last-child {
  padding-bottom: 0;
}

.opcoes__preco {
  font-weight: 400;
  margin-left: 0;
  display: block;
  font-family: 'Open_Sans', sans-serif;
  font-size: 1rem;
  
}

/* celulares maiores */
@media (max-width: 414px) {
  .opcoes__produtos {
    list-style: none;
    padding-bottom: 10px;
    font-weight: 600;
    font-size: 1.1rem;
  }
  .opcoes__preco {
    font-weight: 700;
    margin-left: 0;
    display: block;
  }
}

/* Estilos para celulares menores */
@media (max-width: 375px) {
  .opcoes__produtos {
    list-style: none;
    padding-bottom: 10px;
    font-weight: 600;
    font-size: 1rem;
  }
  .opcoes__preco {
    font-weight: 700;
    margin-left: 0;
    display: block;
  }
}

