.card-icons-group .module-title:after {
  content: "";
  display: block;
  height: 50px;
  width: 1px;
  background-color: var(--primary-text);
  margin: 0 auto;
  margin-top: 20px; }

.card-icon h3 {
  font-size: 21rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  letter-spacing: 1rem; }
.card-icon p {
  text-align: center;
  color: var(--transparent-color1);
  margin-bottom: 0;
  flex: 1;
  font-weight: 300; }
.card-icon a.wrapper {
  overflow: hidden;
  position: relative; }
  .card-icon a.wrapper::after {
    content: "";
    display: block;
    height: 2px;
    width: 0%;
    background-color: #FFBE15;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: 0.3s;
    border-radius: 3px; }
  .card-icon a.wrapper:hover::after {
    width: 100%;
    right: 0; }
.card-icon .wrapper {
  border-radius: 15px;
  padding: 20px 80px;
  display: block;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  border: none; }
.card-icon .photo {
  min-height: 145px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .card-icon .photo .image {
    display: flex;
    justify-content: center;
    align-items: center; }
  .card-icon .photo img {
    max-width: 145px;
    max-height: 145px;
    object-fit: contain; }
.card-icon .text {
  height: 100%; }
.card-icon .text-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%; }

@media (max-width: 575.5px) {
  .card-icon h3 {
    font-size: 20rem; }
  .card-icon .wrapper {
    padding: 15px; }
  .card-icon .photo {
    min-height: 80px; }
    .card-icon .photo img {
      max-width: 80px;
      max-height: 80px; } }
@media (min-width: 576px) and (max-width: 767.5px) {
  .card-icons-wrapper .row {
    justify-content: center; }

  .card-icon h3 {
    font-size: 23rem; }
  .card-icon .wrapper {
    padding: 20px; }
  .card-icon .photo {
    min-height: 120px; }
    .card-icon .photo img {
      max-width: 120px;
      max-height: 120px; } }
@media (min-width: 768px) and (max-width: 991.5px) {
  .card-icons-wrapper .row {
    justify-content: center; }

  .card-icon h3 {
    font-size: 23rem; }
  .card-icon .wrapper {
    padding: 20px; }
  .card-icon .photo {
    min-height: 120px; }
    .card-icon .photo img {
      max-width: 120px;
      max-height: 120px; } }
@media (min-width: 992px) and (max-width: 1199.5px) {
  .card-icon h3 {
    font-size: 24rem; }
  .card-icon .wrapper {
    padding: 20px; }
  .card-icon .photo {
    min-height: 120px; }
    .card-icon .photo img {
      max-width: 120px;
      max-height: 120px; } }
@media (min-width: 1200px) and (max-width: 1579.5px) {
  .card-icon h3 {
    font-size: 26rem; }
  .card-icon .wrapper {
    padding: 30px;
    padding-top: 40px; }
  .card-icon .photo img {
    max-width: 150px;
    max-height: 150px; } }

/*# sourceMappingURL=card_icons.css.map */
