.law-contact-section{
  padding:60px 0;
  background:#b98c12;
}

.law-contact-section .section-subtitle{
  color:#1a1818;
}

.law-contact-section .section-title{
  color:black
}

.law-card{
  background:#000;
  color:#fff;
  padding:30px;
  border-radius:12px;
  border:2px solid #b98c12;
  height:100%;
  transition:0.3s;
}

.law-card h4{
  color:#b98c12;
  margin-bottom:15px;
  font-weight:600;
  font-size: 30px;
}

.law-card ul{
  padding-left:18px;
}

.law-card ul li{
  margin-bottom:10px;
  line-height:36px;
  font-size: 22px;
}
