/* start sass */
/* end sass */
/* start brand */
.brand {
  margin: 80px 0; }
  .brand h1 {
    margin-bottom: 40px; }
  .brand .car {
    padding: 10px 10px 60px 10px;
    margin-top: 30px;
    position: relative;
    background-color: #f0f0f0; }
    .brand .car img {
      height: 250px;
      width: 100%; }
    .brand .car h3 {
      margin: 15px 0;
      border-left: 3px solid #c7081b;
      padding-left: 10px;
      font-size: 20px;
      text-transform: uppercase; }
    .brand .car p {
      margin: 10px 0;
      text-transform: capitalize !important; }
    .brand .car .banner {
      position: absolute;
      left: 0;
      bottom: 0;
      padding: 10px;
      background-color: #c7081b;
      color: #fff;
      clip-path: polygon(0 0, 80% 0, 100% 100%, 0 100%);
      width: 130px;
      font-size: 20px; }

/* end brand */

/*# sourceMappingURL=brand.css.map */
