.bingo-template {
    position: relative;
}
.con {
    padding: 0 1rem;
}
.con:nth-child(even) {
    background: none;
}
 .con h3 {
    font-size: 28px;
    font-weight: bold;
}
 .con .txt {
    margin-top: 10px;
}
.con .txt h4 {
    font-size: 24px;
    font-weight: normal;
    margin-top: 30px;
}
.con .txt h4 i ,.con .txt h4 em{
    font-style: normal;
    text-decoration: underline;
}
.con .txt ul{    margin-top: 10px; padding-left: 0;
    font-weight: normal;
}
.con .txt ul li {
    position: relative;
    list-style: none;
    padding-left: 1rem;
    font-weight: normal;
    font-style: normal;
}
.con .txt ul li::before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #23A9EA;
    position: absolute;
    left: 0;
    top: 12px;
}

.temac{position: absolute;right: 0;top:10px;width: 40px!important;}
.con h3 {
    font-size: 28px;
    font-weight: bold;
}
.txt ul li{position: relative;}
.temac>span{display:inline-block;width:12px!important;height:12px!important;line-height: 12px;text-align: center;background:#f00;color:#fff;border-radius: 100%;;}
.temac .ad-row{background-color:#17A2B8;}
.about-block .right .con:nth-child(even){background: unset;}
@media (min-width:768px) {


}