@media screen and (max-width:750px) {
    .one_section h1{
        font-size: 6rem;
    }
    .one_section >h1>strong{
        font-size: 6rem;
    }
}


@media screen and (max-width:630px) {
    .one_section > p
    {
        text-align: start;
    }
    .one_section figure img{
        width: auto;
    }

    .one_section h1{
        font-size: 5rem;
        text-align:start;
        margin-bottom: 4%;
        padding: 0 5%;
    }
    
    .one_section >h1>strong{
        font-size: 5rem;
    }

    .one_section p{
        font-size: 1.6rem;
        width: 90%;
    }

    .two_section{
        align-items: flex-start;
    }
    .two_section > p{
        font-size: 1.6rem;
        margin-left: 5%;
    }

    .three_section{
        flex-flow: column;
    }
    .three_section > div{
        width: 90%; 
    }
    .three_section > div > p{
        width: 90%;
    }
    
    .three_section >div:nth-child(2){
        margin-top: 3rem;
    }

    .four_section >div{
        /* margin: 5% 5%; */
        grid-column: span 2;
    }
    .four_section > .title_estrategia{
        grid-column: 1/3;
        grid-row: 3/4;
    }

    .four_section > .title_valores
    {
        grid-column: 1/3;
        grid-row: 1/2;
    }

    .four_section{
        padding: 10% 0;
    }
    
}