.c2 {
    position: relative;
    display: flex;
    justify-content: center;
    background-color: hsl(0, 0%, 98%);
}

.c2>div {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    width: 100%;
    max-width: 1000px;
    gap: 40px;
    margin: 10px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.c2>div>div {
    flex: 1 1 400px;
    height: fit-content;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.c2>div>div>div:nth-child(1) {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
}

.c2>div>div>div:nth-child(2) {
    font-size: 18px;
    line-height: 1.5;
}

.c2>div>div>div:nth-child(3) {
    font-size: 18px;
    line-height: 1.5;
}

.c2>div>div>div:nth-child(4) {
    font-size: 18px;
    line-height: 1.5;
}

.c2>div>div>img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}