.texto-enlace-multiple-imagen {
  background-color: #0A2B5E;
  margin-top: 24px;
}

.texto-enlace-multiple-imagen .text-element {
  color: #FFFFFF;
  padding-top: 103px;
  padding-bottom: 103px;
  padding-left: 140px;
  padding-right: 140px;

  display: flex;
  justify-content: center;
  flex-direction: column;
}

.texto-enlace-multiple-imagen .section-links {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}

.texto-enlace-multiple-imagen .link-element {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-grow: 1;

  padding-right: 1em;
  padding-left: 1em;
  padding-top: 24px;
  padding-bottom: 24px;
  gap: 24px;

  background-color: #FFFFFF;
  text-decoration: none;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #303555;

}

.texto-enlace-multiple-imagen .link-element p {
  margin-bottom: unset;
  flex-grow: 1;
  display: inline-flex;
  justify-content: space-between;
}

.texto-enlace-multiple-imagen .link-element p::after {
  content: '';
  width: 2rem;
  height: 2rem;
  display: block;

  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('assets/see-more.svg');
  background-position: center;
}

.texto-enlace-multiple-imagen .media-element img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Moviles - SM */
@media (max-width: 575.98px) {
  .texto-enlace-multiple-imagen{
    padding-right: 24px;
    padding-left: 24px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .texto-enlace-multiple-imagen .text-element{
    padding: unset;
  }

  .texto-enlace-multiple-imagen .text-element h1{
    font-size: 25px;
  }

  .texto-enlace-multiple-imagen .text-element p{
    font-size: 16px;
  }

  .texto-enlace-multiple-imagen .link-element{
    padding-right: 8px;
    padding-left: 8px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .texto-enlace-multiple-imagen .link-element p::after{
    width: 1.5rem;
    height: 1.5rem;
  }

  .texto-enlace-multiple-imagen .link-element img{
    width: 40px;
    height: 40px;
  }



  .texto-enlace-multiple-imagen .media-element img{
    margin-top: 24px;
  }
}
/* Tablets en vertical - MD */
@media (min-width: 576px) and (max-width: 767.98px) {
}
/* Tablets en horizontal - LG */
@media (min-width: 768px) and (max-width: 991.98px) {
}
/* Portátiles pequeños - XL */
@media (min-width: 992px) and (max-width: 1199.98px) {

  .texto-enlace-multiple-imagen .text-element{
    padding-left: 40px;
    padding-right: 40px;
  }
}
