.card-faq {
    margin-top:20px;
    margin-bottom: 20px;
    padding:15px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    border-radius: 0.25rem;
    width: 100% !important;
    height: 260px;
    background: white;
  }
  .card-faq img {
    width: 80px;
    height: 80px;
  }

  .faq-title {
    margin-top:20px;
  }
  .bg-gray {
    background: #f3f3f3;
  }


.brochure-item {
    border:1px solid #efefef;
    padding:10px;
}
.brochure-item img{
    width: 100%;
    height: 280px;
    object-fit: contain;
}

.brochure-item h5 {
    font-size: 1.2em;
    text-align: center;
    margin-top: 15px;
}

.related-section {
    border-top:1px solid #efefef;
}

.text-secondary {
    color:#333 !important;
}

.faq-content  {
    margin-top: 30px;
}
.faq-content .card {
    background:white;
    box-shadow: 0px 0px 2px #ccc;
    padding:15px;
    border-radius: 0.25rem;
    margin: 0 auto;
    margin-bottom: 15px;
}

.faq-content  .card h4 {
    padding:0px;
    margin:0px;
    color:#086AD8;
    font-size: 1.5em
}

.faq-content .card h5 {
    padding-top:10px;
    padding-bottom:5px;
    margin:0px auto;
}

.faq-content .card p {
    padding:0px;
    margin:0px auto;
}

span.invalid-feedback {
    color: red;
    font-weight: normal !important;
    font-size: 12px;
}
