.bingo-template-10 .row{display: flex;align-items: center;justify-content: center}
.bingo-template-10 .col-md-6{width: 50%;}
.bingo-template-10 .col-md-6 .boximg{overflow: hidden;}
.bingo-template-10 .col-md-6 .boximg img{width: 100%}
.bingo-template-10 .box.img {
    display: flex;
    justify-content: center;
    align-items: center;
}

.bingo-template-10 h3 {
    text-align: left;
}

.bingo-template-10 p {
    margin-top: .5rem;
    margin-bottom: .5rem;
}
@media(max-width:768px) {
    .bingo-template-10 .row{flex-wrap: wrap;}
    .bingo-template-10 .col-md-6{width: 100%;margin-bottom: 10px}
}