.home-banner {
  background-image: url("../assets/images/home/Home-3480.jpg");
}
.home-banner-text {
  background-color: #ef054bba;
  padding: 40px;
  border-radius: 25px;
  width: 50%;
}
.team-img {
  max-width: 300px;
  height: 375px;
  overflow: hidden;
  border-radius: 5px;
  /* position: relative; */
}
.team-img img {
  width: 100%;
  height: auto;
}
.home-our-services ul {
  list-style: none;
  margin-top: 20px;
}
.home-our-services ul > li > a {
  color: #002552;
}
.home-our-services ul li {
  padding-bottom: 10px;
}
.our-services-img {
  width: 70%;
  height: 400px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 8px;
  overflow: hidden;
  object-fit: cover;
  position: relative;
}
.our-services-img img {
  /* min-width: 100%;
  width: auto;
  min-height: 80%; */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 8px;
}

.home-title h1 {
  font-family: "Noto Serif Display", Serif;
  font-size: 5em;
  line-height: 1.4em;
  margin-bottom: 0;
  transition-duration: 500ms;
}

.home-title h2 {
  font-size: 3em;
  font-weight: 500;
  font-family: "Sans Serif Pro", Serif;
}

.practice-areas-learn-more a::after {
  content: "";
  display: block;
  clear: both;
}

.checkbox-btn a {
  color: #002552;
}
@media (max-width: 991px) {
  .home-banner {
    background-image: url("../assets/images/home/Home-2000.jpg");
  }
  .home-banner-text {
    width: 90%;
  }
}
@media (max-width: 575px) {
  .home-banner {
    background-image: url("../assets/images/home/Home-1080.jpg");
  }
  .our-services-img {
    height: 200px;
  }
  .home-our-services ul {
    margin-top: 0;
    margin-bottom: 0;
  }
  .home-our-services ul li {
    padding-bottom: 10px;
  }
}
