.car {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 35rem;
    padding: 5rem 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 75%, #000000 100%), url("../img/bg-cars.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
  }
  .car a {
    color: #000000;
    text-decoration: none;
  }
  
  .car p {
    margin-bottom: 5rem;
  }
  
  .car .carousel-item {
    height: 100%;
  }

  .car hr{
      margin-left: 0px;
      border: 3px solid #3f4d78;
      width: 19rem;
  }

  .car .info {
      line-height: 1.6;
  }

  .car .title {
    margin-bottom: -28px;
    font-size: xxx-large;
    font-weight: 700;
    margin-left: -4px;
  }