﻿.devotion-transformer-page {
    background: #f7f4ef;
    padding: 60px 6%;
}

.devotion-entry-shell {
    max-width: 1100px;
    margin: 0 auto;
}

.devotion-entry-title {
    font-size: clamp(3rem, 6vw, 5.5rem);
    line-height: 1;
    margin-bottom: 12px;
}

.devotion-entry-subtitle {
    margin-bottom: 40px;
    color: #555;
}

.devotion-block {
    margin: 40px auto;
    text-align: center;
}

.devotion-block-text {
    max-width: 950px;
    margin: 0 auto 40px auto;
    font-family: Georgia, serif;
    font-size: 1.25rem;
    line-height: 1.7;
}

.devotion-media {
    width: 100%;
    max-width: 1000px;
    height: auto;
    display: block;
    margin: 0 auto;
    border-radius: 14px;
    box-shadow: 0 18px 45px rgba(0,0,0,.18);
}
