.title{
    font-size: 40px;

}
.bg-primary-custom {
  --bs-bg-opacity: 1;
  background-color: rgb(144,144,142) !important;
}
.reviewframe{
  background-image: linear-gradient(to right, #ff0000, #0000ff) !important ;
}
.bg-secondary-custom{
  --bs-bg-opacity: 1;
  background-color: rgb(198,198,196) !important;
}
img.img-icon {
  background-color: transparent !important;
  box-shadow: none !important;
}
.border-bg{
  /* margin:1rem !important; */
  padding: 5px;
  /* padding-left: 5px; */
  /* padding-right: 5px; */
  /* height: calc(100% - 2rem) !important; */
}
.footer-link{
  display: block;
  text-decoration: none;
  color:#333;
}
.w-logo{
  max-width: 40px;
}