.grid-row {
     display: grid
;
    grid-template-columns: 30% 70%;
    margin-top: 32px;
    align-content: center;
    align-items: center;
    padding: 12px;
    justify-content: center;
    gap: 6px;
}


.grid-temas-new {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  gap: 12px;
}


.grey-background {
  background-color: #D9D9D9;
  padding: 32px;
}

.grey-background>h2 {
  color: #025856;
  margin-bottom: 12px;
}

.temas-grid {
  display: grid;
  grid-template-columns: 33.3% 33.3% 33.3%;
  justify-content: center;
  align-items: center;
  align-content: center;
  justify-items: center;
  gap: 24px;
}

.itens-temas {
  max-width: 120px;
  width: 100%;
  background: #FFFFFF;
  border-bottom: 6px solid #7E7E7E;
  border-radius: 10px;
  text-align: center;
  font-weight: bold;
  font-size: 1rem;
  padding: 4px;

}

h2.videos {
  color: #025856;
  font-size: 1.8rem;
}



.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.profile-description-modelo {
  color: #747474;
  text-align: left;
  padding: 6px;
}

.iframe-youtube {
  max-width: 600px;
  height: 400px;
  width: 100%;
}

.btn-main {
  text-decoration: none;
}

.categorias>p {
  font-weight: bold;
  color: #747474;
  font-size: 1.4rem;
}

.mb-4 {
  margin-bottom: 1.6rem;
}

.mt-4 {
  margin-top: 1.3rem;
}

#btnSearch {
  max-width: 200px;
  margin: 0 auto;
  margin-top: 12px;
}

@media screen and (max-width: 700px) {
  .temas-grid {
    display: grid;
    grid-template-columns: 100%;
  }

  .grid-row {
    display: grid;
    grid-template-columns: 100%;
    margin-top: 32px;
    align-content: center;
    align-items: center;
    padding: 12px;
    row-gap: 24px;
  }

  .btn-main {
    font-size: 1.1rem;
  }

  .categorias {
    margin: 0 auto;
  }
}