@media screen and (max-width: 1500px){
    .environment img{
        width: 100%;
    }
    .environment .desc_environment{
        width: 100%;
        padding: 3rem;
    }
    .environment{
        flex-direction: column-reverse;
    }
}
@media screen and (max-width: 1250px){
    .environment .desc_environment{
        padding: 1.5rem;
    }
    .environment .desc_environment p,
    .environment .desc_environment h3{
        text-align: center;
    }
    .environment .desc_environment h3::after{
        left: 50%;
        transform: translate(-50%);
    }
}
@media screen and (max-width: 1000px) {
    .menu .background .background_image{
        display: none;
    }
    .menu .background::before{
        display: none;
    }
    .menu .background{
        height: 17rem;
        background-color: #191F22;
    }
    .menu .borda{
        display: none;
    }
    .certifications .info_certifications .desc{
        flex-direction: column;
    }
    .certifications .info_certifications .desc p{
        width: 96%;
        margin-bottom: 5rem;
        text-align: center;
    }
}
@media screen and (max-width: 600px){
    .menu .background h1{
        font-size: 3rem;
        line-height: 4rem;
        bottom: 4.1rem;
    }
    .menu .background{
        height: 12rem;
    }
}
@media screen and (max-width: 400px){
    .menu .background h1{
        font-size: 2rem;
        line-height: 3rem;
    }
}