.instances-permanents {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    line-height: 2rem;
}

.instances-permanents p {
    font-size: 1.6rem;
}

.instances-permanents .instances {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* grid-template-rows: repeat(5, 1fr); */
    gap: 1rem;
}

.instances-permanents .instances h2 {
    grid-column: span 3 / span 3;
}

.instances-permanents .instances > p {
    grid-column: span 2 / span 2;
    grid-row-start: 2;
    background-color: #f8f8f8;
    /* border: 1px solid #F15A22; */
    border: 1px solid #e8e8e8;
    border-radius: 6px;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    padding: 1rem 1.5rem;
}

.instances-permanents .instances section:first-of-type {
    grid-column-start: 3;
    grid-row-start: 2;
    background-color: rgba(241,90,34, 0.3);
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    border-radius: 6px;
    padding: 1rem 1.5rem;
}

.instances-permanents .instances section:nth-of-type(2) {
    grid-column: span 3 / span 3;
    grid-row-start: 3;
}

.instances-permanents .instances section:nth-of-type(2) div {
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.instances-permanents .instances section:nth-of-type(2) div ul {
    background-color:#f8f8f8;
    /* border: 1px solid #F15A22; */
    border: 1px solid #e8e8e8;
    border-radius: 6px;
    width: 30%;
    padding: 1rem 1.5rem;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}

.instances-permanents .instances section:nth-of-type(3) {
    grid-column: span 3 / span 3;
    grid-row-start: 4;
}

.instances-permanents .instances section:nth-of-type(3) div {
    display:flex;
    justify-content: space-between;
    background-color: #f8f8f8;
    border-radius:6px;
    /* border: 1px solid #F15A22; */
    border: 1px solid #e8e8e8;
    padding: 1rem 1.5rem;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}

.instances-permanents .instances section:nth-of-type(3) div ul {
    flex:1;
}

.instances-permanents .instances > div {
    grid-column: span 3 / span 3;
    grid-row-start: 5;
    background-color: rgba(241,90,34, 0.3);
    padding: 1rem 1.5rem;
    border-radius: 6px;
    margin-top: 1rem;
    margin-bottom: 1rem;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}

.instances-permanents .permanents {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* grid-template-rows: repeat(2, 1fr); */
    column-gap: 2rem;
    margin-bottom: 2rem;
    margin-top:1.5rem;
    align-items: stretch;
}

.instances-permanents .permanents h2 {
    grid-column: 1/4;
    text-align: end;
    margin-top: 5rem;
}

.instances-permanents .permanents article {
    grid-row-start: 2;
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
}

.instances-permanents .permanents article h5,  
.instances-permanents .permanents article p {
    align-self: center;
    text-align: center;
}

.instances-permanents .permanents article img {
    width: 50%;
    border-radius:50%;
    border: 2px solid #0B8293;
    align-self: center;
    margin: 1rem 0;
}

.instances-permanents .permanents article ul {
    background-color: rgba(241,90,34, 0.3);
    padding: 1rem 1.5rem;
    border-radius:6px;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    flex-grow: 1;
    list-style-type: disc;
    list-style-position: inside;
    /* width: fit-content; */
    align-self: center;
    width:85%;
}

.instances-permanents .supports h2 {
    text-align: start;
}

.instances-permanents .supports {
    margin-top:3rem;
}