body {
  background: linear-gradient(
      62.14deg,
      rgba(255, 255, 255, 0.64) 28.04%,
      #fff9f4 66.05%,
      #e9f6ef 86.91%
    ),
    linear-gradient(
      161.65deg,
      rgba(253, 231, 211, 0) 23.28%,
      rgba(245, 236, 229, 0.391342) 52.05%,
      rgba(240, 221, 205, 0.983359) 89.59%
    );
    font-family: 'Poppins', sans-serif;
}
/* 
body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #f8f9fa;
} */

.useful-links-header {
  
  padding:0  20px;
  margin-bottom: 20px;
  color: rgba(178, 113, 61, 1);
  font-weight: 600 !important;
  font-size: 32px !important;

}




/* .breadcrumb {
  background-color: transparent;
  margin: 0;
  border: none; 
  padding-left: 7px;
}

.breadcrumb-item a {
  color: black; 
  text-decoration: none; 
}

.breadcrumb-item a:hover {
  text-decoration: underline; 
  transition:0.3s ease-in-out;
}

.breadcrumb-item.active {
  color: rgba(178, 113, 61, 1) !important; 
  
} */

.useful-links-content .row .col-md-4 .card{
  min-height: 100%;
  align-items: center;
  justify-content: center;
  /* border: 3px solid rgba(0, 0, 0, 1); */
  border: 1px solid rgba(206, 206, 206, 1);
  border-radius: 20px;
}
.useful-links-content .row .col-md-4 .card .card-body .card-title{
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  color: rgba(178, 113, 61, 1);
  padding-top: 15px;

}
.useful-links-content .row .col-md-4 .card .card-body ul{
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: rgba(0, 0, 0, 1); 


}
.useful-links-row1st-card .card-body .card-title{
   padding-bottom:70px ;
}
.useful-links-row2nd-card .card-body .card-title{
  padding-bottom:15px ;
}
.useful-links-content .row .col-md-4 .card:hover{
  background: linear-gradient(180deg, rgba(255, 122, 15, 0.8) 0%, rgba(142, 63, 0, 0.688) 100%);
}

.useful-links-content .row .col-md-4 .card:hover .card-body,
.useful-links-content .row .col-md-4 .card:hover .card-title,
.useful-links-content .row .col-md-4 .card:hover ul {
  color: rgba(255, 255, 255, 1); 
}



