.my-title{}
.my-title p{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0 20px 0;
}
.my-title p span{}
.my-title p span:nth-child(1){color: #222;font-size: 40px;font-weight: bold;letter-spacing: 3px;}
.my-title p span:nth-child(2){
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #b50005;
    border-radius: 50%;
    margin: 0 15px 0 15px;
}
.my-title p span:nth-child(3){
    font-size: 40px;
    color: #b50005;
    font-weight: bold;
    letter-spacing: 3px;
}