.zoho-card-wrapper{
  width:100%;
  display:flex;
  justify-content:center;
  margin-top:40px;
}

.zoho-support-card{
  width:650px;
  background:#ffffff;
  border-radius:12px;
  padding:22px;
  box-shadow:0 10px 30px rgba(0,0,0,0.15);
  text-align:center;
  font-family:Arial, Helvetica, sans-serif;
}

.zoho-support-card h3{
  margin:0 0 10px 0;
  font-size:20px;
}

.zoho-support-card p{
  margin:0 0 18px 0;
  font-size:14px;
  color:#444;
}

.zoho-button{
  display:block;
  text-align:center;
  background:#1f4fd8;
  color:#ffffff !important;
  text-decoration:none !important;
  padding:12px 0;
  border-radius:8px;
  font-weight:bold;
  font-size:15px;
  transition:0.2s ease;
}

.zoho-button:hover{
  background:#163ea8;
}
