.comp_29_section .section_detail {
    margin-bottom: 80px;
}

.comp_29_section .section_heading_text {
    letter-spacing: 0.01em;
}

.comp_29_section .section_slider_data {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.comp_29_section .image_slider_control {
    width: 240px;
}

.comp_29_section .image_slider_section {
    width: calc(100% - 240px);
}

.comp_29_section .image_slider_control_inner {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.comp_29_section .image_slider_control button {
    padding: 0;
    background: transparent;
}

.comp_29_section .image_slider_control button,
.comp_29_section .image_slider_control button svg circle,
.comp_29_section .image_slider_control button svg line,
.comp_29_section .image_slider_control button svg polyline {
    transition: all ease 0.15s;
}

.comp_29_section .image_slider_control button:hover circle {
    fill: #663695;
}

.comp_29_section .image_slider_control button:hover svg line,
.comp_29_section .image_slider_control button:hover svg polyline {
    stroke: #FFFFFF;
}

.comp_29_section .image_slider_section .slick-slide {
    margin: 0 30px;
    width: calc(1410px - 240px) !important;
}

.comp_29_section .image_slider_item_inner {
    position: relative;
}

.comp_29_section .image_slider_item_caption {
    position: absolute;
    padding: 15px 30px;
    background: #d2ccbf;
    left: 0;
    bottom: 0;
    font-family: 'Poppins';
    font-weight: 400;
    color: #1d1d1b;
    font-size: 18px;
    min-width: 430px;
    max-width: 100%;
    opacity: 0;
    transition: opacity ease 0.5s;
    line-height: 1.2;
}

.comp_29_section .image_slider_item.slick-current .image_slider_item_caption {
    opacity: 1;
}

.comp_29_section .image_slider_item .image_slider_item_image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.comp_29_section .image_slider_item .image_slider_item_image img {
    width: 100%;
    height: 100%;
    min-height: 250px;
}

@media (max-width: 1449px) {
    .comp_29_section .image_slider_section .slick-slide {
        margin: 0 15px;
        width: calc(100vw - 240px) !important;
    }
}

@media (max-width: 1360px) {
    .comp_29_section .section_detail {
        margin-bottom: 70px;
    }

    .comp_29_section .image_slider_section .slick-slide {
        margin: 0 15px;
        width: calc(1100px - 240px) !important;
    }
}

@media (max-width: 1199px) {
    .comp_29_section .section_detail {
        margin-bottom: 60px;
    }

    .comp_29_section .image_slider_control {
        width: 200px;
    }

    .comp_29_section .image_slider_control svg {
        width: 50px;
    }

    .comp_29_section .image_slider_item_caption {
        min-width: 300px;
    }

    .comp_29_section .image_slider_section .slick-slide {
        margin: 0 15px;
        width: calc(920px - 200px) !important;
    }
}

@media (max-width: 991px) {
    .comp_29_section .section_detail {
        margin-bottom: 50px;
    }

    .comp_29_section .image_slider_control {
        width: 150px;
    }

    .comp_29_section .image_slider_section .slick-slide {
        margin: 0 15px;
        width: calc(680px - 150px) !important;
    }
}

@media (max-width: 767px) {
    .comp_29_section .section_detail {
        margin-bottom: 40px;
    }

    .comp_29_section .section_slider_data {
        flex-direction: column;
    }

    .comp_29_section .image_slider_control {
        order: 2;
        margin-top: 30px;
    }

    .comp_29_section .image_slider_section {
        order: 1;
        width: 100%;
    }

    .comp_29_section .image_slider_section .slick-slide {
        margin: 0 10px;
        width: calc(100vw - 50px) !important;
    }

    .comp_29_section .image_slider_control {
        width: 100%;
    }

    .comp_29_section .image_slider_control_inner {
        justify-content: center;
    }

    .comp_29_section .image_slider_item_caption {
        min-width: inherit;
        padding: 10px 20px;
        font-size: 16px;
    }
}