.trial-law-banner {
    position: relative;
    width: 100%;
    height: 640px;
    overflow: hidden;
}

.trial-law-slider,
.trial-law-slider .slide {
    height: 100%;
}

.trial-law-slider .slide {
    background-size: cover;
    background-position: top center;
}

.trial-law-content {
  position: absolute;
  bottom: 0;
  left: 0;

  z-index: 2;
  max-width: 1000px;
  padding: 16px;
  text-align: center;
  color: #fff;
  right: 0;
  margin: 0 auto;
  margin-bottom: 80px;

}

.trial-law-content h1 {
    font: 700 48px/60px 'Playfair Display',sans-serif !important;
    text-transform: uppercase;
    color: #ffffff !important;
    margin-bottom: 20px;
}

.trial-law-content p {
    font: 400 18px/32px 'Lato',sans-serif !important;
    color: #ffffff !important;
    max-width: 720px;
    max-width: 720px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.trial-law-btn {
    display: inline-block;
    padding: 28px 32px;
    background: #FFFFFF;
    color: #1C2D49;
    text-decoration: none;
    font: 600 18px/24px 'Lato',sans-serif !important;
    border-radius: 0;
    transition: background 0.3s ease;
}

.trial-law-btn:hover {
   background-color: #900020;
   color: #FFFFFF;
}

.slide {
    min-height: 640px;
}
@media (max-width: 767px){
  .trial-law-content h1 {
  font-size: 38px !important;
  line-height: 40px !important;
}
.trial-law-content {
  margin-bottom: 0;
}
}
