.img-fluid {
  max-width: 100%;
  height: auto;
}

.title-brosur-2{
    color:#27255f;
}

.card-body-3 {
      flex: 1 1 auto;
    padding: 1.25rem;
    background-color: #fff;
    border: 1px solid #dadadaFF;
    border-radius: 10px;
}
.mt-5{
    margin-top: 3rem;
}
.card-3 {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  transition: transform 0.2s ease-in-out;

  border: none;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}

.card-img-top-3 {
  width: 100%;
  border-top-left-radius: calc(0.375rem - 1px);
  border-top-right-radius: calc(0.375rem - 1px);
}

.card-img-bottom-3 {
  width: 100%;
  border-bottom-left-radius: calc(0.375rem - 1px);
  border-bottom-right-radius: calc(0.375rem - 1px);
}




.d-flex {
    display:flex; 
}
.justify-space-between{
  justify-content: space-between;
}