/* CSS Document */
/* CSS Document */
/* CSS Document */
/* grid css elements*/

.jumbotron {
  background-image: url("../images/our-lawyers.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right; }

.card h3 {
  color: white;
  font-family: 'Titillium Web', sans-serif;
  font-size: 2.5rem;
  text-align: center;
  padding: 7.6rem; }
.card p {
  font-family: 'Titillium Web', sans-serif;
  text-align: center;
  font-size: 2.2rem;
  padding: 2rem 0 2rem 0; }

.card-space {
  padding: 0px 15px 0px 15px;
  margin: 10px;
  border: 0.1rem solid #2d2e31; }

.img-fix {
  width: 100%;
  height: 100%;
  overflow: hidden; }

.grid {
  padding-left: 30rem; }

.container-fluid {
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto; }

.wrapper {
  display: flex; }


