.single-title {
    margin-top: 50px;
    font-size: 30px;
    font-weight: bold;
}

.single-cat {
    margin-top: 20px;
    background-color: #c88d95;
    color: #ffffff;
    width: 70px;
    padding: 2px 5px;
    font-size: 16px;
    text-align: center;
}

.single-img {
    margin-top: 30px;
    max-width: 400px;
    width: 100%;
    height: auto;
}

.single-txt {
    margin-top: 30px;
    font-size: 18px;
}

.single hr {
    border: 1px solid #c88d95;
    margin-top: 30px;
}

.next-pre {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    margin-bottom: 50px;
}

.next,
.previous {
    margin-left: 10px;
    margin-right: 10px;
}

.next-pre a:hover {
    color: #c88d95;
}

@media (max-width: 768px) {

    .single-title {
        font-size: 20px;
    }

    .single-cat {
        font-size: 14px;
        width: 60px;
    }

    .single-txt {
        font-size: 14px;
    }

    .next-pre {
        font-size: 12px;
    }
}