.wm-post {
    max-width: 792px;
    margin: 0 auto;
    padding: 80px 60px;
}

.wm-post__category {
    display: block;
    margin-top: 24px;
    color: #A15939;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.wm-post__title {
    color: #1B2438;
    font-size: 34px;
    line-height: 1.25;
    font-family: "Fraunces", serif;
    font-weight: 400;
    margin-top: 12px;
}

.wm-post__meta {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 16px;
    color: #828A99;
    font-size: 12px;
}

.wm-post__photo {
    width: 100%;
    margin-top: 40px;
    background-color: #E3DACB;
}

.wm-post__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.wm-post__content {
    margin-top: 40px;
    color: #4A5265;
    font-size: 15px;
    line-height: 1.8;
}

.wm-post__content p {
    margin-bottom: 24px;
}

.wm-post__content h2,
.wm-post__content h3 {
    color: #1B2438;
    font-family: "Fraunces", serif;
    margin: 32px 0 16px;
}

.wm-post__content img {
    max-width: 100%;
    height: auto;
}

.wm-post__content a {
    color: #A15939;
    text-decoration: underline;
}

@media(max-width: 1000px) {
    .wm-post {
        padding: 40px 16px;
    }

    .wm-post__title {
        font-size: 26px;
    }
}
