.post__ttl {
    font-size: 32px;
    margin-bottom: 10px;
    font-weight: bold;
}

.post__cont h2 {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: bold;
}

.post__cont h3 {
    position: relative;
    background-color: #f5f5f5;
    font-size: 18px;
    margin-bottom: 20px;
    padding: 7px 0 7px 12px;
}

.post__cont p {
    margin-bottom: 20px;
}

.post__cont img {
    margin-bottom: 20px;
}

.post__cont__bg {
    margin: 0 0 20px 0;
    padding: 40px;
    background: #FFFAED;
    border-radius: 10px;
}

@media screen and (max-width: 1024px) {
    .post__cont__bg {
        padding: 20px;
    }
}