*{
    margin:  0;
    padding: 0;
    box-sizing: border-box;
}

.sobre-fotos{
    font-size: 1.2rem; 
    margin: auto;
}
.sobre-fotos{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin: 1rem 0;
}

.sobre-texto{
    font-size: 1.5rem; 
    margin: 1rem; 
    display: grid; 
    grid-template-columns: repeat(2,1fr);
    align-items: center;
    justify-content: center;
    margin: auto;
    gap: 1rem;
}

.sobrepage{
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: column;
  gap: 1rem;
  max-width: 70%;
  margin: auto;
}

.sobre-texto div img{
    width: 300px;
}
.sobre-texto div {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-around;
    gap: 10px;
}

.imgCards img{
    width: 200px;
}

.div{
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 468px) {
 
    .sobrepage{
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  margin: 0 auto;

}
.div h2{
    display: flex;
    justify-content: center;
    flex-direction: column;
    justify-content: space-between;
    font-size: 1.3rem;
    width: 100vw;
}

.sobrepage .imgCards{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.imgCards img{
    width: 120px;
    border-radius: 10px;
}
.sobre-fotos{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.sobre-fotos p{
    max-width: 60%;
}
.sobre-fotos video{
    width: 80%;
    border-radius: 10px;
}
.sobre-texto{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    width: 100%;
    padding: 1rem;
}
.div{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100vw;
    border-radius: 10px;
    gap: 1rem;
}
.div img{
    border-radius: 10px;
}
.sobre-texto div{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

}