.inner_box {
    display: flex;
    gap: 1rem;
}

.pricing_box {
    /* max-width: 250px; */
    /* background-color: aqua; */
    padding-top: 20px;
    max-width: 30.75rem;
    flex-grow: 1;
}
.starter {
    text-align: center;
    font-size: 1.25em;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
.investment {
    width: fit-content;
    border-radius: 50px;
    padding: 0.2rem 1rem;
    background-color: #28a745;
    color: #fff;
    margin: auto;
    margin-top: 10px;
    font-size: 13px;
}
.perc {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
}
.four {
        font-size: 35px;
        font-weight: 700;
        color: #1a2c79;
        position: relative;
        text-align: center;
}
.plan_flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 1.75rem;
    flex-grow: 1;
    /* background-color: #1A2C79; */
    margin-top: 1rem;
    max-width: 78.75rem;
    margin: auto;
}
.plan_body {
    padding: 20px;
    background: linear-gradient(75deg, #1A2C79 10%, #007cc5) !important;
    color: #fff;
    font-size: 1.1rem;
}
.plan_details {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.button {
    margin: auto;
    width: fit-content;
}
.flex_faq {
    display: flex;
    justify-content: space-between;
    gap: 2.25rem;
}
.details1 {
    margin-bottom: 10px;
}
#faq {
    max-width: 78.75rem;
    margin: 20px auto;
}
#process_section {
    padding-top: 2rem;
}
#process {
    max-width: fit-content;
    margin: auto;
    padding: 1.1rem;
    font-weight: 600;
}
#icon_process {
    font-size: 20px;
}

#footer {
    background: linear-gradient(75deg, #1A2C79 10%, #007cc5) !important;
    color: #fff !important;
}


@media(max-width: 600px){
    .flex_faq {
        display: block;
    }
}