.FindUs_ticker_hc_wrapper {
    width: 100%;
    padding: 80px 20px;
    background-color: #ffffff;
    box-sizing: border-box;
}

.FindUs_ticker_hc_container {
  
    position: relative;
    overflow: hidden;
}

.FindUs_ticker_hc_header {
    text-align: center;
    margin-bottom: 50px;
}

.FindUs_ticker_hc_title {
    color: #000000;
    font-size: clamp(24px, 4vw, 36px);
    font-weight: 700;
    margin: 0;
}


.FindUs_ticker_hc_swiper .swiper-wrapper {
    transition-timing-function: linear !important;
}

.FindUs_ticker_hc_swiper {
    width: 100%;
    padding: 10px 0;
}


.FindUs_ticker_hc_slide {
    display: flex;
    flex-direction: column;
    gap: 20px; 
    box-sizing: border-box;
}

.FindUs_ticker_hc_img_wrap {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
  
    background-color: #ffffff;
}

.FindUs_ticker_hc_img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
   
}



@media (min-width: 768px) {
    .FindUs_ticker_hc_slide {
        flex-direction: row;
        gap: 40px;
    }
   
}

@media (min-width: 1024px) {
    .FindUs_ticker_hc_slide {
        gap: 50px;
    }
}

@media (max-width: 767px) {
    .FindUs_ticker_hc_wrapper {
        padding: 50px 15px;
    }
    .FindUs_ticker_hc_header {
        margin-bottom: 40px;
    }
}