.quick-links a {
  color: #0d6efd;
  font-size: 0.875rem !important;
}

.quick-links a:hover {
  text-decoration: underline;
}

.info-container {
  /* background-color: var(--color-primary); */
  height: 100%;
  padding: 20px;
  border-radius: 10px 0 0 10px;
  box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.1);
}

.info-item {
  width: 100%;
  /* background-color: #009282; */
  /* margin-bottom: 20px; */
  padding: 0 20px;
  border-radius: 10px;
  /* color: #fff; */
}

.boxed-icon {
  border-radius: 5px px;
  border: 1px solid #edf2f4;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  padding: 30px 30px 30px 170px;
  position: relative;
  min-height: 200px;
  margin-bottom: 30px;
}

.software-image {
  position: absolute;
  left: 20px;
  top: 40px;
  width: 120px;
  height: 120px;
  border-radius: 10px;
  box-shadow: 6px 6px 12px #ccc;
  -moz-box-shadow: 6px 6px 12px #ccc;
  -webkit-box-shadow: 6px 6px 12px #ccc;
  /* display: inline-block; */
  /* margin-bottom: 10px; */
}
