.about-container {
    margin: 0 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap; 
}

.about-image {
    max-width: 600px; 
    flex: 1;
}

.about-image img {
    width: 100%; 
    height: auto;
    min-height: 625px;
    object-fit: cover; 
}

.about-text {
    max-width: 800px; 
    margin-left: 60px;
    flex: 1; 
 text-align: justify;
}

.about-text1 {
   max-width: 900px; 
    margin-left: 60px;
    flex: 1; 
    
}

.about-text p {
    font-size: 15px;
    letter-spacing: 0;
    line-height: 1.6;
    font-weight: 300;
	text-align: justify;
}

.about-text p:nth-child(2) {
    padding: 10px 0;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: justify;
    font-size: 18px;
}

.processo-criativo {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    background: #F0F0F0;
    background-image: url('../../assets/img/sobre/desenho-arquitetonico-sobre.png');
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
    height: 110vh;
}

.processo-criativo-container {
    display: flex;
    padding: 100px 50px 50px 160px;
    width: 100%;
}

.processo-criativo-text {
    max-width: 800px;
    flex: 1;
    margin-right: 60px;
	text-align: justify;
}

.processo-criativo-text h2, .processo-criativo-text h3 {
    font-weight: 500;
    letter-spacing: 2px;
    max-width: 610px;
}

.processo-criativo-text h3 {
    font-weight: 400;
    font-size: 18px;
    margin-top: 30px;
    line-height: 1.5;
}

.processo-criativo-text h2 {
    letter-spacing: 8px;
    font-size: 32px;
    margin-bottom: 30px;
}

.processo-criativo-text p {
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0;
    font-weight: 300;
    margin-top: 30px;
}





.processo-criativo-image {
    max-width: 800px;
    flex: 1;
}

.processo-criativo-image img {
    width: 100%;
    height: auto; 
    object-fit: cover;
}






.ingles-container p {
     font-size: 15px;
    line-height: 1.5;
    letter-spacing: 1px;
    font-weight: 300;
    margin: 30px;
	text-align: justify;
    
  
    
}


.img-fabio-container::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0)); 
    z-index: 1;
}

.img-fabio-container {
    position: relative;
    max-width: 100%;
    display: flex;
    justify-content: flex-start; 
}

.img-fabio-container img {
    width: 100%;
    height: 450px;
    display: block;
    object-fit: cover;
    object-position: 50% 20%;
}

.img-fabio-text {
    position: absolute;
    bottom: 35%;
    right: 30%;
    color: #fff;
    font-size: 21px;
    font-weight: 400; 
    line-height: 1.5; 
    width: 310px;
    z-index: 1;
}

.img-fabio-text p {
    letter-spacing: 8px;
}

@media (max-width: 1220px) {
    .about-container {
        margin: 0 20px;
        flex-direction: column; 
        align-items: center; 
    }

    .about-text {
        margin-left: 0;
        margin-top: 20px;
        max-width: 100%; 
        padding: 30px 0;
    }

    .about-text p {
        font-size: 15px; 
    }

    .about-image {
        width: 100%;
        max-width: none; 
    }

    .about-image img {
        width: 100%; 
        height: 400px;
        object-fit: cover;
    }

    .processo-criativo {
        margin: 0 20px;
        flex-direction: column;
        align-items: center;
        background-position: center center; 
        background-size: cover; 
    }

    .processo-criativo-text {
        margin-right: 0;
        margin-bottom: 20px;
        max-width: 100%;
		 font-size: 15px; 
    }

    .processo-criativo-image {
        width: 100%;
        max-width: none;
        margin-bottom: 20px;
    }

    .processo-criativo-image img {
        height: 300px; 
    }
}

@media (max-width: 1428px) {
    .processo-criativo-container {
        padding: 100px 50px 100px 10px;
    }
}

@media (max-width: 500px) {
    .about-container {
        margin: 0 20px;
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        position: relative;
        padding-top: 0;
    }

    .about-image {
        width: 100vw;
        margin-top: 75px;
        margin-left: -20px; 
    }

    .about-image img {
        width: 100%;
        height: auto;
        object-fit: cover;  
        display: block;
        min-height: 0;
    }

    .img-fabio-container {
        display: block;
        max-width: 100%;
        margin: 0 20px;
        position: relative;
    }

    .img-fabio-container img {
        width: 100%;
        height: auto;
        object-fit: cover;
        object-position: center;
    }

    .img-fabio-container::before {
        height: 100%;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
    }

    .img-fabio-text {
        position: absolute;
        bottom: 15%;
        left: 55%;
        transform: translateX(-50%);
        width: calc(100% - 40px);
        font-size: 16px;
    }

    .img-fabio-text p {
        letter-spacing: 4px;
        text-align: start;
    }

    .about-text p:nth-child(1){
        font-size: 20px !important;
        width: 17.1em;
    }
    .about-text p:nth-child(2){
        text-align: center;
        width: 18em;
    }

    .processo-criativo-container{
        padding: 50px 10px;
    }

    .processo-criativo-text h2{
        text-align: center;
        font-size: 32px !important;
    }

    .processo-criativo-text p{
        font-size: 17px !important;
    }

    .processo-criativo-text h3{
        text-align: center;
        font-size: 17px !important;
    }

    footer{
        padding-top: 0;
    }
    
}

@media (max-width: 480px) {
    .about-text p {
        font-size: 14px; 
    }

    .processo-criativo-text h2 {
        font-size: 24px; 
    }

    .processo-criativo-text h3 {
        font-size: 16px; 
    }

    .processo-criativo-text p {
        font-size: 14px; 
    }

    .processo-criativo-image img {
        height: 200px; 
    }
}
