#logo {
    width: 20rem;
}

.img-small {
    width: 10rem;
    height: 10rem;
    border-radius: 0;
}

.images-column {
    width: 42rem !important;
    max-width: 42rem !important;
}

.speranza-column {
    flex-grow: 2;
}

.text-column {
    flex: 0;
    min-width: 10rem;
    width: 10rem;
}

.d-more {
    border: 1px solid #ccc;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-decoration: none;
    color: var(--bs-body-color);
}

a {
    text-decoration: none;
    color: var(--bs-body-color);
}

.logo-small {
    max-width: 50%;
    max-height: 30px;
}
.logo-medium {
    max-width: 100%;
    max-height: 40px;
}

.breaker {
    flex-basis: 100%;
}

.bg-green {
    background-color: rgb(224, 240, 212);
    height: 100%;
}

.bg-gray {
    background-color: rgb(239, 239, 239);
}

.gray-line {
    background-color: rgb(239, 239, 239);
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
}

.face-icon {
    border-radius: 50px;
    width: 35px;
    height: 35px;
}

small {
    font-size: .8em;
}

.modalflex {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.speranzacont .text-end {
    margin-right: -35px;
}

@media (max-width: 1024px) {

    .img-small {
        width: 25%;
        height: 50%;
    }

    .container, .container-sm {
        max-width: 100%;
    }
}

@media (max-width: 650px) {
    .images-column {
        width: 100% !important;
    }

    .text-column {
        display: flex;
        width: 100%;
        flex: 1 1 100%;
        justify-content: space-around;
    }

    .colgreen {
        flex: 1 1 100%;
        margin: auto;
        margin-bottom: 2rem;
    }

    .g-5, .gx-5 {
        --bs-gutter-x: 0rem;
    }

    .speranza-column {
        flex: 1 1 100%;
        justify-content: center !important;
        align-items: center !important;
        margin: 2rem auto;
    }

    .speranzacont .float-end {
        float: none !important;
    }

    .speranzacont .text-end {
        text-align: center !important;
        margin-right: 0px;
    }

    .boxnotes {
        margin-top: 1rem;
    }

    .modalflex {
        display: block;
    }

    .d-more span {
        margin-top: 0px !important;
    }

    .integraatwrc {
        flex-direction: column;
    }

    .integraatwrc img, #logo {
        max-width: 90%;
    }
}

