.faith {
    flex-direction: row;
    gap: 54px;
    background: #fdfdfb;
    text-align: left;
}

.faith-content-wrapper {
    flex-direction: row;
    gap: 54px;
    align-items: center;
}

.faith-copy {
    flex: 1.03;
}

.faith-media {
    flex: 0.97;
    display: flex;
     max-height: 450px;
    margin: 0;
    align-items: center;
}

.faith-media img {
    width: 100%;
    height: 100%;
    aspect-ratio: 70/50;
    border-radius: 0;
    background: #ffffff;
    box-shadow: 0 24px 70px rgba(8, 30, 55, 0.14);
    object-fit: cover;
}

.faith-number {
    display: inline-flex;
    min-width: 58px;
    height: 38px;
    margin-bottom: 20px;
    padding: 0 12px;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    background: #22a0da;
    color: #ffffff;
    font-weight: 900;
}

.faith-title {
    margin: 8px 0 28px;
    color: #22a0da;
    font-family: "PT Serif", Georgia, serif;
    font-weight: 700;
    font-size: 52px;
    line-height: 58px;
}

.faith-quote {
    max-width: 900px;
    margin: 20px 0;
    color: #0d2e4f;
    font-size: 30px;
    font-weight: 300;
    line-height: 32px;
}

.faith-quote cite {
    display: block;
    margin-top: 20px;
    color: #22a0da;
    font-size: 18px;
    font-style: normal;
    font-weight: 900;
}

.faith-text {
    color: #4d5b6d;
    font-size: 18px;
    line-height: 24px;
    max-width: 480px;
}

@media (max-width: 1100px) {
    .faith-title {
        font-size: 44px;
        line-height: 50px;
    }

    .faith-quote {
        font-size: 28px;
        line-height: 34px;
    }
}

@media (max-width: 860px) {
    .faith-content-wrapper {
        flex-direction: column;
        align-items: flex-start;
        gap: 34px;
    }

    .faith-title {
        font-size: 34px;
        line-height: 38px;
    }

    .faith-media {
        width: 100%;
        min-height: auto;
        max-height: none;
    }

    .faith-quote {
        font-size: 24px;
        line-height: 30px;
    }
}
