/* Below code is for the Speaker image */
.bookimage {
  width: 30%;
}
/* Below code is for recording image */
/* .speakerrecording {
  width: 15%;
  margin-left: 10rem;
} */
/* Below code is to remove underline for links */
.card a {
  color: #000;
  text-decoration: none;
}
/* Below code is to add hovering effect */
.card a:hover {
  color: #ea7125;
}
/* .border {
  border-right: none !important;
  border-bottom: none !important;
} */
.containerhead {
  margin-bottom: 5.5rem !important;
}
a {
  text-decoration: none;
  color: #ea7125;
}
a:hover {
  color: #ea7125;
  text-decoration: underline;
}
