#txt81,
#txt82 {
    position: absolute;
    z-index: 2;
    width: 40%;
    top: 17rem;
    left: 50%;
    font-size: 1.2rem;
    color: #fff;
}

#txt82 {
    top: 14rem;
}

#txt82 p:nth-child(2) {
    margin-bottom: 30px;
}

#modal8 {
    background: rgba(243, 243, 243, 0.2);
    position: fixed;
    top: 50%;
    left: 100%;
    opacity: 1;
    display: none;
    z-index: 100;
    width: 100vw;
    height: 3vh;

    backdrop-filter: blur(10px);
}

.modal-content8 {
    position: absolute;
    background: #2D3E50;
    height: 15rem;
    width: 22rem;
    border-radius: 10px 20px 0px 30px;
    top: 30%;
    left: 35%;

    opacity: 0;
}

.btnClose8 {
    position: absolute;
    right: -10px;
    top: -10px;
    width: 30px;
    height: 30px;
    border: none;
    background: #F3F3F3;
    border-radius: 4px;
    cursor: pointer;

    z-index: 1;
}

.modal-header8 {
    opacity: 0;
}

.modal-body8 {
    display: flex;
    padding: 0px 30px;
    align-items: center;
    height: 100%;

    opacity: 0;
}

.textModal8 {
    padding-left: 20px;
}

.modalText8 {
    position: absolute;
    background: #2D3E50;
    height: 100%;
    border: 1px solid red;
    top: 0;
    display: flex;
    align-items: center;
}

.counter8 {
    position: absolute;
    z-index: 20;
    bottom: 1rem;
    left: 2rem;
}

@media (max-width: 430px) {

    #txt81,
    #txt82 {
        width: 90%;
        font-size: 1.2rem;
        position: relative;
        left: 5%;
    }

    #txt81 {
        top: 3rem;
        right: 100%;
    }

    #txt82 {
        top: -6rem;
    }

    #btnModal8 {
        top: 29rem;
    }

    #txt82 a {
        margin-top: 200px;
    }

    #txt82 p:first-child {
        margin-bottom: 17rem;
    }

    .modal-content8 {
        width: 100%;
        height: 100%;

        top: 0;
        left: 0;
        border-radius: 0;
        z-index: 999900;
    }

    .btnClose8 {
        top: 20%;
        left: 10%;
    }

    .textModal8 {
        display: flex;
        align-items: center;
        height: 155px;
    }

    .modal-body8 {
        flex-direction: column-reverse;
        justify-content: center;
        align-items: flex-start;
        height: 300px;
        top: 22%;
        position: absolute;
    }

    .counter8 {
        position: fixed;
        display: flex;
        width: 35%;
        left: 62%;
        top: 50%;
        justify-content: flex-end;
        padding-right: 40px;
    }
}