html body {
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
}
.heading {
    background-color: #471642;
    color: white;
    padding: 30px 0px;
}

.heading>h2 {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
}
.card{
    background-color: #F3F3F3;
    border: 1px solid #F3F3F3;
    margin-top: 40px;
}
.card-title{
    font-size: 30px;
    color: #471642;
    font-weight: 700;
}
ul li{
    font-size: 14px;
    font-weight: 400;
    color: black;
}
@media (max-width:449px){
    .section2{
        margin: 0px 10px 0px 10px;
    }
}