button,
a[type="button"],
a[role="button"] {
  border-radius: 8px !important;
}

.py-10px {
  padding-top: 10px;
  padding-bottom: 10px;
}

.pub {
  margin-bottom: 5rem;
}

.pub-type {
  font-family: "Bitter", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
}

.font-bitter-bold {
  font-family: "Bitter", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
}

.pub-type-short-description {
  font-size: 20px;
  line-height: 24.2px;
  margin-top: 1.5rem !important;
  margin-bottom: 3rem !important;
}

.nothing-to-show {
  color: #808080;
  font-size: 20px;
}

.c-steps-cards-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 90%;
  margin-top: 5rem;
}

.c-step-card {
  width: 25%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  margin-bottom: 60px;
}

.c-card-circle {
  background-color: #ffc800;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 141px;
  height: 130px;
  border-radius: 50%;
  font-size: 40px;
  font-weight: bold;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
  margin-bottom: 20px;
  font-family: "Bitter", sans-serif;
}

.c-card-circle1 {
  background-color: #ffc800;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  font-size: 24pt;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
  margin-bottom: 20px;
}

.c-card-title {
  margin: 10px 0;
  width: 90%;
  text-align: center;
  height: 70px;
}

.c-card-content {
  height: 200px;
  background-color: white;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
  padding: 15px;
  width: 84.6%;
}

/* .c-card-content:before,
.c-card-content:after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  border: 17px solid transparent;
  border-bottom-color: #ffffff;
} */



/* MD Size */
/* @media only screen and (max-width: 1200px) {
  .c-steps-cards-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .c-step-card {
    width: 100%;
  }
} */

@media only screen and (max-width: 990px) {
  .c-steps-cards-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .c-step-card {
    width: 100%;
  }
}