.container {
    width: 98%;
    margin: auto;
}

.section {
    top: 80px;
}
.nosotros {
    text-align: center;
    margin-bottom: 20px;
    top: 20px;
}

.nosotros .container--flex {
    align-items: flex-start;
}

.nosotros__tittle {
    font-family: 'fontello';
    color: #B695C0;
    font-weight: bold;
    font-size: 1.8em;
    margin-bottom: 10px;
    text-align: center;
    padding: 10px;
}

.nosotros__img {
    width: 50%;
    height: 50%;
    object-fit: cover;
    border-radius: 20%;
    margin: auto;
    margin-bottom: 20px;
    border-radius: 15px;
    box-shadow: 0 20px 20px 0 #B695C0;
}

.nosotros__txt {
    padding-bottom: 10px;
    text-align: justify;
}

.group--nosotros{
    padding: 15px;
}

.group nosotros .column:nth-child(2) {
        padding: 20px;
    }

@media screen and (min-width:480px) {
    .nosotros__img {
        width: 60%;
        height: 60%;
        border-left: 5px;
}
    
    .column--50 {
        width: 49.5%;
    }
    .column--50-25 {
        width: 49%;
    }
    
    .nosotros__tittle {
        padding-left: 20px;
    }
    .nosotros__txt {
        padding-left: 20px;
    }
    
    @media screen and (min-width:1024px) {
        .container {
        width: 1000px;
    }
    }
}