.about-content {
display: flex;
flex-wrap: wrap;
gap: 2rem;
align-items: center;
justify-content: space-between;
}

.about-text {
flex: 1 1 50%;
color: #ffffff;
}

.about-text h2 {
font-size: 2.5rem;
line-height: 1.3;
color: #ffffff;
margin-bottom: 1rem;
}

.about-text strong {
color: #ffffff;
}

.about-text p {
font-size: 1.1rem;
line-height: 1.7;
color: #e0e0e0;
margin-bottom: 1rem;
}

.about-image {
max-width: 500px;
margin: 0 auto;
}

.about-image img {
width: 100%;
height: auto;
border-radius: 16px;
box-shadow: none !important;
display: block;
}  

.about-section {
background: none;
border-radius: 16px;
box-shadow: none !important;
padding: 4rem 2rem;
max-width: 1200px;
margin: 0 auto;
}  

.about-section-full {
background: linear-gradient(to bottom right, #002A62, #034AA6);
padding: 4rem 0;
margin-bottom: 40px; /* ou o valor desejado */
}

.about-section {
color: white; /* se quiser texto claro */
}

.about-text p {
color: #f0f0f0;
}  