.section-que-es {
    width: 100%;
}

.section-que-es .slider-que-es {
    padding: 25px 0 30px;
}

.section-que-es .slider-que-es .slick-next:before {
    content: url("https://aprodmovistarcomsa.z13.web.core.windows.net/persons/perplexity/images/rigth.webp");
}

.section-que-es .slider-que-es .slick-next {
    right: 42%;
    top: 100%;
}

.section-que-es .slider-que-es .slick-prev:before {
    content: url("https://aprodmovistarcomsa.z13.web.core.windows.net/persons/perplexity/images/left.webp");
}

.section-que-es .slider-que-es .slick-prev {
    left: 42%;
    top: 100%;
}

.slider-que-es .slick-slide > div:nth-child(1) {
    padding: 0 10px;
}

.section-que-es .slider-que-es .card {
    background-color: #D9D9D9;
    border-radius: 15px;
    padding: 15px;
    width: 100%;
    min-height: 260px;
}

.section-que-es .slider-que-es .card img {
    width: 100%;
    border-radius: 15px;
}

.section-que-es .slider-que-es .card h3 {
    color: #0B2739;
    font-size: 18px;
    font-weight: bold;
    margin-top: 15px;
    line-height: normal;
}

.section-que-es .slider-que-es .card p {
    color: #0B2739;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
}

.section-que-es .inner-section {
    display: grid;
    grid-template-columns: 100%;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}

.section-que-es .inner-section .title {
    color: #0B2739;
    font-weight: bold;
    font-size: 25px;
    line-height: 42px;
    margin-top: 30px;
}

.section-que-es .inner-section p {
    color: #50535A;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
}

/* Desktop ≥768px */
@media (min-width: 768px) {
    .section-que-es .slider-que-es {
        padding: 0 110px 50px 110px;
        padding-right: 0;
    }

    .section-que-es .slider-que-es .slick-next {
        right: 39%;
        top: 90%;
    }

    .section-que-es .slider-que-es .slick-prev {
        left: 48%;
        top: 90%;
    }

    .section-que-es .inner-section {
        grid-template-columns: 55% 45%;
        padding-top: 50px;
    }

    .section-que-es .inner-section .title {
        font-size: 50px;
        line-height: 82px;
        margin-top: 0;
    }

    .section-que-es .inner-section p {
        font-size: 24px;
        line-height: 32px;
    }
}

/* Pro Search */
.pro-search {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 30px 20px;
}

.pro-search h3 {
    color: #0B2739;
    font-size: 20px;
    line-height: 50px;
    font-weight: bold;
    margin-top: 15px;
}

.pro-search p {
    color: #50535A;
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
    width: 100%;
    max-width: 990px;
}

.pro-search .slick-slide div:nth-child(1) {
    padding: 0 10px;
}

.pro-search .section-cards {
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
    width: 100%;
    max-width: 1100px;
}

.pro-search .section-cards .card {
    background-color: #E6F5FD;
    border-radius: 10px;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
    min-height: 150px;
    padding: 20px !important;
}

.pro-search .section-cards .card .title {
    color: #0B2739;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: normal;
    padding: 0;
}

.pro-search .section-cards .card .text {
    color: #0B2739;
    font-size: 15px;
    line-height: normal;
}

/* Desktop ≥768px */
@media (min-width: 768px) {
    .pro-search h3 {
        font-size: 40px;
        line-height: 82px;
        margin-top: 0;
    }

    .pro-search p {
        font-size: 24px;
        line-height: 32px;
    }

    .pro-search .section-cards .card {
        min-height: 150px;
    }
}

/* Cards Comparison */
.section-cards-two {
    width: 100%;
    display: grid;
    grid-template-columns: 100%;
    gap: 30px;
    justify-content: center;
    align-items: flex-start;
    max-width: 950px;
    margin: 20px auto 0;
    padding: 0 30px;
}

.section-cards-two .card {
    background-color: #F5F5F5;
    border-radius: 10px;
    border: solid 1px #50535A;
    padding: 30px;
    min-height: 424px;
}

.section-cards-two .card .title {
    color: #0B2739;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 40px;
}

.section-cards-two .card .list {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    line-height: normal;
}

.section-cards-two .card .list .item {
    display: flex;
    gap: 15px;
    align-items: flex-start;
    font-size: 14px;
    font-weight: 400;
    color: #50535A;
}

.section-cards-two .card .line {
    width: 100%;
    min-height: 1px;
    background-color: #50535A;
    margin-top: 80px;
}

.section-cards-two .card .line-two {
    margin-top: 20px;
}

.section-cards-two .card .text-end {
    color: #0B2739;
    font-size: 18px;
    font-weight: 400;
    margin-top: 10px;
}

/* Desktop ≥768px */
@media (min-width: 768px) {
    .section-cards-two {
        grid-template-columns: 50% 50%;
        gap: 90px;
        padding: 0;
        margin-top: 40px;
    }

    .section-cards-two .card {
        padding: 50px;
    }

    .slider-pro-search .slick-list {
        padding: 0 !important;
    }
}
