.nosotros h3{
    color: #FF324D;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

.nosotros p{
    font-size: 17px;
    font-weight: bold;
    text-align: center;
}

.nosotros img {
    max-width: 100%;
}

@media (max-width:450px){
    .nosotros p{
        font-size: 13px;
        font-weight: bold;
        text-align: center;
    }
}