.result_gallary {
    width: 100%;
    overflow: hidden;
    padding: 0px 0;
    position: relative;

}

.result_gallary__heading {
    width: 50%;
    margin: 0 auto 10px;
}

.result_gallary__laneWrap {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 0 0 0px;

}

.result_gallary__lane {
    width: 100%;
    overflow: hidden;
}

.result_gallary__swiper {
    width: 100%;
}

.result_gallary__swiper .swiper-wrapper {
    align-items: stretch;
}

.result_gallary__slide {
    height: auto;
    box-sizing: border-box;
}

.result_gallary__item {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.2);
    border: 1px solid #000;
}

.result_gallary__item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.result_gallary__item:hover {
    opacity: 1;
}


.ad-test {
    width: 300px;
}

.ad-test-wrapper {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
}


.big_num {
    font-size: 80px;
    text-shadow: 2px 2px #5f9fb7, 3px 3px #fff;
    margin-right: 5px;
}

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

.result_gallary--coution {
    text-align: center;
    display: block;
    margin-bottom: 10px;
}