.list-dot {
    list-style: disc;
}

.img-round {
    border-radius: 20px;
    box-shadow: 5px 5px 15px #000a;
}

.twi_title {
    border-radius: 20px 0;
    padding-right: 10px;
    border-bottom: 2px solid rgb(227, 13, 13);
    width: fit-content;
}