.eb-box-heading{
  padding: 30px 20px;
  color: #26408a;
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active{
  border-color: #fff;
}
.btn-secondary{
      background-image: linear-gradient(90deg, #0b318f, #0074bc);
}
p{
      padding: 20px 25px;
}
@media (min-width: 1200px) {
    .h3, h3 {
        font-size: 1.75rem;
        color: #26408a;
        font-weight: 700;
    }
}