.card-icon {
  margin-bottom: 20px; }
  .card-icon h3 {
    font-size: 20rem;
    margin-bottom: 5px;
    margin-top: 0; }
  .card-icon p {
    color: var(--transparent-color1);
    margin-bottom: 0;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; }
  .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 {
    display: block;
    height: 100%;
    display: flex;
    align-items: flex-end;
    width: 100%;
    border: none;
    padding: 0 40px; }
  .card-icon .photo {
    margin-right: 35px; }
    .card-icon .photo .image {
      display: flex;
      justify-content: center;
      align-items: center; }
    .card-icon .photo img {
      max-width: 127px;
      object-fit: contain;
      max-height: 116px; }

@media (max-width: 575.5px) {
  .card-icon p {
    font-size: 17rem;
    text-align: center; }
  .card-icon h3 {
    font-size: 19rem;
    text-align: center; }
  .card-icon .wrapper {
    align-items: center;
    flex-direction: column; }
  .card-icon .photo {
    display: flex;
    justify-content: center;
    margin-right: 0px;
    margin-bottom: 20px; }
    .card-icon .photo img {
      max-width: 80px;
      max-height: 80px; } }
@media (min-width: 576px) and (max-width: 767.5px) {
  .card-icon p {
    font-size: 17rem; }
  .card-icon h3 {
    font-size: 19rem; }
  .card-icon .wrapper {
    align-items: center; }
  .card-icon .photo {
    min-width: 100px;
    display: flex;
    justify-content: center;
    margin-right: 20px; }
    .card-icon .photo img {
      max-width: 100px;
      max-height: 100px; } }
@media (min-width: 768px) and (max-width: 991.5px) {
  .card-icon p {
    font-size: 17rem; }
  .card-icon h3 {
    font-size: 19rem; }
  .card-icon .wrapper {
    align-items: center; }
  .card-icon .photo {
    min-width: 100px;
    display: flex;
    justify-content: center;
    margin-right: 20px; }
    .card-icon .photo img {
      max-width: 100px;
      max-height: 100px; } }
@media (min-width: 992px) and (max-width: 1199.5px) {
  .card-icon p {
    font-size: 17rem; }
  .card-icon h3 {
    font-size: 19rem; }
  .card-icon .wrapper {
    padding: 0 30px;
    flex-direction: column;
    align-items: flex-start; }
  .card-icon .photo {
    min-height: 100px;
    display: flex;
    align-items: flex-end;
    margin-right: 0px;
    margin-bottom: 20px; }
    .card-icon .photo img {
      max-width: 100px;
      max-height: 100px; } }
@media (min-width: 1200px) and (max-width: 1579.5px) {
  .card-icon p {
    font-size: 17rem; }
  .card-icon h3 {
    font-size: 19rem; }
  .card-icon .wrapper {
    padding: 0; }
  .card-icon .photo {
    margin-right: 15px; }
    .card-icon .photo img {
      max-width: 100px;
      max-height: 100px; } }

/*# sourceMappingURL=card_icons.css.map */
