.jumbotron {
  padding-top: 3rem;
  padding-bottom: 3rem;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .jumbotron {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.jumbotron p:last-child {
  margin-bottom: 0;
}

.jumbotron-heading {
  font-weight: 300;
}

.jumbotron .container {
  max-width: 40rem;
}

footer {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

footer p {
  margin-bottom: .25rem;
}

 .bd-placeholder-img {
        font-size: 1.125rem;
        text-anchor: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
      }

      @media (min-width: 768px) {
        .bd-placeholder-img-lg {
          font-size: 3.5rem;
        }
      }

.card .product-logo img{
  width: 100%;
  transition: ease .2s;

}
.card .product-logo:hover img{
  transform: scale(1.05);

}
.card .product-logo{
  overflow: hidden;
}
.card-body{
    height: 220px;
    overflow: auto;
}
.card-text {
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
}
.btn-section{
  position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
}
.btn-primary{
      border: 1px solid #012d5c;
     transition: all 0.2s ease-out 0s;
    background-color: #012d5c;
}
.btn-primary:hover ,.btn-primary:focus{
    background-color: #fff !important;
    color: #012d5c !important;
    border-color: #012d5c !important;
    box-shadow: none !important;
}
.lead{
  font-size: 1.4rem;
}