.ct-cards-content {
  width: 90%;
  max-width: 1200px;
  margin: 60px auto;
}
.ct-cards-proteccion {
  display: flex !important;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
  position: relative;
  height: 250px;
  font-size: clamp(16px, 4vw, 20px);
  width: 310px !important;
  margin: auto;
}
.ct-cards-proteccion .ct-cards_img {
  width: 56px;
  background-color: var(--blue);
  padding: 10px;
  border-radius: 50%;
  position: absolute;
  top: 1px;
}
.ct-cards-proteccion .ct-cards_img img {
  width: 100%;
}
.ct-cards-proteccion .ct-cards_text {
  background-color: #f5f5f5;
  padding: 30px 14px 14px;
  line-height: normal;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  gap: 12px;
  border-radius: 12px;
  height: 214px;
}
.ct-footer-text{
    display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: center;
    align-items: center;
    width: 90%;
    max-width: 1200px;
    margin: 40px auto;
}
.ct-footer-text h3{
  font-size: clamp(16px, 4vw, 26px);
  color: #0b2739;
  font-weight: bold;
  text-align: center;
  font-family: var(--f4);
  max-width: 800px;
  line-height: normal;
}
.ct-footer-text p{
    padding: 20px 14px;
    border-radius: 14px;
    background-color: #f5f5f5;
    font-size: clamp(15px, 4vw, 18px);
    line-height: normal;
}

@media (min-width: 768px) {
  .ct-cards-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 100px;
  }
  .ct-cards-proteccion {
    width: 100% !important;
    display: grid !important;
    grid-template-columns: 20% 80%;
    border-radius: 14px;
    overflow: hidden;
    height: 230px;
  }
  .ct-cards-proteccion .ct-cards_img {
    position: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    border-radius: 0;
    width: 100%;
  }
  .ct-cards-proteccion .ct-cards_img img {
    width: 84px;
  }
  .ct-cards-proteccion .ct-cards_text {
    height: 100%;
    border-radius: 0;
    padding: 0 20px 0 40px;
    text-align: left;
    justify-content: center;
    gap: 26px;
  }
  .ct-footer-text p{
    padding: 24px 40px;
  }
}
