section.faq-section {
    width: 100%;
    float: left;
    padding: 60px 0px;
}
.faq-section .row {
    max-width: 90%;
    margin: auto;
}
.faq-section .row h2 {
    margin-bottom: 50px;
}
.faq-card-new {
    margin-bottom: 20px;
    border-radius: 15px;
}
.top-flex .icon-part img {
    width: 24px;
}
.top-flex .icon-part {
    flex: 0 0 auto;
}

.top-flex {
    display: flex;
    margin-bottom: 20px;
}

.faq-card-new h3 {
    color: #212121;
    padding: 0px 0px 0px 20px;
    display: inline-block;
    font-size: 18px;
    text-decoration: none;
    font-weight: 600;
    margin: 0px;
    letter-spacing: 0.3px;
    line-height: 28px;
}

.faq-card-new p {
    /* padding-top: 15px; */
    /* padding-bottom: 5px; */
    margin-bottom: 10px;
    text-align: justify;
    font-family: "Inter";
    color: #787878;
    line-height: 31px;
}

.faq-card-new .card:hover {
    box-shadow: 0 4px 4px rgba(30, 52, 62, 0.06);
}