.preview2col {
    position: relative;
    padding-bottom: 30px;
}
.preview2col__desc {
    max-height: 500px;
    overflow: auto;
    padding: 30px 60px;
}
.preview2col__name {
    font-size: 18px;
    color: #000;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}
.preview2col__inner {
    background-color: #e5e6eb;
    font-size: 16px;
    line-height: 1.2;
}

.preview2col__images {
    max-width: 100%;
    margin: 4px 0 4px 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    padding: 30px;
}
.preview2col__image {
    max-width: 100%;
    height: auto;
}

.preview2col .slider__prev--arrow {
    left: 10px;
}
.preview2col .slider__next--arrow {
    right: 10px;
}
.preview2col__slider-images .slider__dots--bc {
    bottom: 15px;
}

@media (min-width: 621px) {
    .preview2col__desc {
        padding-left: 30px;
    }
}
@media (min-width: 1001px) {
    .preview2col__inner {
        display: flex;
        align-items: stretch;
    }
    .preview2col__images {
        min-width: 460px;
        max-width: 360px;
    }
}