.newBlock {
    margin: 0 auto;
    margin-top: 0px;
    border-radius: 20px;
    padding: 10px 10px;
    text-align: center;
    /* max-width: 1155px; */
    position: relative;
    background-color: #000;
    margin-bottom: 30px;
    font-family: 'Work Sans', sans-serif !important;
    box-shadow: 0 0 14px rgba(207, 17, 17, 0.7),
        0 8px 20px rgba(207, 17, 17, 0.5);
    ;
}

.newLogo {
    width: 40px;
    /* margin-bottom: 15px; */
    position: absolute;
}

.imgWrap {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 15px;
    position: relative;
}

.infoWrap p {
    margin-top: 0px;
    margin-bottom: 0px;
    color: white;
}

.textWrap {
    text-align: start;
    margin-bottom: 15px;
}

.numberWrap {
    display: flex;
    align-items: start;
    justify-content: space-between;
    margin-bottom: 15px;
}

.text1 {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 10px !important;
}

.text2 {
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 0px !important;
}

.investNumber {
    font-weight: 700;
    font-size: 24px;
}

.investText {
    font-size: 12px !important;
}

.newBtn {
    display: inline-block;
    border-radius: 10px;
    padding: 8px 15px;
    margin: 0 auto !important;
    background-color: #dc1d0a;
    animation: glowPulse 2s infinite;
    transition: transform 0.3s ease;

}

@keyframes glowPulse {
    0% {
        box-shadow: 0 0 5px rgba(224,
                15,
                15, 0.6);
        transform: scale(1);
    }

    50% {
        box-shadow: 0 0 15px rgba(224,
                15,
                15, 0.9);
        transform: scale(1.04);
    }

    100% {
        box-shadow: 0 0 5px rgba(180,
                17,
                17, 0.6);
        transform: scale(1);
    }
}

.newBtn a {
    color: white !important;
    font-weight: 700;

}

@media screen and (max-width: 768px) {

    .newBlock {
        padding-top: 75px;
        margin-bottom: 20px;
        padding-bottom: 30px;
        font-family: 'Work Sans', sans-serif !important;
        /* width: 90%; */
    }

    .newLogo {
        left: 50%;
        transform: translateX(-50%);
        top: 4%;
        width: 150px;
    }

    .BNA-article-right {
        display: none;
    }

    .newOffImg {
        width: 100% !important;
    }

    .numberWrap {
        display: flex;
        flex-direction: column;
        align-items: center;

        margin-bottom: 15px;
    }

    .investWrap {
        margin-bottom: 15px;
    }
}

.punkt {
    font-size: 16px;
    font-weight: bold;
}

@media screen and (min-width: 769px) {

    .punkt {
        font-size: 19px;
        font-weight: bold;
    }

    .newBlock {
        padding-top: 80px;
        padding-bottom: 20px;
        padding-left: 20px;
        padding-right: 20px;

    }

    .newBtn {
        padding: 10px 5px;
        font-size: 14px;
    }

    .newLogo {
        left: 60%;
        top: 6%;
        width: 150px;
        margin-bottom: 0px;
    }

    .textWrap {
        margin-bottom: 20px;
        padding-left: 18px;
    }

    .text1 {
        margin-bottom: 20px;
    }


    /* .imgWrap {
        padding-left: 50px;
    } */

    .investWrap {
        width: 320px;
    }

    .newOffImg {
        width: 300px !important;
    }

    .deskWrap {
        display: flex;
        align-items: center;
        gap: 15px;
    }

    .infoWrap {
        width: 450px;
    }

    .BNA-article-view {
        padding-top: 40px;
    }
}

.imgWrp {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.question {
    color: white;
    background-color: #a01c10;
    padding: 13px;

}

.answer {
    border-left: 1px solid #cf1111;
    padding-left: 15px;
    font-style: italic;
    font-weight: bold;

}