.plan-cover{
    padding: 50px 0;
    background-color: #f7f7f7;
}

.plan-gaap{
    margin: 15px 0;
}

.all-plans-bg{
    background-image: url(../img/patel-plans.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 230px 0;
    position: relative;
    
}

.custom-shape-divider-bottom-1726053959 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-bottom-1726053959 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 60px;
}

.custom-shape-divider-bottom-1726053959 .shape-fill {
    fill: #f7f7f7;
}

.all-plans-bg h2{
    font-size: 48px;
    font-weight: 700;
    color: #c68011;
}

.all-plans-bg p{
    font-size: 22px;
    font-weight: 400;
    color: #000000;
}

@media (max-width:775px) {
    .all-plans-bg{
        padding: 90px 0;
    }

    .all-plans-bg h2{
        font-size: 32px;
    }

    .all-plans-bg p{
        font-size: 16px;
    }
}

@media (max-width:575px){
    .all-plans-bg h2{
        font-size: 26px;
    }

    .all-plans-bg p{
        font-size: 16px;
    }
}