/* nosotros3 .css */
.nosotros3 {
    font-family: 'Quicksand', sans-serif;
    background-color: #DCE2DC;
    margin: 0;
    padding: 0;
    padding-top: 100px;
}

.nosotros3 .contenedor {
    display: flex;
    justify-content: space-around;
    background-color: #DCE2DC;
    padding: 30px 0;
}

.nosotros3 .columna {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.nosotros3 .cuadrado {
    width: 250px;
    height: 250px;
    background-color: #2E5D33;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 24px;
    color: #fff;
    position: relative;
    margin-bottom: 20px;
}

.nosotros3 .rombo {
    width: 75px;
    height: 75px;
    background-color: #AACE19;
    position: absolute;
    bottom: -37.5px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    border: 2px solid white;
}

.nosotros3 .rombo ion-icon {
    color: white;
    transform: rotate(-45deg);
    font-size: 45px;
}

.nosotros3 .texto-lorem {
    width: 300px;
    text-align: center;
    font-size: 20px;
    color: #185034;
    margin-top: 75px;
}

.nosotros3 .cuadrado div {
    font-weight: bold;
    font-size: 33px;
}
