.section_title {
  color: rgb(48, 48, 48);
  margin-bottom: 32px;
}

@media only screen and (min-width: 600px) {
  .section_title {
    margin-bottom: 44px;
  }
}

.pagination {
  text-align: center;
}

.breadcrumbs {
  display: none;
}

.pagination-last {
  display: none !important;
}
.pagination-first {
  display: none !important;
}

.arrow-pag {
  height: 20px;
  width: 20px;
}


.covit-contact-box {
  background: rgb(246, 246, 246);
  margin: 0px 0px 100px 0px;
  grid-column: 1 / span 4;
  padding: 16px;
  height: fit-content;
  border-radius: 6px;
}
@media only screen and (min-width: 600px) {
  .covit-contact-box {
    top: calc(161px + 83px);
    position: sticky;
    grid-column: 1 / span 8;
    padding: 22px;
  }
}
@media only screen and (min-width: 840px) {
  .covit-contact-box {
    grid-column: 9 / span 4;
  }
}

.covit-request_box_category:hover {
  border-radius: 6px;
  background-color: rgb(12, 24, 238);
  color: #fff;
}
.covit-request_box_category {
  background-color: transparent;
  border-radius: 6px;
  border: 2px solid rgb(12, 24, 238);
  width: calc(100% - 20px);
  text-align: center;
  padding: 10px;
  color: rgb(12, 24, 238);
}
