.PO-quickLinks {
  padding: 0;
}
.quick-links .quicklink-items {
  margin: 0;
  padding: 0;
}
.quick-links .quicklink-items li {
  list-style: none;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (min-width: 900px) {
  .quick-links .quicklink-items li {
    padding: 0 10px;
  }
}
.quick-links .quicklink-items li .ql-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  color: #333533;
  background: #f5cb5c;
  border: solid 1px #dda40e;
  padding: 20px;
  width: 180px;
  min-height: 180px;
  -webkit-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  text-decoration: none;
}
.quick-links .quicklink-items li .ql-item:hover,
.quick-links .quicklink-items li .ql-item:focus {
  background: #333533;
  color: #f5cb5c;
}
.quick-links .quicklink-items li .ql-item .ql-icon .fa {
  margin: 0;
  font-size: 44px;
}
@media screen and (max-width: 900px) {
  .quick-links .quicklink-items li .ql-item .ql-icon .fa {
    font-size: 40px;
  }
}
.quick-links .quicklink-items li .ql-item .ql-title {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  line-height: normal;
  font-weight: 900;
  padding-top: 10px;
}
@media screen and (max-width: 900px) {
  .quick-links .quicklink-items li .ql-item .ql-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 900px) {
  .quick-links .quicklink-items li .ql-item {
    width: 100%;
  }
}
.quick-links .controls {
  text-align: center;
  padding-top: 20px;
}
@media screen and (max-width: 900px) {
  .quick-links .controls {
    padding-top: 10px;
    background: #fff;
  }
}
.quick-links .controls button {
  width: 25px;
  height: 25px;
  border: none;
  background: #1a1b1a;
  margin: 0 10px;
  outline: none;
  font-size: 0;
}
.quick-links .controls button.slick-arrow:before {
  color: #f5cb5c;
  font-family: "Fontawesome";
  font-size: 18px;
}
.quick-links .controls button.slick-prev:before {
  content: "\f060";
}
.quick-links .controls button.slick-next:before {
  content: "\f061";
}
.quick-links .controls button:hover,
.quick-links .controls button:focus {
  background: #d0dbd5;
}
.quick-links .controls button:hover.slick-arrow:before,
.quick-links .controls button:focus.slick-arrow:before {
  color: #1a1b1a;
}
