
.contact-ui{
  background:linear-gradient(to bottom,#eef4ff,#ffffff);
  padding:130px 0 140px;
}

.contact-title{
  max-width:700px;
  margin:auto;
}

.contact-title h1{
  margin-bottom:12px;
}

.contact-title p{
  margin-bottom:90px;
  font-size:18px;
  color:#6b7280;
}

.contact-card{
  background:#f8fbff;
  border:1px solid #e5ecff;
  border-radius:16px;
  padding:30px 26px;
  height:100%;
  transition:.25s;
}

.contact-card:hover{
  transform:translateY(-5px);
  box-shadow:0 15px 30px rgba(79,108,247,.18);
}

.contact-icon{
  width:46px;
  height:46px;
  border-radius:10px;
  background:#eef2ff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:22px;
  color:#4f6cf7;
  margin-bottom:18px;
}

.contact-card h5{
  font-weight:600;
  margin-bottom:6px;
}

.contact-card p{
  color:#6b7280;
  font-size:14px;
  margin-bottom:0;
}