.nest-manager-theme-efectos {
  position: relative;
  z-index: 1;
  width: 100%;
  min-width: 320px;
  max-width: 1800px;
  height: auto;
  padding: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nest-manager-theme-efectos .info {
  width: 100%;
  min-width: 320px;
  height: auto;
}
.nest-manager-theme-efectos .info h2 {
  width: 90%;
  min-width: 288px;
  height: auto;
  margin: 0 auto;
  margin-top: 20px;
  font-family: "Instrument Sans", "Lexend", sans-serif;
  font-size: clamp(30px, 2.9vw, 60px);
  line-height: clamp(32px, 3.1vw, 62px);
  font-weight: 600;
  text-align: center;
  color: #111827;
}
.nest-manager-theme-efectos .info h2 span {
  color: #FF4C4C;
}
.nest-manager-theme-efectos .info__text {
  width: 90%;
  min-width: 288px;
  height: auto;
  margin: 0 auto;
  margin-top: 20px;
}
.nest-manager-theme-efectos .info__text p {
  font-family: "Inter", "Lexend", sans-serif;
  font-size: clamp(18px, 1.3vw, 32px);
  line-height: clamp(21px, 1.5vw, 38px);
  font-weight: 400;
  text-align: center;
  color: #5F6875;
}
.nest-manager-theme-efectos .cards {
  width: 100%;
  min-width: 320px;
  height: auto;
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.nest-manager-theme-efectos .cards__article {
  width: 90%;
  min-width: 288px;
  height: auto;
  margin: 0 auto;
  margin-top: 2rem;
  border-radius: 2rem;
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1rem;
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 1rem rgba(0, 0, 0, 0.25);
}
.nest-manager-theme-efectos .cards__article picture {
  width: 60px;
  height: 60px;
  border-radius: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #EFF6FF;
}
.nest-manager-theme-efectos .cards__article picture img {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}
.nest-manager-theme-efectos .cards__article h3 {
  font-family: "Instrument Sans", "Lexend", sans-serif;
  font-size: clamp(25px, 1.6vw, 35px);
  line-height: clamp(27px, 1.8vw, 37px);
  font-weight: 600;
  text-align: center;
  color: #111827;
  text-align: left;
}
.nest-manager-theme-efectos .cards__article p {
  font-family: "Inter", "Lexend", sans-serif;
  font-size: clamp(18px, 1.3vw, 32px);
  line-height: clamp(21px, 1.5vw, 38px);
  font-weight: 400;
  text-align: center;
  color: #5F6875;
  text-align: left;
}

@media (min-width: 1200px) {
  .nest-manager-theme-efectos {
    width: 75vw;
    margin: 0 auto;
    padding: 5vw 0;
  }
  .nest-manager-theme-efectos .info {
    width: 100%;
  }
  .nest-manager-theme-efectos .info h2 {
    width: 55vw;
    margin: 0 auto;
    margin-top: 2vw;
  }
  .nest-manager-theme-efectos .info__text {
    width: 55vw;
    margin: 0 auto;
    margin-top: 2vw;
  }
  .nest-manager-theme-efectos .cards {
    width: 100%;
    margin-top: 2vw;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 2vw 1fr 2vw 1fr;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: auto;
    gap: 2vw;
  }
  .nest-manager-theme-efectos .cards__article {
    width: 100%;
    margin-top: 0;
    border-radius: 1vw;
    padding: 2.5vw;
    gap: 1vw;
    -webkit-box-shadow: 0 0 0.5vw rgba(0, 0, 0, 0.25);
            box-shadow: 0 0 0.5vw rgba(0, 0, 0, 0.25);
    background-color: #FFFFFF;
  }
  .nest-manager-theme-efectos .cards__article picture {
    width: 3vw;
    height: 3vw;
    border-radius: 1vw;
    padding: 1vw;
  }
  .nest-manager-theme-efectos .cards__article picture img {
    width: 2vw;
    height: 2vw;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .nest-manager-theme-efectos .cards__article h3 {
    font-family: "Instrument Sans", "Lexend", sans-serif;
    font-size: clamp(25px, 1.6vw, 35px);
    line-height: clamp(27px, 1.8vw, 37px);
    font-weight: 600;
    text-align: center;
    color: #111827;
    text-align: left;
  }
  .nest-manager-theme-efectos .cards__article p {
    font-family: "Inter", "Lexend", sans-serif;
    font-size: clamp(14px, 1.1vw, 25px);
    line-height: clamp(15px, 1.3vw, 26px);
    font-weight: 400;
    text-align: center;
    color: #5F6875;
    text-align: left;
  }
}
@media (min-width: 1600px) {
  .nest-manager-theme-efectos {
    padding: 100px 0;
  }
  .nest-manager-theme-efectos .info {
    width: 100%;
  }
  .nest-manager-theme-efectos .info h2 {
    width: 1246px;
    margin-top: 40px;
  }
  .nest-manager-theme-efectos .info__text {
    width: 1246px;
    margin-top: 40px;
  }
  .nest-manager-theme-efectos .cards {
    margin-top: 40px;
    gap: 20px;
  }
  .nest-manager-theme-efectos .cards__article {
    border-radius: 40px;
    padding: 40px;
    gap: 20px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  }
  .nest-manager-theme-efectos .cards__article picture {
    width: 60px;
    height: 60px;
    border-radius: 20px;
    padding: 10px;
  }
  .nest-manager-theme-efectos .cards__article picture img {
    width: 30px;
    height: 30px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}