.text-justify {
    text-align: justify;
    text-justify: inter-word;
}

.sustainable-text-container {
    height: 700px;
}

.text-paragraph{
    color: var(--foreground-color) !important
}

.sustainable-pictures-container {
    display: flex;
    justify-content: center;
}

.sustainable-img__container {
    position: relative;
    height: 550px;
}

.sustainable-img {
    position: absolute;
}

.sustainable-img:nth-child(1) {
    height: 100%;
    top: 5%;
    left: 20%;
}

.sustainable-img:nth-child(2) {
    height: 75%;
    top: 10%;
    left: 50%;
}
