body{
    font-family:'Poppins',sans-serif;
    background:#f4f7fb;
    color:#333;
    overflow-x:hidden;
}

a{
    text-decoration:none;
    transition:.3s;
}

img{
    max-width:100%;
    height:auto;
}

.card{
    border:none;
    border-radius:12px;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
}

.shadow-custom{
    box-shadow:0 10px 30px rgba(0,0,0,.12);
}

.rounded-15{
    border-radius:15px;
}

.section-title{
    font-size:28px;
    font-weight:600;
    color:#0d6efd;
}

@media(max-width:768px){
    .section-title{
        font-size:22px;
    }
}