.desarrollo__container{
    background-color: black;
    border-top: 1.2rem solid  #04f6e7;
}

.desarrollo__row__images{
    margin-top: 3rem;
    margin-bottom: 5rem;
}

.desarrollo__col__images{
    margin-bottom: 0;
}



.desarrollo__highlight{
    font-family:  "Open Sans", sans-serif;
    font-size: 32px;
    font-weight: bold;
    color: white;
    
    padding-bottom: 1rem;
    border-bottom: 1px solid  white;

    margin-left: 1rem;
    margin-right: 1rem;

    margin-bottom: 4rem;

}

.desarrollo__span{
    font-family: "DM Sans", sans-serif;
    font-size: 17px;
    font-weight: normal;
    color: white;

    margin-left: 0rem;
    margin-right: 0rem;
}

.desarrollo__home_icon__row_up{
    padding-top: 1rem;
}

@media (max-width: 576px) {
    .desarrollo__container{
        border-top: 0.8rem solid  #04f6e7;
    }

    .desarrollo__row__images{
        margin-top: 1rem;
        margin-bottom: 2rem;
    }
    
    .desarrollo__col__images{
        margin-bottom: 1rem;
    }

    .desarrollo__highlight{
        
        font-size: 19px;
        padding-bottom: 0.5rem;
        margin-bottom: 1rem;
    }

    .desarrollo__span{
        
        font-size: 16px;
        margin-left: 1rem;
        margin-right: 1rem;
        
    }
    
}