body{
    background-color: #f5f5f5;
}

.summary{
  border-radius: 15px;
  background: transparent;
}

.leading-normal:after{
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;;
  width: 0.75em;
  height: 20px;
  background: #f5f5f5;
}

.curved-left-border{
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}

.curved-right-border{
  border-bottom-right-radius: 15px;
  border-top-right-radius: 15px;
}

.w-4\/5{
  width: 80%;
}

.w-1\/5{
  width: 20%;
  margin: auto;
  text-align: center;
}

.w-1\/5 img{
  margin: auto;
}

.leading-normal:hover:after{
  position: absolute;
  content: '';
  width: 0.75em;
  background: #f5f5f5;
  right: -0.75em;
  height: calc(100% + 20px);
  top: -10px;
}

@media screen and (min-width: 768px){
  .d-md-block {
    display: block !important;
  }

  .leading-normal{
    border-right: 0.75em solid #f5f5f5;
  }

  .md\:basis-4\/5{
    flex-basis: 78%;
  }

  .leading-normal{
    width: 0.75em;
    position: relative;
  }
}

.hover\:-translate-y-1:hover img {
  animation-duration: 5s;
  --tw-translate-y: 0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.always-bg-white{
  background-color: #fff!important;
}

/* top: 6px;
position: relative;
height: 12rem; */

