html {
    font-size: 62.5%;
    font-family: "Roboto", sans-serif;
    color: #012229;
}
@media (min-width: 320px) {
.img-nosotros {
    width: 100%;
    margin-top: 30px;
}
.nosotros-title {
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
    text-decoration: none;
    list-style: none;
    padding-bottom: 15px;
    padding-top: 30px;
}
.nosotros-title-2 {
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
    text-decoration: none;
    list-style: none;
    padding-bottom: 15px;
    padding-top: 15px;
}
.nosotros-text {
    text-align: center;
    font-size: 1.2rem;
    text-decoration: none;
    list-style: none;
    padding-bottom: 15px;
}
.nosotros-text-2 {
    text-align: center;
    font-size: 1.2rem;
    text-decoration: none;
    list-style: none;
}
}
@media (min-width: 1024px) {
.img-nosotros {
    width: 100%;
    margin-top: 30px;
}
.nosotros-title {
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    text-decoration: none;
    list-style: none;
    padding-bottom: 15px;
    padding-top: 30px;
}
.nosotros-title-2 {
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    text-decoration: none;
    list-style: none;
    padding-bottom: 15px;
    padding-top: 15px;
}
.nosotros-text {
    text-align: center;
    font-size: 1.6rem;
    text-decoration: none;
    list-style: none;
    padding-bottom: 15px;
}
.nosotros-text-2 {
    text-align: center;
    font-size: 1.6rem;
    text-decoration: none;
    list-style: none;
}
}