.other-pages-section {
  padding: 90px 0;
  background: linear-gradient(180deg, #fff 0%, #f0f9ff 100%);
}

.other-pages-section h2 {
  font-size: 46px;
  font-weight: 600;
  color: #002964;
  margin-bottom: 40px;
  line-height: 1.3;
}




.other-pages-section .other-pages-section-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 30px 20px;
  border: 1px solid #ddd;
  border-radius: 10px;
  transition: 0.3s;
  height:100%;
}

.other-pages-section a{
    text-decoration: none;
}

.other-pages-section .other-pages-section-card i {
  color: #002964;
}

.other-pages-section-card:hover{
    transform:translateY(-8px);
    box-shadow:0 10px 25px rgba(0,0,0,.15);
}

.other-pages-section .other-pages-section-card h4 {
  color: #000;
  font-size: 17px;
  font-family: 600;
}
