.banner-sobrenos{
  background-image: url("../img/SobreNosBanner.png");
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 500px;
}

.sobrenos h1{
  font-size: 48px;
  padding: 20px;
  width: 100%;
  text-align: center;
  color: #255f5a;
  margin-bottom: 10px;
}

.sobrenos h2{
  font-size: 24px;
  text-align: center;
  color: #6c757d;
  margin-bottom: 20px;
}

.sobrenosbackground{
  background-image: url("../img/Bg-home-1.webp");
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100vh;
}
.sobrenos-paragrafos{
  display:flex;
  flex-direction:column;
  justify-content:center;
  font-weight: lighter;
  color:gray;

}
.sobrenos-paragrafos p{
  margin:0 auto;
  width:1204px;
  font-size:18px;
  padding:15px;  
  
}

.sobrenos-missao{
  padding: 40px 20px;
  background-color: #fff;
  
}
.sobrenos-missao h1 {
  font-size: 48px;
  padding: 20px;
  width: 100%;
  text-align: center;
  color: #255f5a;
  margin-bottom: 10px;
}

.sobrenos-missao h2 {
  text-align: center;
  color: #255f5a;
}

.sobrenos-missao p {
  text-align: justify;
  color: #333;
  padding: 0 30px;
  line-height: 1.9;
}
.missao-visao-valores{
  max-width: 1200px;
  margin: 0 auto; 
  gap: 20px;
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}
.cards-sobre{ 
  display: flex;
  flex-direction: column;
  width: 400px; 
  justify-content: center;
  background-color: #f8f9fa;
  border: none;
  border-radius: 5px;
  padding: 20px;
  margin: 10px 0;
  box-shadow: 0 1px 4px 2px rgba(0,0,0,0.1);
}

.cards-sobre h2 {
  font-size: 24px;
  color: #255f5a;
  margin-bottom: 10px;
}

.cards-sobre p {
  text-align: left;
  font-size: 20px;
  color:gray;
  line-height: 1.5;
}

.cards-sobre ul {
  list-style-type: disc;
  padding: 10px;
}

.cards-sobre li {
  padding: 5px 0;
  font-size: 16px;
  color:gray;
  line-height: 1.5;
}
