.nextRow {
    white-space: pre-wrap;
    line-height: 22px;
}

.backBtn {
    margin-bottom: 50px;
}

@media (min-width: 768px) {
    h2 {
        font-size: 24px;
        font-weight: bold;
        text-align: center;
        margin-top: 50px;
        margin-bottom: 30px;
    }

    .swipeImg {
        display: flex;
        justify-content: center;
    }

    .thuFil {
        width: 470px;
        height: 235px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .samFil {
        width: 325px;
        height: 160px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .thuWra {
        position: relative;
    }

    .thuWra::after {
        content: "";
        position: absolute;
        top: 0; left: 0; right: 0; bottom: 0;
        background-color: rgba(255, 255, 255, 0);
        transition: background-color 0.3s ease;
        pointer-events: none;
    }

    .thuWra:hover::after {
        background-color: rgba(255, 255, 255, 0.4);
    }

    .thuImg {
        height: 235px;
        width: auto;
    }

    .samImg {
        height: 160px;
        width: auto;
    }

    .sample {
        margin-left: 30px;
        display: flex;
    }

    .status {
        display: flex;
        justify-content: space-around;
        width: 74%;
        margin-left: 13%;
        margin-top: 25px;
        margin-bottom: 30px;
    }

    .bold {
        font-weight: bold;
    }

    .autor {
        width: 65%;
    }

    .status p {
        overflow-wrap: break-word;
        word-wrap: break-word;
        margin-right: 5px;
    }

    .titFil {
        overflow-wrap: break-word;
        word-wrap: break-word;
    }

    .content {
        margin-bottom: 70px;
        width: 70%;
        margin-left: 15%;
    }

    .content p {
        overflow-wrap: break-word;
        word-wrap: break-word;
    }


    .btn {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .linkBtn {
        text-decoration: none;
        border: solid 2px #997844;
        padding: 15px;
        border-radius: 20px;   
        background-color: #bd924d;
        color: #faf0e6;
        font-size: 16px;
        text-align: center;
        width: 100px;
        transition: background-color 0.3s ease;
        margin-bottom: 50px;
    }

    .linkBtn:hover {
        background-color: #d6b47c;
    }

    .backBtn {
        display: flex;
        text-decoration: none;
        color: white;    
        border: solid 2px #918776;
        padding: 15px;
        border-radius: 20px;   
        background-color: #b1a58e;
        font-size: 16px;
        width: 133px;
        height: 49px;
        justify-content: center;
        align-items: center;
        transition: background-color 0.3s ease;
    }

    .backBtn:hover {
        background-color: #d9cbb0;
    }

    @media (min-width: 768px) and (max-width: 1024px) {
        .thuFil {
            width: 360px;
            height: 150px;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .samFil {
            width: 225px;
            height: 100px;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .thuImg {
            height: 150px;
            width: auto;
        }

        .samImg {
            height: 100px;
            width: auto;
        }

        .swipeImg {
            width: 85%;
            margin-left: 70px;
        }

        .sample {
            margin-left: 15px;
            width: 430px;
        }
    }

}
