.beige-wrapp__py-120{
    padding-top: 120px;
    padding-bottom: 120px;
}

.grid-blue-cards__wrapp{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    color: #fff;
    gap: 16px;
    margin-bottom: 80px;
    width: 100%;
}

.blue-card__wrapp{
    padding: 40px;
    background: url(https://synapsestage.wpengine.com/wp-content/uploads/2026/01/Pattern-for-blue-cards-1.png) top 0% right -69% / 69% auto no-repeat, linear-gradient(180deg, #5899AF -0.28%, #001A35 100.04%);
    border-radius: 16px;
}

.blue-card__wrapp .card-grid__title{
    color: #fff;
    margin-bottom: 10px;
}

.blue-card__wrapp p{
 	max-width: 420px;   
}

.bottom-wrapp__grid{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.bottom-wrapp__grid-card{
    padding: 35px 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    background: #FFFFFF;
    box-shadow: 0px 22px 70px rgba(118, 104, 90, 0.1);
    border-radius: 40px;
}

.bottom-wrapp__grid-card--icon{
    width: 100%;
 	max-width: 44px;   
}

.bottom-wrapp__grid-card p{
 	line-height: 1.5em;   
}

@media screen and (max-width: 1024px) {
    .bottom-wrapp__grid{
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 768px) {
    .beige-wrapp__py-120{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    
    .grid-blue-cards__wrapp{
        grid-template-columns: repeat(1, 1fr);
        margin-bottom: 60px;
    }

    .blue-card__wrapp{
        padding: 24px;
    }

    .bottom-wrapp__grid-card{
        padding: 24px;
        gap: 10px;
    }
}


@media screen and (max-width: 480px) {
    
    .mob-px-0{
        padding-left:0px;
        padding-right:0px;
    }
    
    .blue-card__wrapp{
        background: url(https://synapsestage.wpengine.com/wp-content/uploads/2026/02/synDecor.svg) top 0% right -72vw / 160% auto no-repeat, linear-gradient(180deg, #5899AF -0.28%, #001A35 100.04%)
    }
    
    .blue-card__wrapp .card-grid__title{
        font-size: 20px;
    }

    .bottom-wrapp__grid{
        grid-template-columns: repeat(1, 1fr);
        margin-top: -20px;
    }
    
    .bottom-wrapp__grid .bottom-wrapp__grid-card .h-24{
        max-width: none!important;
    }
}