.plan-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.plan-arrow.prev-image {
    left: 30px;
}

.plan-arrow.next-image {
    right: 30px;
}

@media(max-width:992px) {
    .plan-arrow.prev-image {
        left: 0;
    }

    .plan-arrow.next-image {
        right: 0;
    }
}

.angle-view {
    min-width: 100%;
    position: relative;
    height: auto !important;
}

.flat-card .flat-card__image .det_bl_tab_contents .det_bl_tab_content {
    min-width: 100%; 
}

.flat-card .flat-card__image .det_bl_tab_contents {
    margin: 50px 0 50px 0 !important;
    padding: 20px;
}

.flat-card .det_bl_plan {
    min-height: initial !important;
}

.flat-card .det_bl_plan .angle-view img {
    max-height: 480px !important;
}
