.implantacao{
    display: grid;
    grid-template-columns: 40% 40%;
    justify-content: center;
    margin-top: 50px;
    font-family: 'CamptonLight';
}

.implantacao img{
    width: 180%;
}

.text-implantacao {
    text-align: right;
    
}

.text-implantacao b{
    font-family: 'CamptonSemiBold';
}

.title-implantacao{

    font-size: 2rem;
    margin-bottom: 30px;
    
}

.texto-implantacao{
    font-family: 'CamptonSemiBold';
    color: #daa367;

  
}

.imp-info {
    margin-bottom: 20px;
}


@media only screen and (max-width: 900px) {

    .c4-izmir img {
        object-fit: cover;
        max-width: 100%;
        width: 100%;
        height: 250px !important; 
      }

    .implantacao img{
        width: 100%;
    }

    .implantacao{
        display: grid;
        grid-template-columns: 80%;
        justify-content: center;
        margin-top: 50px;
        font-family: 'CamptonLight';
    }

    .text-implantacao {
        text-align: left;
        
    }

    .mapa {
        order: 2;
    }

    .text-implantacao{
        order: 1;
    }

    .implantacao img {
        width: 100%;
        height: auto;
    }

}