.container-first {
    justify-content: center;
    margin: 0 auto;
    max-width: 90%;
    text-align: center;
}
.container-card{
    border-radius: 15px;
    padding: 30px;
    background-color: white;
    border: 1px solid #fefefe;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);

    display: flex;
    flex-direction: column;
    height: 100%;
}
.container-header {

    background: none;
    border-bottom: none;
}
.container-header img {
    margin-top:-150px !important;
    width: 400px !important;
}
.btn-custom {
    border-radius: 20px;
    padding: 10px 20px;
    font-weight: bold;
}
.btn-blue {
    background-color: #0056ff;
    color: white;
    border: none;
}
.btn-blue:hover {
    background-color: #0040cc;
}
.feature-list i {
    color: #28a745;
    margin-right: 5px;
}
.mere{
    margin-top: 150px !important;
    display: flex;
    flex-wrap: wrap;
}
.border-bottom{
    width: 100%;
    position: relative;
}
.text-section ul li {
    display: flex;
    align-items: center;
    font-size: 0.8rem;
    margin-bottom: 15px;
}


.container-body {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.container-body .text-section1 {
    flex-grow: 1;
}
.container-body .text-section2 {
    flex-grow: 1;
}
.advantage-card {
    border-radius: 20px;
    padding: 20px;
    border: 1px solid rgba(200,203,207,0.4) !important;
}
.advantage-container{
    max-width: 60% !important;
}
.icon {
    background: rgba(200,203,207,0.2) !important;
    border-radius: 10px;
    padding: 5px 10px 5px 10px !important;
    font-size: 24px;
    color: #007bff;
    margin-right: 10px;
}
.icon img {
    width: 30px;
    height: auto;
}
.section2{
    margin-top: 30px;
    background: white;
    width: 100%;
    padding: 20px;
}
.credit-card-section4{
    justify-content: center !important;
}
.question-container{
    width: 60% !important;
}
@media (max-width: 991px) {
    .container-header img {
        margin-top:-120px !important;
        width: 300px !important;
    }
    .mere{
        margin-top: 100px !important;
    }
    .mb{
        margin-bottom: 100px !important;
    }
    .advantage-container{
        max-width: 100% !important;
    }
    .question-container{
        width: 100% !important;
    }
}