.txt-info {margin-bottom: 30px;
    width: 80%;
}

.txt-info .bth__ttl-h2:first-of-type {
    margin-top: 0;
}

.txt-info .bth__ttl-h2 {
    margin-top: 30px;display: block;
    margin-bottom: 10px;
}

.txt-info .bth__ttl-h3 {
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 10px;    line-height: 24px;
}

.txt-info p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 5px;

}

.txt-info__dot::after {
    content: '';
    background-color: #C8242B;
    width: 5px;
    height: 5px;
    border-radius: 50px;
    position: absolute;
    left: 0;
    top: 9px;
}

.txt-info__dot {
    position: relative;
    padding-left: 20px;
}
@media screen and (max-width: 1023px) {
    .txt-info {
        width: 100%;
    }

    .txt-info p {
        font-size: 13px;
    }

    .txt-info .bth__ttl-h2 {
        font-size: 15px;
    }
}