
.scb-card{
display:flex;
gap:25px;
border:1px solid #ddd;
background:#fff;
margin-bottom:25px;
}

.scb-circle{
width:48px;
height:48px;
min-width:48px;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
color:#fff;
font-size:20px;
font-weight:700;
}

.scb-content h3{
margin:0 0 12px;
line-height:1.3;
}

.scb-content p{
margin:0;
line-height:1.7;
}

@media(max-width:768px){
.scb-card{
flex-direction:column;
}
}
