.alignleft.ws4agpt_generate_img{
	float:left !important;
	margin:10px 10px 0px 0px !important;
}
.fl-node-cf6l1a92xr80 .fl-photo-content, .fl-node-cf6l1a92xr80 .fl-photo-img {
    width: auto;
}
@media (max-width: 767px) {
	.alignleft.ws4agpt_generate_img{
		float:none !important;
		width: 100% !important;
	}
}
.customer_scenarios h2{
    font-size: 35px;
    font-weight: 700;
}
/*
|--------------------------------------------------------------------------
| CONTENT CARD
|--------------------------------------------------------------------------
*/

.content-card{

    background:#fff;
    border-radius:18px;
    padding:35px;
    margin:30px 0;
    box-shadow:
        0 8px 30px rgba(0,0,0,0.08);
}
.related_pages_html ul li a {
    color: #345c00 !important;
}
/*
|--------------------------------------------------------------------------
| SERVICE GRID
|--------------------------------------------------------------------------
*/

.service-grid{

    display:grid;
    grid-template-columns:
        repeat(auto-fit,minmax(280px,1fr));

    gap:25px;

    margin:30px 0;
}

/*
|--------------------------------------------------------------------------
| SERVICE CARD
|--------------------------------------------------------------------------
*/

.service-card{

    background:#fff;

    border-radius:18px;

    padding:25px;

    box-shadow:
        0 8px 30px rgba(0,0,0,0.08);
}

/*
|--------------------------------------------------------------------------
| CALLOUT BOX
|--------------------------------------------------------------------------
*/

.callout-box{

    background:#f4f7ff;

    border-left:6px solid #3b82f6;

    padding:25px;

    border-radius:12px;

    margin:30px 0;
}

/*
|--------------------------------------------------------------------------
| FAQ CARD
|--------------------------------------------------------------------------
*/

.faq-card{

    background:#fff;

    padding:20px;

    border-radius:14px;

    margin-bottom:15px;

    box-shadow:
        0 5px 20px rgba(0,0,0,0.05);
}
