.see_more_abt {
  margin: 20px 0;
}
.see_more_abt a {
  display: block;
  width: 100%;
  padding: 16px 30px 16px 20px;
  border-radius: 8px;
  font-size: 14px;
  line-height: 17px;
  background: #eeeff0;
  position: relative;
  transition: 0.3s;
  font-weight: 600;
  color: #0c0c0c;
}
.see_more_abt a span {
  color: #154a72;
}
.see_more_abt a:hover {
  background: #ffffff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  text-decoration: none;
}
.see_more_abt a svg {
  position: absolute;
  right: 15px;
  top: calc(50% - 8px);
}

/*# sourceMappingURL=see_more_abt.css.map */
