/* START hero */

.hero {
    display: flex;
    align-items: center;
    min-height: 90vh;
}

.hero .uniformSpacing{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: relative;
    z-index: 1;
}

.hero img{
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: auto;
}

/* END hero */

.bigImgText .uniformSpacing{
    display: flex;
    gap: 5em;
}

.bigImgText .uniformSpacing .introText{
    width: 45%;
}

.bigImgText .containerImg{
    width: 45%;
    position: absolute;
    right: 0;
    height: 100%;
}
.bigImgText .containerImg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
