.content-wrapper .row {
    width: 100%;
}

.content-wrapper .row1 {
    height: 5vh;
}

.content-wrapper .row1,
.content-wrapper .row3 {
    background-color: #C7E2FB;
}

.content-wrapper .row2 .center-content,
.content-wrapper .row3 .center-content {
    margin: 3rem auto;
    color: #0c215f;
}

.content-wrapper .row:not(.row.row1) .center-content *:not(h2) {
    font-size: x-large;
}

.content-wrapper .row2 .center-content li ~ li {
    margin-top: 1.7rem;
}

.content-wrapper .row3 {
    line-height: 2rem;
}


.content-wrapper .row2 .center-content {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: start;
    flex-wrap: wrap;
    gap: 4rem;
    margin-top: 2rem;
}

.content-wrapper .row2 .center-content .left {
    flex: 1 1 300px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.content-wrapper .row2 .center-content .left .wrapper h1 {
    margin-left: 1rem;
}

.content-wrapper .row2 .center-content .right {
    flex: 0 0 auto;
    width: 100%;
    max-width: 450px;
    height: auto;
}

.content-wrapper .row2 .center-content .right img {
    width: 100%;
    box-shadow: -12px 0 32px -6px rgba(0, 0, 0, 0.38);
}

.content-wrapper .row2 .center-content ul li {
    max-width: 380px;
}


.content-wrapper .row3 .center-content .right h2 {
    font-size: x-large;
}

.content-wrapper .row3 .center-content {
    display: flex;
    flex-wrap: wrap-reverse;
    gap: 30px;
}

.content-wrapper .row3 .left {
    flex: 0 0 auto;
    width: 100%;
    max-width: 436px;
    height: auto;
    order: 1;
}

.content-wrapper .row3 .left img {
    width: 100%;
}

.content-wrapper .row3 .right {
    flex: 1 1 480px;
    max-width: 600px;
    order: 2;
}



@media (max-width: 1051px) {
    .content-wrapper .row2 .center-content {
        align-items: center;
        justify-content: center;
        /* gap: 0; */
        /* margin: auto 0; */
    }
}

@media (max-width: 1107px) {
    .content-wrapper .row3 .center-content {
        justify-content: center;
    }
}
