
.integration-dashboard-card{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:0 0 18px}
.integration-dashboard-card h3{margin:5px 0 7px}
.integration-dashboard-card p{margin:0;overflow-wrap:anywhere}
@media(max-width:680px){
 .integration-dashboard-card{align-items:flex-start;flex-direction:column}
 .integration-dashboard-card .btn{width:100%;justify-content:center}
}
