.content-wrapper {
    background-color: #C7E2FB;
}

.content-wrapper .center-content * {
    color: #0C215F;
    font-size: x-large;
}


.content-wrapper .center-content p:nth-of-type(4) {
    margin-top: 0;
}


.content-wrapper .center-content .underlined {
    margin-top: 3rem;
    text-decoration: underline;
}


.content-wrapper .center-content .picture-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: start;
    flex-wrap: wrap;
    gap: 2rem;
    margin: 3rem auto;
}

.content-wrapper .center-content .picture-wrapper img {
    max-width: 450px;
    width: 100%;
    height: auto;
    flex: 0 0 auto;
}

.content-wrapper .center-content .picture-wrapper .text {
    flex: 1 1 300px;
    min-width: 450px;
}


.content-wrapper .center-content p:last-of-type {
    margin: 3rem auto 4rem auto;
}

.content-wrapper .center-content .bold-span {
    font-weight: bold;
}




@media (max-width: 1051px) {
    .content-wrapper .center-content .picture-wrapper .text {
        min-width: auto;
        width: 100%;
    }
}
