/* .customer-logos-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
} */
.image-buttom-app{
    margin-bottom:0px;
}
.wa-chat-box-poweredby{
    display: none;
}
@media screen and (max-width: 403px) and (min-width: 375px) {
    .ft-500 h6{
        font-size: 0.9rem;
    }
}

.integration-list li .single-integration h6 {
    word-wrap: break-word;
    overflow-wrap: break-word;
    font-size: clamp(12px, 1vw, 16px); /* Adjust the values as needed */
}

@media (max-width: 600px) {
    .integration-list li .single-integration h6 {
        font-size: 14px; /* Adjust as needed */
    }
}
